solve() parameters
- Solver.solve(**params_kw)[source]
Solve the impurity problem.
- Parameters:
params_kw : dict {‘param’:value} that is passed to the core solver.
- The only two required parameters are
h_int: The local interaction Hamiltonian
n_cycles: The number of Monte-Carlo cycles
For the other optional parameters see documentation. Note that in this Python Wrapper the alpha-tensor is optional. If not given, it will be constructed from the density matrix of the SC Hartree Fock solution.