You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the observables are :conf, :Greens and :BosonEnergy. We should document what these are and what the actual data they contain means. In particular, I'm not sure how to interpret the matrix returned by e.g.
julia> meas[:Greens].obs |> mean
8×8 Array{Float64,2}:0.486632-0.307531-0.01529450.04584780.02993590.0384947-0.0139994-0.25898-0.3102270.538009-0.3049650.01965030.049056-0.01351130.07164030.0193743-0.0263509-0.2695180.518684-0.237224-0.04470430.05578740.02413280.03906980.06547280.00375744-0.3176230.409047-0.3315870.03858270.042445-0.0055775-0.0180520.04004570.0192787-0.2374270.605781-0.3098670.01515160.03566790.0329780.002070810.04717980.0185239-0.2473730.357371-0.2619510.01099850.01885170.0305705-0.02267690.0410550.00292663-0.3423470.561436-0.235713-0.3358680.00887880.0530074-0.02746250.06619840.0356364-0.3619610.438607
I suppose that one dimension is the imaginary time and another is the spatial coordinate, but I'm not sure which is which.
The text was updated successfully, but these errors were encountered:
I suppose that one dimension is the imaginary time and another is the spatial coordinate, but I'm not sure which is which.
No, this is the equal-(imaginary) time Green's function (see the outdated https://crstnbr.github.io/MonteCarlo.jl/latest/flavors/dqmc/). It has size (flv * N, flv * N) where N is the number of lattice sites and flv is the number of fermion flavors (spin, band, whatever).
Currently the observables are
:conf
,:Greens
and:BosonEnergy
. We should document what these are and what the actual data they contain means. In particular, I'm not sure how to interpret the matrix returned by e.g.I suppose that one dimension is the imaginary time and another is the spatial coordinate, but I'm not sure which is which.
The text was updated successfully, but these errors were encountered: