-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Hahn Echoes | ||
|
||
The code can be found at 'MeasuringDecoherence.ipynb', and a pdf describing further theoretical details at 'MeasuringDecoherence.pdf'. | ||
An example of the code used to generate the animations is 'animations_example.py'. | ||
Find the video at https://www.youtube.com/watch?v=4n8k31PpdHY | ||
The code can be found at `MeasuringDecoherence.ipynb`, and a pdf describing further theoretical details at `MeasuringDecoherence.pdf`. | ||
An example of the code used to generate the animations is `animations_example.py`. | ||
The submitted video can be found in [Youtube](https://www.youtube.com/watch?v=4n8k31PpdHY). | ||
|
||
This code and the video linked below were developped as part of the Quantum Future Challenge | ||
2020, hosted by ScienceatHome (https://www.scienceathome.org/quantum/qfa-2020) and Danish Universities Science Departments (Aarhus University, University of Copenhagen, DTU and SDU) | ||
2020, hosted by [ScienceatHome](https://www.scienceathome.org/quantum/qfa-2020) and Danish Universities Science Departments (Aarhus University, University of Copenhagen, DTU and SDU) | ||
|
||
The code is heavily inspired from the Qiskit textbook and some other examples | ||
The code is heavily inspired from the [Qiskit Textbook](https://github.com/Qiskit/textbook/tree/main) and some other examples | ||
found online, along with my own additions were the code was clumsy or difficult to follow. |