[lammps-users] table potential

2009/3/4 shihai feng <sfeng@…795…>

Hi All,

I am trying to input my potential by using tables. I got an error message as


pair_coeff 1 1 tablepot soft 14.0
ERROR: Invalid pair table cutoff
"

The cutoff in the pair_coeff for the table style is not the distance, but the number of table rows to use. (So in this case, it would be “soft 10” instead of “soft 14.0”.)

See: http://lammps.sandia.gov/doc/pair_table.html

–AEI

AEI,

Thanks. Got the same error messages.

pair_coeff 1 1 tablepot soft 10
ERROR: Invalid pair table cutoff

Shihai