AQIT 0.1.0
Loading...
Searching...
No Matches
aquin.compute.trajectory_analysis Namespace Reference

Functions

list[Path] resolve_checkpoint_paths (*, str|None pattern=None, str|None directory=None)
dict[str, Any] run_trajectory_analysis (str model_id, list[str|Path] checkpoint_paths, *, str|None name_prefix=None)
dict[str, Any] run_trajectory_analysis_from_args (dict[str, Any] args)

Function Documentation

◆ resolve_checkpoint_paths()

list[Path] resolve_checkpoint_paths ( * ,
str | None pattern = None,
str | None directory = None )

Definition at line 18 of file trajectory_analysis.py.

Referenced by run_trajectory_analysis_from_args().

◆ run_trajectory_analysis()

dict[str, Any] run_trajectory_analysis ( str model_id,
list[str | Path] checkpoint_paths,
* ,
str | None name_prefix = None )

Definition at line 46 of file trajectory_analysis.py.

Referenced by run_trajectory_analysis_from_args().

◆ run_trajectory_analysis_from_args()

dict[str, Any] run_trajectory_analysis_from_args ( dict[str, Any] args)