deepmodeling / dpdata

A Python package for manipulating atomistic data of software in computational science
https://docs.deepmodeling.com/projects/dpdata/
GNU Lesser General Public License v3.0
199 stars 133 forks source link

[Feature Request] Support [T F] flag in vasp/abacus #742

Closed Angel-Jia closed 1 week ago

Angel-Jia commented 2 weeks ago

Summary

Support [T F] flag in vasp/abacus

Detailed Description

When converting between VASP and Abacus formats, the markers that indicate whether atoms are fixed (T/F) are lost, and the converted files assume all atoms are free to move. Is it possible to retain these markers during the conversion?

Further Information, Files, and Links

No response

wanghan-iapcm commented 2 weeks ago

@pxlxingliang please consider the feature request for abacus. Thanks!

pxlxingliang commented 2 weeks ago

Ok, I will implement this feature.

Angel-Jia commented 1 week ago

Fixed with: #744