Skip to content

Commit

Permalink
Expose new calibration methods (#3830)
Browse files Browse the repository at this point in the history
This PR exposes make_zeta_chi_gamma_compensation_for_operations and prepare_floquet_characterization_for_operations in cirq.google.
  • Loading branch information
mrwojtek committed Feb 19, 2021
1 parent aa2af6f commit f2bf60f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cirq/google/__init__.py
Expand Up @@ -33,9 +33,11 @@
SQRT_ISWAP_PARAMETERS,
THETA_ZETA_GAMMA_FLOQUET_PHASED_FSIM_CHARACTERIZATION,
make_zeta_chi_gamma_compensation_for_moments,
make_zeta_chi_gamma_compensation_for_operations,
merge_matching_results,
prepare_floquet_characterization_for_moments,
prepare_floquet_characterization_for_moment,
prepare_floquet_characterization_for_operations,
run_calibrations,
run_floquet_characterization_for_moments,
run_zeta_chi_gamma_compensation_for_moments,
Expand Down
2 changes: 2 additions & 0 deletions cirq/google/calibration/__init__.py
Expand Up @@ -34,8 +34,10 @@
CircuitWithCalibration,
FSimPhaseCorrections,
make_zeta_chi_gamma_compensation_for_moments,
make_zeta_chi_gamma_compensation_for_operations,
prepare_floquet_characterization_for_moments,
prepare_floquet_characterization_for_moment,
prepare_floquet_characterization_for_operations,
run_calibrations,
run_floquet_characterization_for_moments,
run_zeta_chi_gamma_compensation_for_moments,
Expand Down

0 comments on commit f2bf60f

Please sign in to comment.