Skip to content

Commit

Permalink
config file for qiskit physics simulations
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyoracle committed Dec 29, 2021
1 parent 4309f67 commit 7ebfeac
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions test/qiskit.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"optim_type": "C1",
"run_name" : "qiskit",
"include_model" : true,
"model" : "test/test_model.cfg",
"generator": "test/generator.cfg",
"v2hz": 1e9
"sideband": 50e6
"single_qubit_gate_time" : 20e-9
"single_qubit_gates":
{
"rx90pQ1": {name: "x", "qubits": "Q1"},
"rx90pQ2": {name: "x", "qubits": "Q2"},
}
"two_qubit_gates":
{
"cx01":
{
name: "cx"
qubit_1: Q1
qubit_2: Q2
gate_time: 50e-9
},
}
"dir_path" : "/tmp",
"algorithm" : lbfgs,
"fid_func" : average_infid_set,
"fid_subspace" : ["Q1", "Q2"],
}

0 comments on commit 7ebfeac

Please sign in to comment.