numericalEFT / GreenFunc.jl

Toolbox to study quantum many-body problem at the treelevel
https://numericaleft.github.io/GreenFunc.jl/
MIT License
11 stars 1 forks source link

Mesh validation #59

Closed kunyuan closed 1 year ago

kunyuan commented 1 year ago

The constructors in the MeshGrids and MeshArray don't check if mesh points are in increasing order. User can use something as [0.0, 0.5, 0.2, 1.0] as the mesh, which is not valid.