ALF dev.
A QMC Code for fermionic models
|
Public Member Functions | |
procedure | init => obser_latt_local_init |
procedure | print_bin => print_bin_latt_local |
Public Attributes | |
integer | n |
Data structure for < O(i,tau)_n > where i is the unit cell, n the orbital and tau the imaginary time. For equal time correlation functions, tau runs from 1,1 For unequal time correlation functions, tau runs from 1,Ltrot+1. More... | |
real(kind=kind(0.d0)) | ave_sign |
complex(kind=kind(0.d0)), dimension(:,:,:), pointer | obs_latt |
character(len=64) | file_latt |
type(lattice), pointer | latt |
type(unit_cell), pointer | latt_unit |
real(kind=kind(0.d0)) | dtau |
character(len=:), allocatable | channel |
Definition at line 70 of file observables_mod.F90.
procedure observables::obser_latt_local::init |
Definition at line 86 of file observables_mod.F90.
procedure observables::obser_latt_local::print_bin |
Definition at line 87 of file observables_mod.F90.
real (kind=kind(0.d0)) observables::obser_latt_local::ave_sign |
Definition at line 77 of file observables_mod.F90.
character (len=:), allocatable observables::obser_latt_local::channel |
Definition at line 83 of file observables_mod.F90.
real (kind=kind(0.d0)) observables::obser_latt_local::dtau |
Definition at line 82 of file observables_mod.F90.
character (len=64) observables::obser_latt_local::file_latt |
Definition at line 79 of file observables_mod.F90.
type (lattice), pointer observables::obser_latt_local::latt |
Definition at line 80 of file observables_mod.F90.
type (unit_cell), pointer observables::obser_latt_local::latt_unit |
Definition at line 81 of file observables_mod.F90.
integer observables::obser_latt_local::n |
Data structure for < O(i,tau)_n >
where i is the unit cell, n the orbital and tau the imaginary time.
For equal time correlation functions, tau runs from 1,1 For unequal time correlation functions, tau runs from 1,Ltrot+1.
Definition at line 76 of file observables_mod.F90.
complex (kind=kind(0.d0)), dimension (:,:,:), pointer observables::obser_latt_local::obs_latt |
Definition at line 78 of file observables_mod.F90.