Frederic Freyer
Frederic Freyer
# Description Currently the scrolling interaction of menu scenes always triggers and always blocks lower priority/later scroll events (as long as it isn't blocked by something else). This means that...
# Description This adds a `tooltip(anchor, text)` recipe which places some text in a box pointing to the anchor position. Here's an example with a few tooltips that I corrently...
The assumptions for `offset` in `text_quads` were that it's either a Vec2f/Vec3f or per-character Vector if one glyph collection is given, or a Vec2f/Vec3f or a per-glyph collection Vector if...
### Main Goals of this pr are now: - [x] update to BinningAnalysis 0.6 (closes #130 and #166) - [x] fix time integrals for susceptibilities - [x] rework the lattice...
See for example Appendix B in http://www.thp.uni-koeln.de/trebst/pubs/HierarchyEnergyScalesAFMQCP.pdf or https://journals.aps.org/prb/abstract/10.1103/PhysRevB.65.115104 Not sure if this should be using the number of unit cells (L^2) or the number of sites (N) yet.
Closes #152 Without reworking stuff there are two options on how to integrate parameter tuning - either via an update or via a measurement. I don't like either option. Both...
Carsten wrote a checkerboard decomposition before I started working with this code. Since then BlockDiagonal and Complex StructArrays have been introduced, but checkerboard decompositions haven't been touched. It would be...
https://github.com/carstenbauer/MonteCarlo.jl/blob/6ae326e675cbd1a9d11779f3d51cf00fe59dfdd2/src/lattices/lattice_iterators.jl#L65-L100 https://github.com/carstenbauer/MonteCarlo.jl/blob/6ae326e675cbd1a9d11779f3d51cf00fe59dfdd2/src/lattices/lattice_iterators.jl#L666-L688 These take up a lot of time when generating files. Maybe there is a better way to do this?
I.e. a type for matrices of the form `[A 0; 0 A]`. We have this in both default Hubbard models in the hopping matrix. I think this would be useful...
In simulations that allow tuning of the chemical potential we are often more interested in a certain filling fraction/particle number than a specific value of the chemical potential. It would...