Skip to content

[FKA "thermocepstrum"] -- A code to estimate transport coefficients from the cepstral analysis of a multi-variate current stationary time series

License

Notifications You must be signed in to change notification settings

jasper12138/sportran

Repository files navigation

SporTran (thermocepstrum)

A code to estimate transport coefficients from the cepstral analysis of a multi-variate current stationary time series.

This repository is a temporary mirror of ThermoCepstrum, that will soon be rebranded as SporTran and moved here.
Please submit any issues, PR, or comments there.

References

Developed by Loris Ercole, Riccardo Bertossa, Sebastiano Bisacchi under the supervision of prof. Stefano Baroni

Acknowledgment The development of this software is part of the scientific program of the EU MaX Centre of Excellence for Supercomputing Applications (Grant No. 676598, 824143) and has been partly funded through it.


Usage

There is a GUI that you can try after installing the package. Click here for instructions.

The code can be used as a library, for example in a Jupyter notebook. In the examples folder you can find some examples.

Alternatively, you can run the code analysis.py from the command line without any installation procedure. It can execute most of the cepstral analysis routines, returning the results in a series of data files and PDF plots. See the examples/example_commandline_NaCl folder and the help (python analysis.py --help) for more information.

Requirements

only cepstral analysis (command line interface)

  • numpy
  • scipy
  • matplotlib

graphical user interface

  • all the requirements of cepstral analysis
  • tkinter
  • pillow (you may need upgrade it)
  • markdown2
  • uncertainties

Installation

You can simply pip-install thermocepstrum downloading it from PyPI with pip install thermocepstrum.

Alternatively:

  1. Clone this repository: git clone https://github.com/lorisercole/thermocepstrum.git
  2. Install the package with pip (dependencies will be automatically downloaded). For example:
cd thermocepstrum
pip install .

You are all set! You can check that the installation is working by trying to run the command thermocepstrum-analysis.

The Graphical User Interface will be installed and can be started with the command thermocepstrum-gui.

Issues

You are strongly encouraged to report any issue on the official GitHub issues page.

About

[FKA "thermocepstrum"] -- A code to estimate transport coefficients from the cepstral analysis of a multi-variate current stationary time series

Resources

License

Stars

Watchers

Forks

Packages

No packages published