SpM-lab / SparseIR.jl

On-the-fly computation of IR basis functions
https://spm-lab.github.io/SparseIR.jl
MIT License
20 stars 0 forks source link

Composite/augmented basis issues #35

Closed mwallerb closed 2 years ago

mwallerb commented 2 years ago

The composite/augmented basis things are in a pretty sorry state right now.

Problems:

shinaoka commented 2 years ago

This is too Pythonic. CompositeBasis should be a parametric type at least. But, how about u and v?

SamuelBadr commented 2 years ago

Fixed in https://github.com/SpM-lab/SparseIR.jl/pull/37.