Adrian Roman
Adrian Roman
Currently I'm implementing https://en.wikipedia.org/wiki/Coupled_cluster for the restricted method, hopefully that will succeed, but probably I'll postpone indefinitely the implementation for the unrestricted method. I'll leave the issue opened for the...
For now CIS for restricted method is implemented, to be used in TDHF/RPA. Maybe I'll also implement at least CID.
Add some 'particles' carried by the flow (maybe even streamlines?). Just randomly generate some at inlet and lose them at outlet.
Performance could be improved by splitting the space in sectors. Details in the referred documentation.
As the title says.
Having the spectral function allows computing the Green function.
As described on the blog, add some separate code that takes advantage of symmetries.
There is some benefit of having the vertices indexed. As it is now, it duplicates the vertices, adding unnecessary overhead (and it's more than simply a vertex, it's also the...