Skip to content

Commit

Permalink
testing notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Phionx committed May 27, 2024
1 parent 54df2e4 commit e26c238
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 66 deletions.
2 changes: 1 addition & 1 deletion qcsys/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1
17 changes: 4 additions & 13 deletions tutorials/1-demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,7 @@
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"/home/shanj/miniconda3/envs/jax-new/lib/python3.12/site-packages/qutip/__init__.py:66: UserWarning: The new version of Cython, (>= 3.0.0) is not supported.\n",
" warnings.warn(\n"
]
}
],
"outputs": [],
"source": [
"from jax import jit, grad\n",
"import qcsys as qs\n",
Expand Down Expand Up @@ -82,7 +73,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 5,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -100,7 +91,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 6,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -366,7 +357,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.2"
"version": "3.9.18"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion tutorials/2-transmon.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
"100%|██████████| 500/500 [00:00<00:00, 3674.63it/s]\n"
"100%|██████████| 500/500 [00:00<00:00, 3276.90it/s]\n"
]
}
],
Expand Down
4 changes: 2 additions & 2 deletions tutorials/3-fluxonium.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
},
{
"cell_type": "code",
"execution_count": 14,
"execution_count": 7,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -394,7 +394,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.2"
"version": "3.9.18"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions tutorials/4-ats.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@
{
"data": {
"text/plain": [
"<matplotlib.legend.Legend at 0x28851bf70>"
"<matplotlib.legend.Legend at 0x17a771970>"
]
},
"execution_count": 8,
Expand Down Expand Up @@ -405,7 +405,7 @@
{
"data": {
"text/plain": [
"<matplotlib.legend.Legend at 0x288c511f0>"
"<matplotlib.legend.Legend at 0x17ae681f0>"
]
},
"execution_count": 9,
Expand Down
92 changes: 45 additions & 47 deletions tutorials/5-time-comparisons.ipynb

Large diffs are not rendered by default.

0 comments on commit e26c238

Please sign in to comment.