Models

Solvers

SunlightHNC.solve!Function
function solve!(model::Model, rho; kwarg...)

Solve a model

Arguments

  • model::Model
  • rho

Keyword arguments

  • closure="HNC"
  • alpha=0.2
  • maxsteps=100
  • cold_start=false
source