deeperwin.model.Wavefunction

class deeperwin.model.Wavefunction(*args, **kwargs)[source]

Bases: haiku._src.module.Module

__init__(config: deeperwin.configuration.ModelConfig, phys_config: deeperwin.configuration.PhysicalConfig, name='wf')[source]

Initializes the current module with the given name.

Subclasses should call this constructor before creating other modules or variables such that those modules are named correctly.

Parameters

name – An optional string name for the class. Must be a valid Python identifier. If name is not provided then the class name for the current instance is converted to lower_snake_case and used instead.

Methods

__init__(config, phys_config[, name])

Initializes the current module with the given name.

get_slater_matrices(r, R, Z[, fixed_params])

init_for_multitransform()