Adding support for non-arithmetic mixing to charmm and updating docs and
restart2data
This commit is contained in:
@ -1627,6 +1627,7 @@ void pair(FILE *fp, Data &data, char *style, int flag)
|
||||
} else if ((strcmp(style,"lj/charmm/coul/charmm") == 0) ||
|
||||
(strcmp(style,"lj/charmm/coul/charmm/implicit") == 0) ||
|
||||
(strcmp(style,"lj/charmm/coul/long") == 0) ||
|
||||
(strcmp(style,"lj/charmm/coul/long/gpu") == 0) ||
|
||||
(strcmp(style,"lj/charmm/coul/long/opt") == 0)) {
|
||||
|
||||
if (strcmp(style,"lj/charmm/coul/charmm") == 0) {
|
||||
@ -1644,6 +1645,7 @@ void pair(FILE *fp, Data &data, char *style, int flag)
|
||||
int offset_flag = read_int(fp);
|
||||
int mix_flag = read_int(fp);
|
||||
} else if ((strcmp(style,"lj/charmm/coul/long") == 0) ||
|
||||
(strcmp(style,"lj/charmm/coul/long/gpu") == 0) ||
|
||||
(strcmp(style,"lj/charmm/coul/long/opt") == 0)) {
|
||||
double cut_lj_inner = read_double(fp);
|
||||
double cut_lj = read_double(fp);
|
||||
|
||||
Reference in New Issue
Block a user