| File |
Date |
Author |
Commit |
|
Contrib
|
2017-11-01
|
Daniel Jaschke
|
[bca1aa]
Modules for testing and Contrib package for spe...
|
|
Documentation
|
2018-08-25
|
Daniel Jaschke
|
[2fe49f]
Update documentation, packing, and version numb...
|
|
Examples
|
2018-08-30
|
Daniel Jaschke
|
[d1a657]
Switch back to old syntax for examples; improve...
|
|
MPSFortLib
|
2018-08-24
|
Daniel Jaschke
|
[1a2042]
Several bug and memory fixes for Fortran (singl...
|
|
MPSPyLib
|
2018-08-25
|
Daniel Jaschke
|
[2fe49f]
Update documentation, packing, and version numb...
|
|
.gitignore
|
2017-11-20
|
Daniel Jaschke
|
[1a1102]
Improve BuildOSMPS, (un)packing, and gitignore;...
|
|
BuildOSMPS.py
|
2018-08-31
|
Daniel Jaschke
|
[910997]
Bugfixes and improvement python side.
|
|
license-cite.txt
|
2017-11-20
|
Daniel Jaschke
|
[1a1102]
Improve BuildOSMPS, (un)packing, and gitignore;...
|
|
osmpstargz.sh
|
2018-08-25
|
Daniel Jaschke
|
[2fe49f]
Update documentation, packing, and version numb...
|
|
readme.txt
|
2018-05-30
|
Daniel Jaschke
|
[624215]
Reimplement hashes and update todos; typo (!!!A...
|
|
setup.py
|
2018-07-02
|
Daniel Jaschke
|
[82b26c]
Bugfixes global installation.
|
|
todos.txt
|
2018-08-13
|
Daniel Jaschke
|
[981191]
Bugfix writing QProductState; implement guess f...
|
Read Me
==================================================
Open-source Matrix Product States (openMPS, OSMPS)
==================================================
The openMPS package contains various methods for the simulation of many-body
quantum systems in (quasi) one-dimensional lattice models developed in the
Carr Theoretical Physics Research Group at the Colorado School of Mines.
License
-------
The license is located in the file license-cite.txt
Citations
---------
In any significant use of this software is made in support of a
published paper or software, please cite this work and the paper
associated with it. It helps us to track the relevance of the
project and, finally, to maintain it.
See <https://sourceforge.net/p/openmps/wiki/References/>
for the current citation list.
Documentation
-------------
The documentation for this specific version is packed to
Documentation/htmldocu.zip. Running
`python BuildOSMPS.py --clean` will unpack the documentation
and create a symbolic link 'OpenMPSDocu.html' without installing
the package.
(The documentation on SourceForge https://openmps.sourceforge.io/
is subject to updates.)
Developers
----------
The main developers include
* Michael L. Wall
* Daniel Jaschke
For a complete list, please visit our SourceForge homepage.
Getting Help
------------
We maintain a forum on our SourceForge website, i.e.,
https://sourceforge.net/p/openmps/discussion/
Latest version
--------------
Potential updates and bugfixes will be posted to our SourceForge
site: https://sourceforge.net/p/openmps/discussion/
Acknowledgment
--------------
We thank the National Science Foundation for their support.
Dependencies and installation
-----------------------------
The openMPS library depends on a set standard packages, i.e.,
BLAS, LAPACK, ARPACK, python, numpy, scipy. If you know that
you are using those packages, you can try to build the openMPS
package right away in the current directory with
python BuildOSMPS.py --local='./'
for a unix environment. Otherwise, we suggest visiting our
documentation.