Update in.fix_python_invoke_neighlist example

This commit is contained in:
Richard Berger
2021-05-06 12:21:40 -04:00
parent 51200de45d
commit 147e561dca

View File

@ -33,7 +33,7 @@ def post_force_callback(lmp, v):
print(pid_prefix, "### POST_FORCE ###", t)
#mylist = L.numpy.get_neighlist(0)
idx = L.find_pair_neighlist("lj/cut", request=0)
idx = L.find_pair_neighlist("lj/cut", reqid=0)
mylist = L.numpy.get_neighlist(idx)
print(pid_prefix, mylist)
nlocal = L.extract_global("nlocal")