-
Notifications
You must be signed in to change notification settings - Fork 356
Description
Dear developers,
I want to calculate the thermal conductivity of my bulk phase by MACE potential using the Green-Kubo (GK) formula in LAMMPS.
But lammps report an error: pair_mace does not support vflag_atom when i use cpu-calculation.
lammps report an error: mace/kokkos eflag_atom and/or vflag_atom not implemented. (src/KOKKOS/pair_mace_kokkos.cpp:82 when i use gpu-calculation.
I am not a lammps expert, but if vflag_atom and eflag_atom are frequently used in lammps, why mace don't support them in lammps. Is it a technical problem? Do you plan to add this support in the future?
Is there any alternatives to calculate the thermal conductivity by MD methods using MACE potential?
If you need my input file of lammps, i will supply.
vflag_atom will be set in lammps when calculating per-atom stress which is need by the Green-Kubo (GK) formula