Merge remote-tracking branch 'github/develop' into python_computes

This commit is contained in:
Axel Kohlmeyer
2025-01-14 00:53:19 -05:00
38 changed files with 1931 additions and 258 deletions

View File

@ -189,6 +189,7 @@ int lammps_set_variable(void *handle, const char *name, const char *str);
int lammps_set_string_variable(void *handle, const char *name, const char *str);
int lammps_set_internal_variable(void *handle, const char *name, double value);
int lammps_variable_info(void *handle, int idx, char *buf, int bufsize);
double lammps_eval(void *handle, const char *expr);
void lammps_compute_clearstep(void * handle);
#if defined(LAMMPS_SMALLSMALL)