Skip to content

Commit b26f45b

Browse files
Update train.py
1 parent 060cc09 commit b26f45b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

torchmdnet/scripts/train.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ def get_argparse():
103103
`a[1] = a[2] = b[2] = 0`;`a[0] >= 2*cutoff, b[1] >= 2*cutoff, c[2] >= 2*cutoff`;`a[0] >= 2*b[0]`;`a[0] >= 2*c[0]`;`b[1] >= 2*c[1]`;
104104
These requirements correspond to a particular rotation of the system and reduced form of the vectors, as well as the requirement that the cutoff be no larger than half the box width.
105105
Example: [[1,0,0],[0,1,0],[0,0,1]]""")
106+
parser.add_argument('--vector-output', type=bool, default=False, help='If true, returns vector features per atom on top of scalars')
106107
parser.add_argument('--static_shapes', type=bool, default=False, help='If true, TensorNet will use statically shaped tensors for the network, making it capturable into a CUDA graphs. In some situations static shapes can lead to a speedup, but it increases memory usage.')
107108

108109
# other args

0 commit comments

Comments
 (0)