File: TODO

package info (click to toggle)
dmrgpp 6.06-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 113,900 kB
  • sloc: cpp: 80,986; perl: 14,772; ansic: 2,923; makefile: 83; sh: 17
file content (38 lines) | stat: -rw-r--r-- 937 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38

Open issue: Observe should warn if syntax is incorrect
BEFORE loading data from HDF5 file.

BUGS:

observer: fails if lattice has less than 6 sites.

observer: backwards move give wrong results for fermionic ops.

CLEANUPS:

WFT needs to be disabled if lattice has less than 6 sites.

eliminate Basis::electrons(...) and use FermionSign instead

observer must be able to tell if main run was done with reals or complex

place save(...) functions next to "load" ctors.

string name for basis objects

DensityMatrixSu2 needs optimization

cannot go backwards from infinite loop when WFT is in use
(see WaveFunctionTransfFactory.h line 137)

basis.eq(...) could be uninitialized due to quantumNumbersOld_
being uninitialized. Also true for other private data of BasisImplementation, need to fix

IoSimple needs to be completely replaced by IoNg (issue 5 on github)

Add guard code for singletons.
 
Random number selection needed

Labels