Skip to content

[cleanup] Remove unused GridParallelXEBMetadata class #6909

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.