Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 1.09 KB

File metadata and controls

45 lines (36 loc) · 1.09 KB

Python API

Documentation for the core optimization functions in gpuma.

::: gpuma.api options: members: []
show_root_heading: false show_source: false

Single Structure Optimization

Methods for optimizing individual molecules provided as SMILES or XYZ files.

::: gpuma.api.optimize_single_smiles options: show_root_heading: true show_root_full_path: false heading_level: 3

::: gpuma.api.optimize_single_xyz_file options: show_root_heading: true show_root_full_path: false heading_level: 3

Batch & Ensemble Optimization

Methods for processing multiple structures, ensembles, or entire directories.

::: gpuma.api.optimize_ensemble_smiles options: show_root_heading: true show_root_full_path: false heading_level: 3

::: gpuma.api.optimize_batch_multi_xyz_file options: show_root_heading: true show_root_full_path: false heading_level: 3

::: gpuma.api.optimize_batch_xyz_directory options: show_root_heading: true show_root_full_path: false heading_level: 3