Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aalopes/secondQuant
secondQuant is a Mathematica package for second quantization
https://github.com/aalopes/secondQuant
Last synced: 3 months ago
JSON representation
secondQuant is a Mathematica package for second quantization
- Host: GitHub
- URL: https://github.com/aalopes/secondQuant
- Owner: aalopes
- License: gpl-3.0
- Created: 2014-03-12T21:34:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-21T19:51:30.000Z (about 10 years ago)
- Last Synced: 2024-06-29T13:32:21.172Z (5 months ago)
- Language: Mathematica
- Size: 152 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
secondQuant v0.3 (25.08.2013)
Copyright 2013 Alexandre Lopes
-------------------------------------------------------------------------------
= Description =secondQuant is a Mathematica package that I wrote and used extensively during
my research. It allows one to use second quantization in Mathematica.
I concede it is not the simplest thing ever and it probably could be greatly
improved. However, I don't have the time and though that sharing it would
be better than leaving it to die in my backups and laptop.
-------------------------------------------------------------------------------
= Usage =The package can be called in Mathematica just like any other package, for
example:
Get["secondQuant`"]
For examples, please refer to the file "examples.nb" and to the package file
itself (which is heavily commented).
The notebook "hamiltonianDatabase" contains some Hamiltonians that can be
used with the secondQuant package.
-------------------------------------------------------------------------------
= Encoding and EOL =
This file is encoded in UTF8 and uses Windows style EOL, i.e. \r\n.
Usually I prefer to have two separate README files for Unix and for
Windows but it makes no sense in this case and since Unix based systems are
more tolerant to the Windows convention, I opted to go that way.
-------------------------------------------------------------------------------
= Licensing =All the code is licensed under the GPLv3 license.