Skip to content

Commit fbd8e0b

Browse files
authored
Merge branch 'master' into community_terra_ibmq_fix
2 parents 910a4bd + 2e94ec5 commit fbd8e0b

File tree

6 files changed

+595
-16
lines changed

6 files changed

+595
-16
lines changed

creative/random_terrain_generation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@
776776
"metadata": {},
777777
"outputs": [],
778778
"source": [
779-
"keywords = {'Topics': ['Creative','Games','Procedural generation','Images','Entanglement'], 'Commands': ['`ry`','`initialize','`noise_model`','`basic_device_noise_model`']}"
779+
"keywords = {'Topics': ['Creative','Games','Procedural generation','Images','Entanglement'], 'Commands': ['`ry`','`initialize`','`noise_model`','`basic_device_noise_model`']}"
780780
]
781781
}
782782
],

games/Hello_Qiskit.ipynb

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34565,21 +34565,14 @@
3456534565
"All this goes to show that quantum variables don't always follow the logic we are used to. They follow different rules, the rules of quantum mechanics, which will allow us to find ways of performing computation in very different ways than we are used to."
3456634566
]
3456734567
},
34568-
{
34569-
"cell_type": "markdown",
34570-
"metadata": {},
34571-
"source": [
34572-
"### Keywords\n",
34573-
"Topics: *Games*, *Bell inequality*. <br /> \n",
34574-
"Commands: `x`, `z`, `h`, `cx`."
34575-
]
34576-
},
3457734568
{
3457834569
"cell_type": "code",
3457934570
"execution_count": null,
3458034571
"metadata": {},
3458134572
"outputs": [],
34582-
"source": []
34573+
"source": [
34574+
"keywords = {'Topics': ['Games', 'Bell inequality', 'Entanglement'], 'Commands': ['`x`', '`z`', '`h`', '`cx`']}"
34575+
]
3458334576
}
3458434577
],
3458534578
"metadata": {

ignis/readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ In this folder we have a collection of great tutorials from our fantastic Qiskit
1414

1515
* [Randomized Benchmarking](RB_overview.ipynb): Introduction to randomized benchmarking (RB), which is a scalable technique for measuring the average gate error.
1616

17+
* [Repetition Code](repetition_code.ipynb): A guide to compiling repetition code circuits to run on real devices.
18+
1719
## Contributing
1820

1921
Quantum characterization is such an interesting topic and we have by no means covered everything! We welcome additional notebooks in the relevant folder.

0 commit comments

Comments
 (0)