vasppy icon indicating copy to clipboard operation
vasppy copied to clipboard

Can you provide some examples or scripts on how to use vasppy?

Open obaica opened this issue 5 years ago • 5 comments

Thank you for your hard work to develop such good software. Can you provide some examples or scripts on how to use vasppy? Because I am not very familiar with the python language.

obaica avatar Sep 04 '19 03:09 obaica

Can you please let us know what use cases you are most interested, and we can see if we have examples we can add to the repository.

bjmorgan avatar Sep 04 '19 14:09 bjmorgan

Can you please let us know what use cases you are most interested, and we can see if we have examples we can add to the repository.

Thank you very much.

For example, how to use vasppy to process VASP output files to get data of band, density of states, optics, molecular dynamics, and so on.

obaica avatar Sep 05 '19 08:09 obaica

vasppy does not currently have any capabilities for processing molecular dynamics. I suggest you look at the MDAnalysis or the DiffusionAnalyzer class in pymatgen as possible alternatives.

bjmorgan avatar Sep 06 '19 15:09 bjmorgan

vasppy does not currently have any capabilities for processing molecular dynamics. I suggest you look at the MDAnalysis or the DiffusionAnalyzer class in pymatgen as possible alternatives.

Thank you very much. But I find that the vasppy includes the vasppy.xdatcar module and vasppy.rdf module.

obaica avatar Sep 07 '19 04:09 obaica

An example for reading a VASP XDATCAR and generating a RDF is now included in the documentation: https://vasppy.readthedocs.io/en/latest/examples/rdfs.html

bjmorgan avatar May 05 '20 21:05 bjmorgan