GridValuesModel

Included in QATK.Calculators.DFT, QATK.MLDFT

class GridValuesModel(model_dir)

Base class for specifying a pre-trained grid values model by the directory containing the model hyperparameters and parameters.

Parameters:

model_dir (str) – Directory containing the model files.

absoluteModelDir()
Returns:

The absolute path to the model directory.

Return type:

str

absoluteModelDirs()
Returns:

A list of absolute paths to all model directories in the parent directory.

Return type:

list[str]

absoluteModelFile()
Returns:

The absolute path to the model file.

Return type:

str

modelDir()

Get the directory containing the model files.

Returns:

The model directory.

Return type:

str

nlinfo()
Returns:

The nlinfo.

Return type:

dict

uniqueString()

Return a unique string representing the state of the object.