1{
2  "cirq_type": "XEBPhasedFSimCalibrationOptions",
3  "n_library_circuits": 20,
4  "n_combinations": 10,
5  "cycle_depths": [
6    5,
7    25,
8    50,
9    100,
10    200,
11    300
12  ],
13  "fatol": 0.005,
14  "xatol": 0.005,
15  "fsim_options": {
16    "cirq_type": "XEBPhasedFSimCharacterizationOptions",
17    "characterize_theta": true,
18    "characterize_zeta": true,
19    "characterize_chi": true,
20    "characterize_gamma": true,
21    "characterize_phi": true,
22    "theta_default": 0.0,
23    "zeta_default": 0.0,
24    "chi_default": 0.0,
25    "gamma_default": 0.0,
26    "phi_default": 0.0
27  }
28}