|
| 1 | +{ |
| 2 | + "output": { |
| 3 | + "directory": "./T_CURRENT_TEMP/", |
| 4 | + "output-format": "HDF5", |
| 5 | + "filename-dca": "dca_sp.hdf5", |
| 6 | + "filename-profiling": "profiling.json", |
| 7 | + "dump-lattice-self-energy": true, |
| 8 | + "dump-cluster-Greens-functions": true, |
| 9 | + "dump-Gamma-lattice": false, |
| 10 | + "dump-chi-0-lattice": false |
| 11 | + }, |
| 12 | + "physics": { |
| 13 | + "beta": BETA, |
| 14 | + "density": DENS, |
| 15 | + "chemical-potential": 0., |
| 16 | + "adjust-chemical-potential": true |
| 17 | + }, |
| 18 | + "Kagome-Hubbard-model": { |
| 19 | + "t": 1., |
| 20 | + "U": HUBBARDU |
| 21 | + }, |
| 22 | + "DCA": { |
| 23 | + "initial-self-energy": "PREVIOUS_TEMP", |
| 24 | + "iterations": ITERS, |
| 25 | + "accuracy": 0., |
| 26 | + "self-energy-mixing-factor": 0.75, |
| 27 | + "interacting-orbitals": [0], |
| 28 | + |
| 29 | + "coarse-graining": { |
| 30 | + "k-mesh-recursion": 3, |
| 31 | + "periods": 0, |
| 32 | + "quadrature-rule": 1, |
| 33 | + "threads": 1, |
| 34 | + "tail-frequencies": 0 |
| 35 | + } |
| 36 | + }, |
| 37 | + "domains": { |
| 38 | + "real-space-grids": { |
| 39 | + "cluster": [VEC1, |
| 40 | + VEC2], |
| 41 | + "sp-host": [[10, 10], |
| 42 | + [10,-10]] |
| 43 | + }, |
| 44 | + "imaginary-time": { |
| 45 | + "sp-time-intervals": 256 |
| 46 | + }, |
| 47 | + "imaginary-frequency": { |
| 48 | + "sp-fermionic-frequencies": 256 |
| 49 | + } |
| 50 | + }, |
| 51 | + |
| 52 | + "Monte-Carlo-integration": { |
| 53 | + "seed": random, |
| 54 | + "warm-up-sweeps": 100, |
| 55 | + "sweeps-per-measurement": 1., |
| 56 | + "measurements": 100000, |
| 57 | + |
| 58 | + "threaded-solver": { |
| 59 | + "walkers": 3, |
| 60 | + "accumulators": 3, |
| 61 | + "shared-walk-and-accumulation-thread": true |
| 62 | + } |
| 63 | + }, |
| 64 | + |
| 65 | + "CT-AUX": { |
| 66 | + "expansion-parameter-K": 4., |
| 67 | + "initial-configuration-size": 16, |
| 68 | + "initial-matrix-size": 16, |
| 69 | + "max-submatrix-size": 256, |
| 70 | + "neglect-Bennett-updates": false, |
| 71 | + "additional-time-measurements": false |
| 72 | + } |
| 73 | +} |
0 commit comments