Getting Started
User documentation
API Reference
get_descriptors_shape()
get_tot_job_num()
submit_job()
ETC
Useful Links
Functionality related to job submissions
Calculate the shape of the descriptor space
n_col (list of int) – Each row corresponds to number of runs for each dimension.
sampling (str) – Type of sampling. Accepted values are ‘linear’ and ‘lhs’
descriptors_shape – Number of points in each dimension
tuple
Calculates the total number of jobs
n_jobs – Total number of jobs
int
ValueError: – Raised if sampling is not supported.
sampling
Submits the job using subprocess.Popen
cmd (list of str) – Command to run. Normally begins with ‘sbatch’ and ends with the path to the ‘qs’ script
id – ID of submitted job
str