libAtoms / workflow

python workflow toolkit
GNU General Public License v2.0
24 stars 17 forks source link

"Iterative GAP fitting" example using ase Vasp calculator? #320

Open rbjiawen opened 1 month ago

rbjiawen commented 1 month ago

Hello, developers, when using the generic calculation method (wfl.calculators.generic calculate) in the workflow with the ASE calculator Vasp(ase.calculators.vasp.vasp Vasp), the stress units in the output XYZ file is in eV/Å^3. When further using gap_fit ( from wfl.fit.gap.multistage import fit), do the stress need to be converted to eV as required by the gap documentation?