Metadata-Version: 2.1
Name: aiidalab-qe-vibroscopy
Version: 1.1.2
Summary: AiiDAlab QE plugin for vibrational spectoscopies.
Keywords: aiidalab,plugin
Author-email: Miki Bonacci <miki.bonacci@psi.ch>, Andres Ortega Guerrero <andres.ortega-guerrero@empa.ch>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Classifier: Development Status :: 5 - Production/Stable
Requires-Dist: aiida-vibroscopy>=1.0.2
Requires-Dist: aiida-phonopy>=1.1.3
Requires-Dist: phonopy
Requires-Dist: pre-commit
Requires-Dist: euphonic
Requires-Dist: kaleido
Project-URL: Source, https://github.com/mikibonacci/aiidalab-qe-vibroscopy

# aiidalab-qe-vibroscopy
Plugin to compute vibrational properties of materials via the aiida-vibroscopy AiiDA plugin

## Installation

Once cloned the repository, `cd` into it and:

```shell
pip install --user .
```

If you want to easily set up phonopy, use the CLI of this package (inspect it via `aiidalab-qe-vibroscopy --help`):

```shell.
pip install phonopy --user # if phonopy is not installed in your machine; it should be already installed as it is a dependency of the package.
aiidalab-qe-vibroscopy setup-phonopy # setup phonopy@localhost in AiiDA; this post-install command is automatically triggered if you install the plugin from the aiidalab-qe interface.
```

### h5py installation for arm64 architectures

In case the installation of the `aiidalab-qe-vibroscopy` fails due to `h5py` installation problem, you may try to first install
`h5py` by:

```shell
conda install h5py==3.11.0
```

this will install also the `hdf5` library as dependency.

## License

MIT

## Contact

miki.bonacci@psi.ch
andres.ortega-guerrero@empa.ch

