Skip to content

Commit

Permalink
Remove custom cirq_type (quantumlib#5249)
Browse files Browse the repository at this point in the history
Custom `cirq_type` was deprecated in quantumlib#4704 and not necessary for internal types.
  • Loading branch information
dabacon authored Apr 12, 2022
1 parent 1ee4626 commit d8aa579
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cirq/ops/boolean_hamiltonian.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ def _value_equality_values_(self) -> Any:

def _json_dict_(self) -> Dict[str, Any]:
return {
'cirq_type': self.__class__.__name__,
'parameter_names': self._parameter_names,
'boolean_strs': self._boolean_strs,
'theta': self._theta,
Expand Down

0 comments on commit d8aa579

Please sign in to comment.