Metadata-Version: 2.1
Name: pyqcstrc
Version: 0.0.2a10
Summary: PyQCstrc - Python library for Quasi-Crystal structure
Home-page: https://www.rs.tus.ac.jp/tsunetomo.yamada/pyqcstrc
Author: Tsunetomo Yamada
Author-email: tsunetomo.yamada@rs.tus.ac.jp
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.7.0
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: numpy >=1.20.0
Requires-Dist: scipy >=1.6.0
Provides-Extra: dev
Requires-Dist: notebook ; extra == 'dev'
Requires-Dist: matplotlib ; extra == 'dev'
Requires-Dist: ipython ; extra == 'dev'
Requires-Dist: ipykernel ; extra == 'dev'

# PyQCstrc: python library for quasi-crystal structure

### Installation

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](https://www.rs.tus.ac.jp/tsunetomo.yamada/pyqcstrc/).

### Supported versions

- Python>=3.7
- Operating systems: Linux, macOS, and Windows

### Publications

If you use PyQCstrc in your research please cite the corresponding [paper](https://doi.org/10.1107/S1600576721005951):
```BibTeX
@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

Documentation can be found on [Docs](https://www.rs.tus.ac.jp/tsunetomo.yamada/pyqcstrc/index.html).


### Requirements

- numpy>=1.20.0
- scipy>=1.6.0

### License
PyQCstrc is released under a [MIT license](https://opensource.org/licenses/mit-license.php).
