Skip to content

arm61/falass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

falass

falass is a pure python library for the calculation of neutron and X-ray reflectometry data from molecular simulation. Currently we support pdb trajectories. It is also necessary to know the scattering length of the atoms or beads in your system. For all the elements these can be found freely online. falass will slice your simulation cell into a series of layers and calculate the reflectometry from the Abele matrix formalism. An example Jupyter notebook and dataset is available in the 'example' directory which shows a typical usage of falass.

Documentation

API-level documentation is available at: http://falass.readthedocs.io/en/latest/

Install

Either clone the repository and install with:

pip install -r requirements.txt 

python setup.py build

python setup.py install 

python setup.py test

Or get a build from pip with:

pip install falass

Build Status Coverage Status DOI