Skip to content

Commit

Permalink
[cleanup] Remove unused GridParallelXEBMetadata class (#6909)
Browse files Browse the repository at this point in the history
The `GridParallelXEBMetadata` class is not being used anywhere in the
codebase.

Fixes #6601
  • Loading branch information
ayshiff authored Jan 19, 2025
1 parent 05bb69a commit 55c592b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 212 deletions.
62 changes: 0 additions & 62 deletions cirq-core/cirq/experiments/grid_parallel_two_qubit_xeb.py

This file was deleted.

28 changes: 0 additions & 28 deletions cirq-core/cirq/experiments/grid_parallel_two_qubit_xeb_test.py

This file was deleted.

2 changes: 0 additions & 2 deletions cirq-core/cirq/json_resolver_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ def _class_resolver_dictionary() -> Dict[str, ObjectFactory]:
from cirq.devices.noise_model import _NoNoiseModel
from cirq.devices import InsertionNoiseModel
from cirq.experiments import GridInteractionLayer
from cirq.experiments.grid_parallel_two_qubit_xeb import GridParallelXEBMetadata

def _boolean_hamiltonian_gate_op(qubit_map, boolean_strs, theta):
return cirq.BooleanHamiltonianGate(
Expand Down Expand Up @@ -142,7 +141,6 @@ def _symmetricalqidpair(qids):
'GlobalPhaseGate': cirq.GlobalPhaseGate,
'GridDeviceMetadata': cirq.GridDeviceMetadata,
'GridInteractionLayer': GridInteractionLayer,
'GridParallelXEBMetadata': GridParallelXEBMetadata,
'GridQid': cirq.GridQid,
'GridQubit': cirq.GridQubit,
'HPowGate': cirq.HPowGate,
Expand Down
119 changes: 0 additions & 119 deletions cirq-core/cirq/protocols/json_test_data/GridParallelXEBMetadata.json

This file was deleted.

This file was deleted.

0 comments on commit 55c592b

Please sign in to comment.