Skip to content

Commit

Permalink
Remove CrossEntropyResult and CrossEntropyResultDict (#5687)
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
dstrain115 committed Jul 11, 2022
1 parent 1e2ec4f commit e1f7cb7
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 362 deletions.
2 changes: 0 additions & 2 deletions cirq-core/cirq/experiments/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
two_qubit_state_tomography,
)

from cirq.experiments.cross_entropy_benchmarking import CrossEntropyResult, CrossEntropyResultDict

from cirq.experiments.fidelity_estimation import (
hog_score_xeb_fidelity_from_probabilities,
linear_xeb_fidelity_from_probabilities,
Expand Down
269 changes: 0 additions & 269 deletions cirq-core/cirq/experiments/cross_entropy_benchmarking.py

This file was deleted.

84 changes: 0 additions & 84 deletions cirq-core/cirq/experiments/cross_entropy_benchmarking_test.py

This file was deleted.

0 comments on commit e1f7cb7

Please sign in to comment.