pedvide / simetuc

Simulating Energy Transfer and Upconversion
MIT License
4 stars 1 forks source link
anaconda chemistry physics physics-simulation python simulation

simetuc

Simulating Energy Transfer and Upconversion


License Python version Pypi version Anaconda version Build Status Coverage Status

Installation

Python 3.6 is required. Installing Anaconda is recommended; it works with Windows (64/32 bits), Linux (64/32 bits) and Mac (64 bits).

After installing Anaconda execute the following commands at the command prompt (Use "Anaconda Prompt" for Windows, shell for Linux and Mac):

conda config --add channels conda-forge
conda config --add channels pedvide
conda install simetuc
pip install settings_parser

(The first two commands add packages repositories with up-to-date versions of all needed packages.)

or

pip install simetuc

That will download and install all necessary files.

Note: Some OSX users report problems using conda, if after installing you can't use the program (i.e., simetuc -h fails because simetuc wasn't recognized as a command), use pip install simetuc

Update

If you installed it using conda, update with:

conda update simetuc

If you installed it with pip, update with:

pip install -U simetuc

Features

Documentation

See the manual.

TODO

Bugs/Requests

Please use the GitHub issue tracker to submit bugs or request features.

Publications

This software has been described and used in these publications:

If you use this software in a scientific publication, please cite the appropriate articles above.

Acknowledgments

The financial support of the EU FP7 ITN LUMINET (Grant agreement No. 316906) and the SNSF (grant number: P2BEP2_172238) are gratefully acknowledged.

This work was started at the University of Cantabria under Prof. Rafael Valiente, continued at the University of Bern under PD Dr. Karl Krämer and then at the Utrecht University under Prof. Andries Meijerink.

License

Copyright Pedro Villanueva Delgado, 2016-2018.

Distributed under the terms of the MIT license, simetuc is free and open source software.