Skip to content

Commit 367798d

Browse files
Dror SegmanDror Segman
authored andcommitted
start writing workflow nb
1 parent ac52bef commit 367798d

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# The Classiq Workflow\n",
8+
"\n",
9+
"This notebook introduces the typical workflow with Classiq:\n",
10+
"- **Designing a quantum algorithm** using the Qmod language and it's accompanied function library.\n",
11+
"- **Synthesizing the algorithm** into a concrete circuit implementation.\n",
12+
"- **Executing the algorithm** on a chosen simulator or quantum harware.\n",
13+
"- **Post-processing** the results."
14+
]
15+
},
16+
{
17+
"cell_type": "code",
18+
"execution_count": 1,
19+
"metadata": {},
20+
"outputs": [],
21+
"source": [
22+
"from classiq import *"
23+
]
24+
}
25+
],
26+
"metadata": {
27+
"kernelspec": {
28+
"display_name": "external-user-venv-PaJZMdG0-py3.11",
29+
"language": "python",
30+
"name": "python3"
31+
},
32+
"language_info": {
33+
"codemirror_mode": {
34+
"name": "ipython",
35+
"version": 3
36+
},
37+
"file_extension": ".py",
38+
"mimetype": "text/x-python",
39+
"name": "python",
40+
"nbconvert_exporter": "python",
41+
"pygments_lexer": "ipython3",
42+
"version": "3.11.6"
43+
}
44+
},
45+
"nbformat": 4,
46+
"nbformat_minor": 2
47+
}

0 commit comments

Comments
 (0)