Skip to content
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
1 change: 0 additions & 1 deletion cirq-google/cirq_google/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
from cirq_google.engine import (
Calibration as Calibration,
CalibrationLayer as CalibrationLayer,
CalibrationResult as CalibrationResult,
Engine as Engine,
EngineJob as EngineJob,
EngineProgram as EngineProgram,
Expand Down
2 changes: 0 additions & 2 deletions cirq-google/cirq_google/engine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@

from cirq_google.engine.calibration_layer import CalibrationLayer as CalibrationLayer

from cirq_google.engine.calibration_result import CalibrationResult as CalibrationResult

from cirq_google.engine.calibration_to_noise_properties import (
noise_properties_from_calibration as noise_properties_from_calibration,
)
Expand Down
77 changes: 0 additions & 77 deletions cirq-google/cirq_google/engine/calibration_result.py

This file was deleted.

2 changes: 0 additions & 2 deletions cirq-google/cirq_google/engine/engine_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
from google.protobuf import any_pb2

import cirq_google.engine.engine as engine_base
from cirq_google.engine.calibration_result import CalibrationResult
from cirq_google.engine.engine import engine_processor, engine_program

TERMINAL_STATES = [
Expand Down Expand Up @@ -91,7 +90,6 @@ def __init__(
self.context = context
self._job = _job
self._results: Sequence[EngineResult] | None = None
self._calibration_results: Sequence[CalibrationResult] | None = None
self._batched_results: Sequence[Sequence[EngineResult]] | None = None
self._job_result_future = job_result_future

Expand Down
1 change: 0 additions & 1 deletion cirq-google/cirq_google/json_test_data/spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
'ProcessorSampler',
'ValidatingSampler',
'CouldNotPlaceError',
'CalibrationResult',
# Abstract:
'ExecutableSpec',
],
Expand Down