QuantumLearning/configs/experiment_defaults.toml

14 lines
232 B
TOML

[simulation]
shots = 1024
seed = 7
optimization_level = 1
[transpile]
basis_gates = ["rz", "sx", "x", "cx"]
coupling_edges = [[0, 1], [1, 2], [2, 3]]
[noise]
single_qubit_error = 0.001
two_qubit_error = 0.02
readout_error = 0.03