Science Score: 28.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 1 committers (100.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.7%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
·
Repository
CCPQ Decoherence project
Basic Info
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 11 years ago
· Last pushed over 11 years ago
Metadata Files
Readme
License
Citation
README
Decoherence CCPQ project ======================== This code is intended to calculate the decoherence of central spin systems entangled with a bath of spin impurities. ***Last modified version 19/11/2014*** Decoherence - Fortran library for spin decoherence ================================================== Solves for the many-body dynamics of a central spin system coupled to an interacting spin bath. - Includes the generation of a crystal structure. - Includes special methods for decoherence of electron/nuclear qubits. - Includes sequence of CPMG pulses. Installation ============ Requirements: - Intel or GNU fortran compiler - Git - Make The following instructions are for a Unix-like environment without root privileges. In a terminal, ```sh mkdir Decoherence cd Decoherence git clone https://github.com/UCLGuichard/CCPQ ``` This gets the code. Now let's build it. ```sh cd CCPQ/src make ``` If all went well, you should now have the final three messages --------Compilation done-------- ----Data classification done---- -------Data cleaning done------- You may wish to modify the makefile to adapt to your own system. It creates an executable file in the ./bin folder that you can run with ./Decoherence.exe. It outputs *.dat files which name represents the cases of study. ***Decoherence has been tested on Linux*** Usage ----- Run the executable Decoherence.exe in the ./bin folder. It takes the arguments defined in the input files System.inp ! Sets the properties of the crystal structure Dynamics.inp ! Sets the dynamics Output.inp ! Sets the outputs in the ./input folder. Modify them for your own purposes. Testing ------- There are two types of testings: unit testing and case testing. - Unit testing: go in the unit_test/test_src/ folder and run make You should have the following messages --------Compilation test_read done----------- --------Compilation test_crystal done-------- --------Compilation test_interactions done--- --------Compilation test_decoherence done---- --------Data classification done------------- --------Data cleaning done------------------- Then go to ./unit_test you can now run a spate of unit testing for all subroutines and modules: ```sh bash ./run_test_read.sh ./test_crystal.exe ./test_interactions.exe ./test_decoherence.exe ```sh It should display a list of testings with 'ok' statements. It also generates output *.dat and *_test.dat files calculated by two different methods. You can check that: * dipolar C12 values are identical between the calculated C12.dat and the analytical formula C12_analytical.dat (owing absolute value) * decoherence for the FID, Hahn, CP2 and CP6 cases for electron donor are identical (numerically calculated by Decoherence and analytically computed in the test cases) - Case testing: go in the ./test/Tania_subroutine folder and run make You should have the following messages --------Compilation test_read done----------- --------Data cleaning done------------------- Then run bash ./run_test.sh in the above ./test folder. It runs Decoherence and uses the outputs as input files for the code ROLAND.DD.f90. The comparison between the decoherence calculated with the two methods can be checked by plotting the output *.dat file in ./bin and the corresponding ./Tania_subroutine/CPMGN.dat (owing a factor 1000 in x axis for converting units). Example ------- Getting help ------------ License ======= See LICENSE file for more details. Citation ======== See CITATION file for more details. Version ======= 2.0 (in progress) History ======= Decoherence is based on bits and pieces of old code for certain spin baths and central spin systems. These were written by R. Guichard starting in 2014. Methods used to efficiently fill Hamiltonian matrix elements were originally written in Fortran by Prof. Tania Monteiro. Checking has been performed with Setrak Balian's C++ spindec code: http://www.bitbucket.org/sbalian/spindec Acknowledgements ================ - Prof. Tania Monteiro - Setrak Balian Contact ======= [Roland Guichard] -
Owner
- Login: RolandMacDoland
- Kind: user
- Repositories: 3
- Profile: https://github.com/RolandMacDoland
Citation (CITATION)
How to cite
===========
Decoherence is free to use under the GNU General Public License.
See LICENSE file for more details.
If you use any part of the code in a publication,
please cite it as follows:
R. Guichard, Decoherence: Fortran library for spin decoherence
http://www.github/UCLGuichard/CCPQ.
Here is the BibTeX entry:
```text
@misc{DECOHERENCE,
title = {Decoherence: Fortran library for spin decoherence},
author = {Guichard, R.},
howpublished = {\url{http://www.github/UCLGuichard/CCPQ}},
year = {2014}
}
```
GitHub Events
Total
Last Year
Committers
Last synced: 12 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Roland Guichard | r****d@j****k | 87 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0