ENCCS / qas2023

Training material for Quantum Autumn School 2023
https://enccs.github.io/qas2023/
Creative Commons Attribution 4.0 International
7 stars 7 forks source link

Broken link to transmon spectroscopy data #17

Closed HugoStrand closed 12 months ago

HugoStrand commented 12 months ago

The link to the transmon spectroscopy data is broken in the https://enccs.github.io/qas2023/notebooks/Qubit_Spectroscopy_Analysis/ tutorials.

Here is a fix

% git diff --word-diff Qubit_Spectroscopy_Analysis.ipynb
diff --git a/content/notebooks/Qubit_Spectroscopy_Analysis.ipynb b/content/notebooks/Qubit_Spectroscopy_Analysis.ipynb
index 98e629b..4221ffe 100644
--- a/content/notebooks/Qubit_Spectroscopy_Analysis.ipynb
+++ b/content/notebooks/Qubit_Spectroscopy_Analysis.ipynb
@@ -27,7 +27,7 @@
    "lmfit==1.2.2\n",
    "```\n",
    "\n",
    "Furthermore, please go to [-[https://qal9000.se/qas23](https://qal9000.se/qas23)-]{+[http://qal9000.se/qas2023](http://qal9000.se/qas2023)+} and retrieve a qubit spectroscopy measurement. It will be sent to your email address and should be in the .hdf5 format. If this page does not work for you, download a sample measurement here: [https://github.com/ENCCS/qas2023/tree/main/content/notebooks/datasets/spectroscopy_data.hdf5](https://github.com/ENCCS/qas2023/tree/main/content/notebooks/datasets/spectroscopy_data.hdf5)"
   ]
  },
  {
wikfeldt commented 12 months ago

i actually can't see what the problem is, nor what the fix does...

HugoStrand commented 12 months ago

https://qal9000.se/qas23 -> http://qal9000.se/qas2023

wikfeldt commented 12 months ago

ah, for me my browser redirects correctly with www in front. Will make this a link Thanks for raising the issue