To enable the asynchronous development of simulation protocols, it would be great to create a custom concurrent.futures.Executor class. This class would represent one LAMMPS instance and the user can send different commands to this class, which are then executed in the background.
To enable the asynchronous development of simulation protocols, it would be great to create a custom
concurrent.futures.Executor
class. This class would represent one LAMMPS instance and the user can send different commands to this class, which are then executed in the background.