Update examples
This commit is contained in:
@ -61,7 +61,7 @@ lmp.command("run 1");
|
||||
|
||||
# extract force on single atom two different ways
|
||||
|
||||
f = lmp.extract_atom("f",3)
|
||||
f = lmp.extract_atom("f")
|
||||
print("Force on 1 atom via extract_atom: ",f[0][0])
|
||||
|
||||
fx = lmp.extract_variable("fx","all",1)
|
||||
|
||||
Reference in New Issue
Block a user