- 06 Jul, 2015 1 commit
-
-
Devin Matthews authored
includes the usual one instead of copying it over with changed paths.
-
- 29 Jun, 2015 3 commits
-
-
Devin Matthews authored
-
Devin Matthews authored
-
Devin Matthews authored
-
- 27 Jun, 2015 1 commit
-
-
solomon authored
Implemented --build-dir option making it possible to have multiple external builds configured differently sharing the same source
-
- 24 Jun, 2015 4 commits
-
-
solomon authored
-
Edgar Solomonik authored
-
justusc authored
-
Justus Calvin authored
-
- 23 Jun, 2015 1 commit
-
-
Justus Calvin authored
-
- 18 Jun, 2015 2 commits
-
-
Edgar Solomonik authored
-
solomon authored
-
- 17 Jun, 2015 5 commits
-
-
Edgar Solomonik authored
-
Edgar Solomonik authored
-
Edgar Solomonik authored
some optimizations and corrections to ctr kernels, that don't yet fix the bug raised by libtensor tests
-
Edgar Solomonik authored
-
Edgar Solomonik authored
-
- 16 Jun, 2015 3 commits
-
-
Edgar Solomonik authored
-
solomon authored
-
solomon authored
2. Changed function_timers and print_timers to use stack rather than heap
-
- 11 Jun, 2015 1 commit
-
-
Edgar Solomonik authored
-
- 09 Jun, 2015 1 commit
-
-
Edgar Solomonik authored
turned off trivial transposes, and added code that makes sure the B tensor is kept in place for summation. Added timer epochs to ccsd
-
- 08 Jun, 2015 3 commits
-
-
Edgar Solomonik authored
-
Edgar Solomonik authored
-
Edgar Solomonik authored
-
- 05 Jun, 2015 1 commit
-
-
Edgar Solomonik authored
Also implemented threading into redistribution with reordering (ror) and made it default. Everything works except for Aq CCSDT Conflicts: src/tensor/untyped_tensor.cxx
-
- 04 Jun, 2015 1 commit
-
-
Edgar Solomonik authored
-
- 28 May, 2015 3 commits
-
-
Edgar Solomonik authored
made summation permutation check if only one of matched groups is antisymmetric, and unpack if so
-
Edgar Solomonik authored
Added proper diagonal rescaling and integrated it into contractions so they no longer need to be unpacked for preserved and summed SY groups. Also made contraction unfold_broken_sym compare symmetries rather than check with respect to only NS
-
solomon authored
-
- 27 May, 2015 1 commit
-
-
Edgar Solomonik authored
changed the way symmetrization and desymmetrization, mostly for summation. Now the product can be desymmetrized and operands can be presymmetrized
-
- 26 May, 2015 1 commit
-
-
Edgar Solomonik authored
-
- 20 May, 2015 3 commits
-
-
solomon authored
Changed the way symmetrization/desymmetrization is done, so that SY desymmetrized tensor do not have data from the original SY tensor and an auxillary zero SY tensor is used to symmetrize before adding to the original SY tensor
-
Edgar Solomonik authored
-
Edgar Solomonik authored
1. Added capability (via constructor) to repack tensor data into a different packed symmetric layout without doing the normal symmetrization permutations that happen during sum 2. Fixed bug associated with C["ij"]=A["ij"]*B["ijkl"] where C and A are SY and B is fully NS. 3. Getting (2) to work in parallel required resolving a bug associated with desymmetrization (in the two unfold_broken_Sym functions), which were changing symmetry without changing sym_table, and as a result yielding extra mapping restrictions. The bug fix to (3) might improve performance generally.
-
- 19 May, 2015 1 commit
-
-
Edgar Solomonik authored
-
- 15 May, 2015 1 commit
-
-
Edgar Solomonik authored
-
- 07 May, 2015 1 commit
-
-
solomon authored
-
- 06 May, 2015 2 commits
-
-
Edgar Solomonik authored
-
Edgar Solomonik authored
-