gem.solvers.solver_template.SolverTemplate.__init__

SolverTemplate.__init__(norb, solver_params=None)[source]

Initialization of the Solver object. The signature is free: only the caller who builds the solver sees it, not the Fragment.

Parameters:
  • norb – int. Number of orbitals. Defines the dimensions of the Hamiltonian.

  • solver_params – dict. Solver-specific parameters. Keys depend on the solver.