Merge pull request #3458 from Boogie3D/mliappy_unified

MLIAP Unified Interface
This commit is contained in:
Axel Kohlmeyer
2022-09-26 20:33:17 -04:00
committed by GitHub
31 changed files with 1760 additions and 138 deletions

View File

@ -270,6 +270,8 @@ void lammps_force_timeout(void *handle);
int lammps_has_error(void *handle);
int lammps_get_last_error_message(void *handle, char *buffer, int buf_size);
int lammps_python_api_version();
#ifdef __cplusplus
}
#endif