torchani.cli#
Contains the TorchANI CLI entrypoints.
The actual implementation of the functions is considered internal. Please don’t rely on
calling functions inside torchani.cli
directly.
Functions
|
|
|
|
|
|
|
|
Download a built-in dataset to the default location in disk, or to a custom location |
|
|
|
Execute a cartesian coords geom opt, using L-BFGS, with a TorchANI model |
|
|
|
Execute a single point calculation using a TorchANI model |
Classes
- torchani.cli.opt(paths, output_path=None, model_key='ANI2x', device=None, dtype=None, forces=False, hessians=False)[source]#
Execute a cartesian coords geom opt, using L-BFGS, with a TorchANI model