wright-group / WrightSim

A simulation package for multidimensional spectroscopy.
MIT License
4 stars 0 forks source link

Similar packages #10

Open ksunden opened 6 years ago

ksunden commented 6 years ago

www.github.com/glotaran/TIMP

untzag commented 6 years ago

http://qutip.org/ (speaking broadly)

untzag commented 6 years ago

http://meep.readthedocs.io/en/latest/

untzag commented 6 years ago

http://zanni.chem.wisc.edu/content/software

untzag commented 6 years ago

http://mukamel.ps.uci.edu/software.html

ksunden commented 6 years ago

Languages used:

TIMP: R QuTiP: Python Meep: Python, Scheme, C++ (bindings in all three) Zanni COSMOSS: Matlab Mukamel SPECTRON: C, C++, FORTRAN

ksunden commented 6 years ago

Scope:

Much more general than WrightSim: QuTiP, Meep

Includes more, but overlapping in at least some aspects: Mukamel SPECTRON

Narrower Usecase: TIMP, Zanni COSMOSS

ksunden commented 6 years ago

Licensing:

TIMP: GPLv2 QuTiP: BSD 3-clause Meep: GPLv2 Zanni COSMOSS: GPLv2 Mukamel SPECTRON: Unlicensed, source available, Uses GPL code, so while not explicitly stating, should be treated as such

ksunden commented 6 years ago

Of course, NISE (MIT Licensed) is the direct progenitor of WrightSim with the most directly comparable feature set (though not quite as pythonic in design, as we have learned more about API design and packaging since it was implemented)

ksunden commented 5 years ago

https://github.com/whaley-group-berkeley/QSpectra

Python (2.7 only)

Quite similar to what we are trying to do, at least from initial looking and talking to @shoyer at Scipy

BSD Licensed.