Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
quantum
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lifo
Nicolas Ollinger
quantum
Commits
57cd3fbd
Commit
57cd3fbd
authored
Oct 22, 2020
by
Nicolas Ollinger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
QRcode
parent
586ad990
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
gobinder.png
notebooks/img/gobinder.png
+0
-0
qorleans.ipynb
notebooks/qorleans.ipynb
+6
-4
No files found.
notebooks/img/gobinder.png
0 → 100644
View file @
57cd3fbd
8.78 KB
notebooks/qorleans.ipynb
View file @
57cd3fbd
...
@@ -13,8 +13,9 @@
...
@@ -13,8 +13,9 @@
"\n",
"\n",
"### Nicolas Ollinger, LIFO, U. Orléans\n",
"### Nicolas Ollinger, LIFO, U. Orléans\n",
"<img style=\"width:15%; height: auto;\" src=\"img/lifo.png\">\n",
"<img style=\"width:15%; height: auto;\" src=\"img/lifo.png\">\n",
"<img style=\"display:block; position:absolute; float:right; right:0px; bottom:50px; z-index:2;\" src=\"img/gobinder.png\">\n",
"\n",
"\n",
"#### Journée scientifique du RTR DIAMS, 2
1
octobre 2020"
"#### Journée scientifique du RTR DIAMS, 2
3
octobre 2020"
]
]
},
},
{
{
...
@@ -57,19 +58,20 @@
...
@@ -57,19 +58,20 @@
}
}
},
},
"source": [
"source": [
"\n",
"### Importons le nécessaire"
"### Importons le nécessaire"
]
]
},
},
{
{
"cell_type": "code",
"cell_type": "code",
"execution_count":
7
,
"execution_count":
1
,
"metadata": {},
"metadata": {},
"outputs": [],
"outputs": [],
"source": [
"source": [
"from qiskit import QuantumCircuit, execute, Aer\n",
"from qiskit import QuantumCircuit, execute, Aer\n",
"from qiskit.aqua.utils.tensor_product import tensorproduct\n",
"from qiskit.aqua.utils.tensor_product import tensorproduct\n",
"from qiskit.compiler import transpile\n",
"from qiskit.compiler import transpile\n",
"from qiskit.visualization import *\n",
"from qiskit.visualization import *
\n",
"from math import sqrt\n",
"from math import sqrt\n",
"\n",
"\n",
"# Un simulateur de circuit complet\n",
"# Un simulateur de circuit complet\n",
...
@@ -304,7 +306,7 @@
...
@@ -304,7 +306,7 @@
},
},
{
{
"cell_type": "code",
"cell_type": "code",
"execution_count":
2
,
"execution_count":
4
,
"metadata": {},
"metadata": {},
"outputs": [
"outputs": [
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment