Commit d3a3c316 authored by Doak, Peter W.'s avatar Doak, Peter W. Committed by Peter Doak
Browse files

three band analytic inputs

parent 50d767a1
Loading
Loading
Loading
Loading
+126 −0
Original line number Diff line number Diff line
{
  "output": {
      "directory": "./",
      "output-format": "ADIOS2",
      "g4-ouput-format": "ADIOS2",
      "filename-dca": "g4_2.bp",
      "dump-lattice-self-energy": true,
      "dump-cluster-Greens-functions" : true,
      "dump-every-iteration" : true,
      "dump-Gamma-lattice" : true,
      "dump-chi-0-lattice" : true
    },
  "physics": {
      "beta": 5.0,
    "density": 1.05,
    "adjust-chemical-potential": true
  },
  "threebands-Hubbard-model": {
      "t_pd": 1.13,
      "t_pp": 0.49,
      "ep_d": -7.6,
      "ep_p": -3.2,
      "U_dd": 8.5,
      "U_pp": 0.0
  },
  "DCA": {
      "initial-self-energy": "conv.bp",
      "interacting-orbitals" : [ 0 ],
    "iterations": 3,
    "accuracy": 10e-4,
    "self-energy-mixing-factor": 0.8,
    "coarse-graining": {
      "k-mesh-recursion": 3,
      "periods": 0,
      "quadrature-rule": 1,
      "threads": 2,
      "tail-frequencies": 20
    }
  },
  "domains": {
    "real-space-grids": {
      "cluster": [
        [
          1,
          0
        ],
        [
          0,
          1
        ]
      ],
      "sp-host": [
        [
          10,
          10
        ],
        [
          10,
          -10
        ]
      ],
      "tp-host": [
        [
          8,
          8
        ],
        [
          8,
          -8
        ]
      ]
    },
    "imaginary-time": {
      "sp-time-intervals": 512,
      "time-intervals-for-time-measurements": 32
    },
    "imaginary-frequency": {
      "sp-fermionic-frequencies": 256,
      "four-point-fermionic-frequencies": 64,
      "HTS-bosonic-frequencies": 32
    },
    "real-frequency": {
      "min": -10,
      "max": 10,
      "frequencies": 128,
      "imaginary-damping": 0.01
    }
  },
        "four-point": {
        "type": "PARTICLE_HOLE_MAGNETIC",
        "momentum-transfer": [0,0],
        "frequency-transfer": 16,
            "compute-all-transfers" : true,
	    "bin-measurements-every": true
    },

  "Monte-Carlo-integration": {
    "warm-up-sweeps": 1500,
    "sweeps-per-measurement" : 4,
    "measurements": 100000,
    "seed": 9854510000,
    "threaded-solver": {
      "accumulators": 1,
      "walkers": 1,
      "fix-meas-per-walkers": true,
      "shared-walk-and-accumulation-thread": true
    }
  },
    "CT-INT": {
        "initial-configuration-size": 40,
        "max-submatrix-size": 256
    },
    "analysis": {
	"dump-intermediates": true,
        "q-host": [
        [
          2,
          2
        ],
        [
          2,
          -2
        ]
      ]
    }
}
+105 −0
Original line number Diff line number Diff line
{
  "output": {
      "directory": "./",
      "output-format": "ADIOS2",
      "g4-ouput-format": "ADIOS2",
      "filename-dca": "conv.bp",
      "dump-lattice-self-energy": true,
      "dump-cluster-Greens-functions" : true,
      "dump-every-iteration" : false,
      "dump-Gamma-lattice" : true,
      "dump-chi-0-lattice" : true
    },
  "physics": {
      "beta": 5.0,
    "density": 1.05,
    "adjust-chemical-potential": true
  },
  "threebands-Hubbard-model": {
      "t_pd": 1.13,
      "t_pp": 0.49,
      "ep_d": -7.6,
      "ep_p": -3.2,
      "U_dd": 8.5,
      "U_pp": 0.0
  },
  "DCA": {
      "initial-self-energy": "zero",
      "interacting-orbitals" : [ 0 ],
    "iterations": 10,
    "accuracy": 10e-4,
    "self-energy-mixing-factor": 0.8,
    "coarse-graining": {
      "k-mesh-recursion": 3,
      "periods": 0,
      "quadrature-rule": 1,
      "threads": 2,
      "tail-frequencies": 20
    }
  },
  "domains": {
    "real-space-grids": {
      "cluster": [
        [
          1,
          0
        ],
        [
          0,
          1
        ]
      ],
      "sp-host": [
        [
          10,
          10
        ],
        [
          10,
          -10
        ]
      ],
      "tp-host": [
        [
          8,
          8
        ],
        [
          8,
          -8
        ]
      ]
    },
    "imaginary-time": {
      "sp-time-intervals": 512,
      "time-intervals-for-time-measurements": 32
    },
    "imaginary-frequency": {
      "sp-fermionic-frequencies": 256,
      "four-point-fermionic-frequencies": 64,
      "HTS-bosonic-frequencies": 32
    },
    "real-frequency": {
      "min": -10,
      "max": 10,
      "frequencies": 128,
      "imaginary-damping": 0.01
    }
  },
  "Monte-Carlo-integration": {
    "warm-up-sweeps": 1500,
    "sweeps-per-measurement" : 4,
    "measurements": 180000,
    "seed": 9854510000,
    "threaded-solver": {
      "accumulators": 4,
      "walkers": 4,
      "fix-meas-per-walkers": true,
      "shared-walk-and-accumulation-thread": true
    }
  },
    "CT-INT": {
        "initial-configuration-size": 40,
        "max-submatrix-size": 256
    }
}