Renamed matrixes to matrices
This commit is contained in:
parent
949ed877fb
commit
7dd2074ee5
@ -38,7 +38,7 @@ def open(
|
|||||||
used, if there is exactly one in the directoy.
|
used, if there is exactly one in the directoy.
|
||||||
trajectory (opt.): Descriptor of the trajectory (xtc or trr file).
|
trajectory (opt.): Descriptor of the trajectory (xtc or trr file).
|
||||||
nojump (opt.):
|
nojump (opt.):
|
||||||
If nojump matrixes should be generated. They will alwyas be loaded
|
If nojump matrices should be generated. They will alwyas be loaded
|
||||||
if present
|
if present
|
||||||
index_file (opt.): Descriptor of the index file (ndx file).
|
index_file (opt.): Descriptor of the index file (ndx file).
|
||||||
charges (opt.):
|
charges (opt.):
|
||||||
@ -97,9 +97,9 @@ def open(
|
|||||||
coords = coordinates.Coordinates(frames, atom_subset=atom_set)
|
coords = coordinates.Coordinates(frames, atom_subset=atom_set)
|
||||||
if nojump:
|
if nojump:
|
||||||
try:
|
try:
|
||||||
frames.nojump_matrixes
|
frames.nojump_matrices
|
||||||
except reader.NojumpError:
|
except reader.NojumpError:
|
||||||
reader.generate_nojump_matrixes(coords)
|
reader.generate_nojump_matrices(coords)
|
||||||
return coords
|
return coords
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user