-
Notifications
You must be signed in to change notification settings - Fork 7
Description
I'm modelling perovskite structures, trained with FLARE++ and then mapped to LAMMPS. This generally works wonderfully well, so a big thank you to making this code openly available in that sense :).
My process
- I train a bulk perovskite structure in FLARE++.
- I map the model to LAMMPS.
- I run LAMMPS simulations for longer timescales.
[4. I run SGP simulations for uncertainty checks and uncertainty visualization.]
My problem
The process outlined above usually works fine. However, recently, I've started to simulate surfaces with the bulk trained model (to check transferability). Here, I run into issues.
- My LAMMPS simulation with the surface structure (so including vacuum) does not start, and it does not produce any errors. This is the case for both NpT and NVT simulations.
- The exact same model IS able to run an SGP simulation (in both NpT and NVT).
- I've tried to train a model (in NVT) including vacuum and map this, but this does not solve my problem.
Screenshots

This is an image of my surface material (called "cub_I_LARGE") in the attached ZIP-folder. Again, this does not work in LAMMPS, while it does work with just the SGP model in Python.

This is an image of my bulk material (in a different, less symmetric phase). Simulating this works perfectly fine.
Desired outcome
I'd like to use a mapped model to run large-scale LAMMPS simulations with surfaces. If I understand correctly, you are also able to do this in your FLARE++ paper for your hydrogen-platinum catalysis.
Additional context
- LAMMPS has been installed according to https://github.com/mir-group/flare_pp/blob/master/lammps_plugins/README.md.
- FLARE++ version 0.0.24 is installed.
- I've uploaded a ZIP-file to my Drive with my files for potential reproduction. It contains:
- LAMMPS_bulk: the working LAMMPS simulation
- LAMMPS_surface: the not-working LAMMPS simulation with both the bulk-trained and surface-trained systems
- SGP_I_surface: the SGP simulations that dó work with the bulk-trained system and the surface-training system.
The ZIP file can be downloaded from here: https://drive.google.com/file/d/1e5g_ysL5Uu_VKz62Rd4_lO5E4EVZypeY/view?usp=sharing
I hope this somewhat clearly illustrates the problem I'm facing.
Kind regards,
Victor Brouwers