Skip to content

Commit e7eaecf

Browse files
dabaconrht
authored andcommitted
Remove custom cirq_type (quantumlib#5249)
Custom `cirq_type` was deprecated in quantumlib#4704 and not necessary for internal types.
1 parent b32d02f commit e7eaecf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cirq-core/cirq/ops/boolean_hamiltonian.py

-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ def _value_equality_values_(self) -> Any:
7676

7777
def _json_dict_(self) -> Dict[str, Any]:
7878
return {
79-
'cirq_type': self.__class__.__name__,
8079
'parameter_names': self._parameter_names,
8180
'boolean_strs': self._boolean_strs,
8281
'theta': self._theta,

0 commit comments

Comments
 (0)