mirror of
https://github.com/saymrwulf/QuantumLearning.git
synced 2026-05-14 20:58:00 +00:00
14 lines
232 B
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
|
|
|