2. Input File

2.1. Sample Input File

Listing 2.1 input.toml
 1[hamiltonian]
 2U = 2.5
 3
 4[lattice]
 5L1 = 4
 6L2 = 4
 7boundary1 = "PBC"
 8boundary2 = "PBC"
 9type = "square"
10
11[misc_params]
12nelec = [7,7]
13
14[autohf]
15steps = 500
16opt_method = "lbfgs"
17ansatz = "SD"
18riemannian = true
19trials = 8
20gpu = false
21noncollinear=true