Accessing python LAMMPS instance from Ovito

  1. LAMMPS was compiled and installed from source. The version used is the correct system version. The LAMMPS python module is the one from source.
  2. The ovito python module was installed through pip. The version from list is ovito 3.10.6.post2.
  3. This is an Ubuntu LTS 22.04.5 machine.
  4. This is a python program that instantiate a LAMMPS simulation. The idea is to keep the simulation running and pass data to OVITO from within the script in a loop. The result should then be used in the running simulation at each loop iteration.