Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arm61/falass
Neutron and X-ray Reflectometry from Computer Simulation
https://github.com/arm61/falass
molecular-dynamics molecular-dynamics-simulation neutron reflectivity reflectometry simulation x-ray
Last synced: 12 days ago
JSON representation
Neutron and X-ray Reflectometry from Computer Simulation
- Host: GitHub
- URL: https://github.com/arm61/falass
- Owner: arm61
- License: mit
- Created: 2017-11-28T16:13:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-06T13:04:10.000Z (over 6 years ago)
- Last Synced: 2024-11-13T10:52:01.389Z (2 months ago)
- Topics: molecular-dynamics, molecular-dynamics-simulation, neutron, reflectivity, reflectometry, simulation, x-ray
- Language: Python
- Homepage: http://people.bath.ac.uk/arm61/falass
- Size: 4.07 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### 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/](http://falass.readthedocs.io/en/latest/)
#### Install
Either clone the repository and install with:
```
pip install -r requirements.txtpython setup.py build
python setup.py install
python setup.py test
```Or get a build from pip with:
`pip install falass`
[![Build Status](https://travis-ci.org/arm61/falass.svg?branch=0.0.2)](https://travis-ci.org/arm61/falass)
[![Coverage Status](https://coveralls.io/repos/github/arm61/falass/badge.svg?branch=master)](https://coveralls.io/github/arm61/falass?branch=master)
[![DOI](https://zenodo.org/badge/112358527.svg)](https://zenodo.org/badge/latestdoi/112358527)