-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathREADME
21 lines (15 loc) · 871 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
This set of files contain a toolbox in multiple languages, including c++, fortran 77,
fortran 90, mathematica, matlab (and possibly others) to play with random matrices,
quantum computation and tensor networks.
To be able to use de c++ toolbox, one must install tclap and itpp. In ubuntu it corresponds to the packages libitpp-dev libtclap-dev
Maxima - Files provided by Thomas Gorin to calculate integral of polynomials of uniatry matrices with the Haar measure
cpp - C++ toolbox
matlab_libraries - Matlab toolbox
modules - Fortran 90 toolbox
.gitignore - configuration file
Carlos.m - Various tools to plot an process information in mathematica
Quantum.m - Quantum information tools
README - This file
SpinChain.m - Spin chain files
TheoreticalRMT.m - Files to plot RMT results in mathematica
test.nb - File that allows testing of the mathematica libraries.