DCA icon indicating copy to clipboard operation
DCA copied to clipboard

DCA++

Results 46 DCA issues
Sort by recently updated
recently updated
newest added

Removed strangely justified static const, with llvm this causes a segfault.

I use the most recent DCA and turn on the neighbor interaction V. I got the error message: Unhandled exception in main function: Double counting is not consistent.

Currently DCA does little checking of user input for validity or match with the built executable model etc. This needs to improve even for expert users. 1. If working directory...

enhancement
help wanted
good first issue

Hello, I am interested in calculating the double-occupancy on a triangular lattice. I have two questions. 1) Is there any reference where different DCA clusters on the triangular lattices are...

When I tried to compile master code in summit for the triangular model, I got the following error: /ccs/home/cosdis/DCA_tri/include/dca/phys/dca_step/symmetrization/symmetrize_single_particle_function.hpp:700:61: error: ‘transformationSignOfK’ is not a member of ‘dca::phys::models::triangular_lattice’ 700 | const...

bug

There is an option for G4 "compute-all-transfer", which computes all momentum transfer and frequency transfer up to a given frequency. Is it possible to enable two more options "compute-all-momentum-transfer" corresponding...

enhancement

array(f['domains']['CLUSTER']['MOMENTUM_SPACE']['elements']) and the corresponding real-space cluster elements are in the type of object rather than float.

bug

Meaning they only match on daint. Those from summit cause CI to fail on daint. Also its not a good idea to have binaries like this in the github repository....

bug
enhancement
Process

The calculation of the Green's function in getGMultiBand() for negative frequencies makes the assumption that the multi band Green's function in real space and imaginary time is real. This is...