Git Product home page Git Product logo

aiida-phonopy's Introduction

aiida-phonopy

This is the official AiiDA plugin for Phonopy.

Latest release PyPI versionPyPI pyversions
Getting help Docs status Discourse status
Build status Build Status Coverage Status
Activity PyPI-downloads Commit Activity
Community Discourse

Compatibility

From v0.7.0 this plugin does not support retro-compatibility with previous versions, due to a restructure of the package.

Plugin AiiDA Phonopy
>=v1.0.0 < v2.0.0 >=v2.0.0 <v3.0.0 >=v2.14.0 <v3.0.0
>=v0.7.0 < v1.0.0 >=v1.6.0 <v2.0.0 >=v2.14.0 <v3.0.0

Installation

To install from PyPI, simply execute:

pip install aiida-phonopy

or when installing from source:

git clone https://github.com/aiida-phonopy/aiida-phonopy
pip install .

License

The aiida-phonopy plugin package is released under the MIT license. See the LICENSE.txt file for more details.

Acknowlegements

We acknowledge support from:

aiida-phonopy's People

Contributors

abelcarreras avatar atztogo avatar bastonero avatar hujay2019 avatar mbercx avatar pre-commit-ci[bot] avatar yw-fang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

aiida-phonopy's Issues

Support of other calculator

Dear Atsushi Togo,

Currently only VASP is supported out of the box.
A support of other main DFT codes would be great (in particular Quantum Espresso) for force calculations but this needs to be included at various points, e.g. in parsing the forces (QE saves them in the output trajectory) and in setting up the calculation.

Best regards,
Benedikt

please add aiida-core as dependency

aiida-core should be specified as a dependency in setup.json

depending on the aiida version, consider something like

aiida-core>=0.12.3,<1.0.0

or

aiida-core>=1.0.0b6,<2.0.0

Problems with parsing data from band.hdf5 when is not set as auto

After using the phonopy plugin ,
I am using as input

BAND=0.0 0.0 0.0 0.3333 0.3333 0.0 0.5 0.5 0.0 0.0 0.0 0.0
BAND_LABELS=$\Gamma$ X M $\Gamma$
BAND_POINTS=100
FORCE_CONSTANTS=READ
NAC=.True.
HDF5=.True.

However, the output from PhonopyCalculation doesnt seem to parse the data correctly,
For example the labels arent parse
I inspected the band.hdf5 file and they are defined

with h5py.File('band.hdf5', 'r') as file:
... label = file['label']
... data = label[:]
... print(data)
...
[[b'$\Gamma$' b'X']
[b'X' b'M']
[b'M' b'$\Gamma$']]

The same information of the paths, arent parsed as well, i have two instead of three, and after inspecting the file manually indeed it has three.

please update trove classifiers

please add the Framework :: AiiDA classifier and update the python language classifier (currently suggests that this plugin supports only python 3.5).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.