via PIP:
pip install --upgrade pip
pip install pyqcstrc
or in local:
conda create -n pyqc python=3.10 pip
conda activate pyqc
gh repo clone ttyamada/pyqcstrc
cd pyqcstrc
python3 setup.py bdist_wheel
pip3 install ./dist/pyqcstrc-XXX.whl
Fro more information, see Docs.
- Python>=3.7
- Operating systems: Linux, macOS, and Windows
If you use PyQCstrc in your research please cite the corresponding paper:
@article{yamada2021pyqcstrc,
title={PyQCstrc. ico: a computing package for structural modelling of icosahedral quasicrystals},
author={Yamada, Tsunetomo},
journal={Journal of Applied Crystallography},
volume={54},
number={4},
pages={1252--1255},
year={2021},
publisher={International Union of Crystallography}
}
Documentation can be found on Docs.
- numpy>=1.20.0
- scipy>=1.6.0
PyQCstrc is released under a MIT license.