Frederic Freyer

Results 62 issues of Frederic Freyer

I added `GreensMatrix` and `dagger` to make it easier to deal with `c^\dagger c` and `c c^\dagger` with various indices, but it's still not very intuitive. First of all `dagger`...

enhancement
DQMC

Currently `DQMC` (and `MC`) is the root type for a simulation, meaning it holds a bunch stuff together while also representing the algorithm used. This leads to some problems of...

It would be good to test lattice iterators and `LatPhysLattice`, but I'm not sure how with LatticePhysics being an unregistered add-on.

enhancement
question

I don't think we use any functionality from `MonteCarloObservable` that isn't in `BinningAnalysis`, so we should switch to just requiring `BinningAnalysis`.

TODO: - [ ] use jackknife (or ErrorPropagator) for cV - [ ] re-add magnetic susceptibility - [ ] test results (currently only T > T_C are checked, but only...

```julia julia> union(Rect2f(0, 0, -1, -1), Rect2f(0, 0, 1, 1)) GeometryBasics.HyperRectangle{2, Float32}(Float32[0.0, 0.0], Float32[1.0, 1.0]) ```

For a smooth underlying shape, you want normals to vary smoothly as well. That way shading will restore smooth of the curvature that is lost in triangulation. If you have...

This is sort of a continuation of #2270. With `transform_marker = true`, `rotate!` (as well as other transformations) applies not only to the position of the marker but also the...

bug
CairoMakie

# Description This adds a lookup for callback attributes in DataInspector. Specifically: - `inspector_label = (plot, index, position) -> label` which should return a string to be displayed when hovering...