dnjohnstone / diffsims

Diffraction simulations in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis Coveralls pypi_version black doi

diffsims is an open-source python library for simulating diffraction.

If simulations performed using diffsims form a part of published work please cite the DOI at the top of this page.

diffsims is released under the GPL v3 license.

Installation

diffsims requires python 3 and conda - we suggest using the python 3 version of Miniconda and creating a new environment for diffsims using the following commands in the anaconda prompt::

$ conda create -n diffsims
$ conda activate diffsims

The recommended way to install diffsims is then from conda-forge using::

$ conda install -c conda-forge diffsims

Note that diffsims is also available via pip::

$ pip install diffsims

About

Diffraction simulations in python

License:GNU General Public License v3.0


Languages

Language:Python 100.0%