You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to gap_fit on a non-periodic dataset of molecular clusters.
Isolated atom configs are not found at all if pbc=false.
When I set pbc=true and a large box just for the isolated atoms, but not for the rest of configs, only 3 energy values are reported in 'Number of target energies', however, forces are identified correctly.
Setting pbc=true for all configs and large dummy boxes fixes the issue and all energy values are found.
The text was updated successfully, but these errors were encountered:
Is it possible that the fortran code doesn't support non-periodic cells, so we decided to filter them out? If so, I think that's a bad idea for gap_fit - it should give an error and stop.
I am trying to gap_fit on a non-periodic dataset of molecular clusters.
Isolated atom configs are not found at all if pbc=false.
When I set pbc=true and a large box just for the isolated atoms, but not for the rest of configs, only 3 energy values are reported in 'Number of target energies', however, forces are identified correctly.
Setting pbc=true for all configs and large dummy boxes fixes the issue and all energy values are found.
The text was updated successfully, but these errors were encountered: