-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
133 lines (87 loc) · 2.44 KB
/
README
File metadata and controls
133 lines (87 loc) · 2.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
CCE2 CCPQ project
=================
This code is intended to calculate the decoherence of central
spin systems entangled with a bath of spin impurities using CCE2
formalism.
***Last modified version 23/02/2015***
CCE2 - Fortran library for spin decoherence
===========================================
Solves for the many-body dynamics of a central spin system coupled to
an interacting spin bath.
*To be implemented soon*
- Includes the generation of a crystal structure.
- Includes special methods for decoherence of electron/nuclear qubits.
- Includes sequence of CPMG pulses.
- Includes the decoherence using CCE2 method.
Installation
============
Requirements:
- Intel or GNU fortran compiler
- Git
- Make/Cmake
The following instructions are for a Unix-like environment
without root privileges.
In a terminal,
```sh
mkdir CCE2
cd CCE2
git clone https://github.com/UCLGuichard/CCE2
```
This gets the code. Now let's build it.
```sh
mkdir ./build
cd ./build
cmake ..
make
```
If all went well, you should now have created an executable CCE2.exe in
the ./bin directory.
You may wish to modify the CMakeLists.txt to adapt to your own system.
***CCE2 has been tested on Linux***
Usage
-----
Run the executable CCE2.exe in the ./bin directory.
It takes the arguments defined in the input files
basis.inp ! Sets the properties of the system.
in the ./input folder. Modify them for your own purposes.
Testing
-------
*To be implemented soon.*
Example
-------
Getting help
------------
Documentation
=============
Requirements:
- Dot (contained in Graphviz package)
- LaTeX compiler (pdflatex)
You can generate a full documentation of CCE2 by using doxygen with the
Doxyfile:
doxygen Doxyfile
This will produce both an html call tree and a LaTeX documentation in the
doc directory.
License
=======
See LICENSE file for more details.
Citation
========
See CITATION file for more details.
Version
=======
1.0 (in progress)
History
=======
CCE2 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 2015. 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] - <r.guichard@ucl.ac.uk>