ALF dev.
A QMC Code for fermionic models
Public Member Functions | Public Attributes | List of all members
observables::obser_latt_local Type Reference

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
 

Detailed Description

Definition at line 70 of file observables_mod.F90.

Member Function/Subroutine Documentation

◆ init()

procedure observables::obser_latt_local::init

Definition at line 86 of file observables_mod.F90.

◆ print_bin()

procedure observables::obser_latt_local::print_bin

Definition at line 87 of file observables_mod.F90.

Member Data Documentation

◆ ave_sign

real (kind=kind(0.d0)) observables::obser_latt_local::ave_sign

Definition at line 77 of file observables_mod.F90.

◆ channel

character (len=:), allocatable observables::obser_latt_local::channel

Definition at line 83 of file observables_mod.F90.

◆ dtau

real (kind=kind(0.d0)) observables::obser_latt_local::dtau

Definition at line 82 of file observables_mod.F90.

◆ file_latt

character (len=64) observables::obser_latt_local::file_latt

Definition at line 79 of file observables_mod.F90.

◆ latt

type (lattice), pointer observables::obser_latt_local::latt

Definition at line 80 of file observables_mod.F90.

◆ latt_unit

type (unit_cell), pointer observables::obser_latt_local::latt_unit

Definition at line 81 of file observables_mod.F90.

◆ n

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.

◆ obs_latt

complex (kind=kind(0.d0)), dimension (:,:,:), pointer observables::obser_latt_local::obs_latt

Definition at line 78 of file observables_mod.F90.


The documentation for this type was generated from the following file: