We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b32d02f commit e7eaecfCopy full SHA for e7eaecf
cirq-core/cirq/ops/boolean_hamiltonian.py
@@ -76,7 +76,6 @@ def _value_equality_values_(self) -> Any:
76
77
def _json_dict_(self) -> Dict[str, Any]:
78
return {
79
- 'cirq_type': self.__class__.__name__,
80
'parameter_names': self._parameter_names,
81
'boolean_strs': self._boolean_strs,
82
'theta': self._theta,
0 commit comments