Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 763 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 763 Bytes

Modeling intermediate scattering functions MIEZE-style

A package to model intermediate scattering functions I(q, t) for MIEZE measurements.

Installation

Download the code from master or develop branch according to your needs.

Go to the directory after unpacking and run pip installation:

somebody@somepc:~/wherever$ pip install .

Or for development mode

somebody@somepc:~/wherever$ pip install -e .

Basic use case

An example file is given as modelmiezelb/tests/exmaples.py

Credit and Acknowledgement

Thanks goes to Andreas Wendl, Steffen Säubert, Franz Haslbeck from the TUM Physik-Department's Chair for the Topology of Correlated Systems who wrote the original code on which this library is based on.