Skip to content

Commit d6934c2

Browse files
dstrain115rht
authored andcommitted
Remove CrossEntropyResult and CrossEntropyResultDict (quantumlib#5687)
- Also remove the whole cross_entropy_benchmarking.py since those were the last exposed objects from it. - Note that these were JSON serializable objects and the replacements are in reCirq. Thus, we just deserialize to a dictionary of values instead.
1 parent c93bba8 commit d6934c2

11 files changed

+39
-362
lines changed

cirq-core/cirq/experiments/__init__.py

-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
two_qubit_state_tomography,
2323
)
2424

25-
from cirq.experiments.cross_entropy_benchmarking import CrossEntropyResult, CrossEntropyResultDict
26-
2725
from cirq.experiments.fidelity_estimation import (
2826
hog_score_xeb_fidelity_from_probabilities,
2927
linear_xeb_fidelity_from_probabilities,

cirq-core/cirq/experiments/cross_entropy_benchmarking.py

-269
This file was deleted.

cirq-core/cirq/experiments/cross_entropy_benchmarking_test.py

-84
This file was deleted.

0 commit comments

Comments
 (0)