CompFUSE / DCA

DCA++
BSD 3-Clause "New" or "Revised" License
36 stars 28 forks source link

Refactor ctint walker #331

Closed PDoakORNL closed 3 weeks ago

PDoakORNL commented 4 weeks ago

Make the DMatrixBuilder into a proper objects owned by a cluster solver. They are no longer global static horrors. This makes better testing possible and ends confusing issues with there state across iterations and between CPU and GPU implementations.

There is still an issue with the GPU DMatrixBuilder though to CTINT is broken for GPU at the moment.