Git Product home page Git Product logo

aiida-phonopy's Issues

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

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

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.