-
Notifications
You must be signed in to change notification settings - Fork 10
PolyXSim Installation
osholm edited this page Mar 22, 2022
·
9 revisions
The program can be downloaded can be acquired from Github:
https://github.com/FABLE-3DXRD/polyxsim
goto Code (green button), choose "Download ZIP" and uncompress the downloaded zip file.
or make a clone of the code using Git, i.e. on the command line write:
git clone https://github.com/FABLE-3DXRD/PolyXSim.git
Install the code using pip:
pip install PolyXSim
For full functionality of PolyXSim the following modules need to be installed (if you used pip to install PolyXSim these should have been installed automatically).
- FabIO FABle Input Output library
- xfab Fable Crystallographic library (Perform same operation as for PolyXSim to install)
- numpy - http://www.numpy.org
- scipy - http://www.scipy.org/Download
- PyCifRW - library for reading and writing CIF files by J. Hester https://bitbucket.org/jamesrhester/pycifrw/src/development/