Skip to content

Commit

Permalink
Correct dosctrings
Browse files Browse the repository at this point in the history
  • Loading branch information
JMorado committed Sep 23, 2024
1 parent f74ad1d commit a9409a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchani/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ def ANI2x(periodic_table_index=False, model_index=None):
return BuiltinModel._from_neurochem_resources(info_file, periodic_table_index, model_index)

def ANI1xnr(periodic_table_index=False, model_index=None):
"""The ANI-1nxr model as in `ANI2x Paper`_ and `ANI2x Results on GitHub`_.
"""The ANI-1nxr model as in `ani-1xnr Paper`_ and `ani-1xnr on GitHub`_.
The ANI-1xnr model is an ensemble of 8 networks that was trained on the
ANI-1xnr dataset dataset. The target level of theory is BLYP/TZV2P.
Expand Down

0 comments on commit a9409a1

Please sign in to comment.