Skip to content

Commit

Permalink
Add a small example ahs_program.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ykharkov committed Mar 4, 2024
1 parent 7f10be6 commit 5ab11d0
Showing 1 changed file with 109 additions and 0 deletions.
109 changes: 109 additions & 0 deletions examples/ahs_program.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
{
"setup": {
"ahs_register": {
"sites": [
[
"0.0",
"0.0"
],
[
"5.499999999999999856993733449161965e-6",
"0.0"
],
[
"0.0",
"5.499999999999999856993733449161965e-6"
],
[
"5.499999999999999856993733449161965e-6",
"5.499999999999999856993733449161965e-6"
]
],
"filling": [
1,
1,
1,
1
]
}
},
"braketSchemaHeader": {
"name": "braket.ir.ahs.program",
"version": "1"
},
"hamiltonian": {
"shiftingFields": [
{
"magnitude": {
"pattern": [
"0.0",
"0.0",
"0.0",
"0.0"
],
"time_series": {
"values": [
"0.0",
"0.0"
],
"times": [
"0.0",
"3.999999999999999818992447303545035e-6"
]
}
}
}
],
"drivingFields": [
{
"phase": {
"pattern": "uniform",
"time_series": {
"values": [
"0.0",
"0.0"
],
"times": [
"0.0",
"3.999999999999999818992447303545035e-6"
]
}
},
"detuning": {
"pattern": "uniform",
"time_series": {
"values": [
"-3.15e7",
"-3.15e7",
"3.15e7",
"3.15e7"
],
"times": [
"0.0",
"9.999999999999999547481118258862587e-8",
"3.899999999999999929396754527743951e-6",
"3.999999999999999818992447303545035e-6"
]
}
},
"amplitude": {
"pattern": "uniform",
"time_series": {
"values": [
"0.0",
"6.3e6",
"6.3e6",
"0.0"
],
"times": [
"0.0",
"9.999999999999999547481118258862587e-8",
"3.899999999999999929396754527743951e-6",
"3.999999999999999818992447303545035e-6"
]
}
}
}
]
}
}

0 comments on commit 5ab11d0

Please sign in to comment.