Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
1f46e5c
reintroduce fidelity and probability output
Apr 10, 2019
c39cc48
Add quantum animations (#577)
quantumjim Apr 11, 2019
fed9fa4
Remove ipynb_checkpoints and change file mode of some ipynb files (#578)
t-imamichi Apr 11, 2019
05c478b
Update dissociation_profile_of_molecule.ipynb (#586)
ewoutvandenberg Apr 11, 2019
721f9c6
Add keyword index to index.ipynb (#570)
quantumjim Apr 11, 2019
46e2b7b
Change in cell description, the qubits limit description from "have m…
efviodo Apr 11, 2019
4cb90c3
Implementation of quantum walk in qiskitcamp 2019 (#573)
Chibikuri Apr 11, 2019
433b534
Merge pull request #1 from Qiskit/master
desireevl Apr 11, 2019
dd970a7
added docplex.ipynb and added docplex parts into an exisitng maxcut_a…
a-matsuo Apr 11, 2019
3ce56cf
Merge branch 'master' into aqua0.5
manoelmarques Apr 11, 2019
37700c3
Merge pull request #3 from alfrisch/hhl_tutorial
woodsp-ibm Apr 11, 2019
dd46ec6
Added header and removed error examples. Fixed the problem name
a-matsuo Apr 12, 2019
dd41459
update ExactLSsolver naming
Apr 12, 2019
e7f0f1b
Merge pull request #4 from a-matsuo/tutorial-docplex
woodsp-ibm Apr 12, 2019
d635094
Minor spelling and text fixups
woodsp-ibm Apr 12, 2019
09a3663
updates
desireevl Apr 13, 2019
2b8b64e
fixed equation
desireevl Apr 13, 2019
dbc4639
Merge pull request #588 from desireevl/master
attp Apr 14, 2019
0e5c0ab
Merge branch 'master' into aqua0.5
manoelmarques Apr 15, 2019
ac5ca55
Refactoring of the initialize() call (#584)
lukasszz Apr 17, 2019
d4459b5
Merge branch 'master' into aqua0.5
manoelmarques Apr 17, 2019
0c3915a
add HHL truncate parameters
Apr 18, 2019
560f6a8
improve HHL example and clean up
Apr 18, 2019
0dcce6b
update results
Apr 18, 2019
39a26d5
Merge branch 'hhl_tutorial' of github.com:alfrisch/qiskit-tutorials i…
Apr 18, 2019
5df3b32
fix
Apr 18, 2019
33f0970
text update
Apr 18, 2019
1d69f42
Merge pull request #5 from alfrisch/hhl_tutorial
manoelmarques Apr 19, 2019
6792791
Noisy simulation with AER on Aqua
woodsp-ibm Apr 19, 2019
b900ca6
Merge remote-tracking branch 'origin/aqua0.5' into aqua0.5
woodsp-ibm Apr 19, 2019
2fd83d3
Fix Grover input file
manoelmarques Apr 19, 2019
84efe8b
Merge branch 'aqua0.5' of github.com:manoelmarques/qiskit-tutorials i…
manoelmarques Apr 19, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
308 changes: 308 additions & 0 deletions community/aqua/general/simulations_with_noise.ipynb

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions community/aqua/optimization/input_files/grover.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
},
"backend": {
"provider": "qiskit.BasicAer",
"name": "qasm_simulator"
"name": "qasm_simulator",
"shots": 1000
},
"oracle": {
"expression": "p cnf 3 5 \n -1 -2 -3 0 \n 1 -2 3 0 \n 1 2 -3 0 \n 1 -2 -3 0 \n -1 2 3 0",
"name": "LogicExpressionOracle"
"expression": "c example DIMACS-CNF 3-SAT\np cnf 3 5\n-1 -2 -3 0\n1 -2 3 0\n1 2 -3 0\n1 -2 -3 0\n-1 2 3 0",
"name": "LogicalExpressionOracle"
},
"problem": {
"name": "search"
Expand Down
Empty file modified community/awards/teach_me_quantum_2018/TeachMeQ/README.ipynb
100755 → 100644
Empty file.
Empty file.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.
Empty file.
Loading