Skip to content

Commit 55c592b

Browse files
authored
[cleanup] Remove unused GridParallelXEBMetadata class (#6909)
The `GridParallelXEBMetadata` class is not being used anywhere in the codebase. Fixes #6601
1 parent 05bb69a commit 55c592b

File tree

5 files changed

+0
-212
lines changed

5 files changed

+0
-212
lines changed

cirq-core/cirq/experiments/grid_parallel_two_qubit_xeb.py

-62
This file was deleted.

cirq-core/cirq/experiments/grid_parallel_two_qubit_xeb_test.py

-28
This file was deleted.

cirq-core/cirq/json_resolver_cache.py

-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ def _class_resolver_dictionary() -> Dict[str, ObjectFactory]:
4949
from cirq.devices.noise_model import _NoNoiseModel
5050
from cirq.devices import InsertionNoiseModel
5151
from cirq.experiments import GridInteractionLayer
52-
from cirq.experiments.grid_parallel_two_qubit_xeb import GridParallelXEBMetadata
5352

5453
def _boolean_hamiltonian_gate_op(qubit_map, boolean_strs, theta):
5554
return cirq.BooleanHamiltonianGate(
@@ -142,7 +141,6 @@ def _symmetricalqidpair(qids):
142141
'GlobalPhaseGate': cirq.GlobalPhaseGate,
143142
'GridDeviceMetadata': cirq.GridDeviceMetadata,
144143
'GridInteractionLayer': GridInteractionLayer,
145-
'GridParallelXEBMetadata': GridParallelXEBMetadata,
146144
'GridQid': cirq.GridQid,
147145
'GridQubit': cirq.GridQubit,
148146
'HPowGate': cirq.HPowGate,

cirq-core/cirq/protocols/json_test_data/GridParallelXEBMetadata.json

-119
This file was deleted.

cirq-core/cirq/protocols/json_test_data/GridParallelXEBMetadata.repr

-1
This file was deleted.

0 commit comments

Comments
 (0)