- 11 Nov, 2013 1 commit
-
-
solomon authored
-
- 04 Nov, 2013 1 commit
-
-
solomon authored
Reads and writes which happen to the upper part or diagonal of SH/SY/AS tensors should now be handled properly. Also corrected handling of contractions and sums over SY symmetries by forcing unpacking (cannot use overcount factor due to that damn diagonal, though more efficient solutions than packing are certainly possible).
-
- 19 Sep, 2013 2 commits
-
-
Devin Matthews authored
-
Devin Matthews authored
-
- 17 Sep, 2013 1 commit
-
-
solomon authored
compiler errors anymore
-
- 04 Sep, 2013 3 commits
-
-
Edgar Solomonik authored
-
Devin Matthews authored
-
Edgar Solomonik authored
-
- 03 Sep, 2013 2 commits
-
-
Edgar Solomonik authored
-
Edgar Solomonik authored
working more widely
-
- 23 Aug, 2013 1 commit
-
-
Edgar Solomonik authored
-
- 14 Jul, 2013 2 commits
- 11 Jul, 2013 2 commits
- 07 Jul, 2013 1 commit
-
-
Edgar Solomonik authored
-
- 28 May, 2013 2 commits
-
-
Edgar Solomonik authored
-
Edgar Solomonik authored
-
- 24 Apr, 2013 1 commit
-
-
Edgar Solomonik authored
Standardized all allocs to CTF_free and CTF_alloc and implemented a memory management system that keeps track of memory usage.
-
- 16 Apr, 2013 1 commit
-
-
Edgar Solomonik authored
-
- 09 Apr, 2013 2 commits
-
-
Edgar Solomonik authored
Started standardizing examples to make a test suite. Added some fixes to the mapping framework, specifically for handling issues with SY. SH format is now used for SY contractions rather than diagonal rescaling, and it seems to work correctly. I am seeing slight deviation in the lowest 1-3 significant figures in CCSD/SCF energy from 1 to 2 processes, need to find out if this is round off or error.
-
Edgar Solomonik authored
-
- 04 Apr, 2013 1 commit
-
-
Edgar Solomonik authored
Deprecated C interface for cyclopstf.hpp. Added support for element-wise custom operations. Got rid of buffer and buffer_len parameters that were never used. Added a test for weight which uses a custom divide operaiton.
-
- 01 Apr, 2013 2 commits
-
-
Edgar Solomonik authored
Fixed MPI_Finalize in a couple of tests, and fixed mapping issues with CCSDT, now seems to work up to 8 processors
-
Edgar Solomonik authored
folded dimensions were set to edge length 1. Fixed by changing symmmetry of folded dimensions symmetry to NS in the lower level kernel.
-
- 31 Mar, 2013 1 commit
-
-
Edgar Solomonik authored
-
- 30 Mar, 2013 1 commit
-
-
Edgar Solomonik authored
-
- 28 Mar, 2013 2 commits
-
-
Edgar Solomonik authored
Wrote code that explicitly zeros out the padding. Made CTF_World be object reference rather than pointer everywhere. Having issues with FFT tests due to diagonal rescaling in SY and possibly other problems.
-
Edgar Solomonik authored
-
- 27 Mar, 2013 1 commit
-
-
Edgar Solomonik authored
-
- 14 Mar, 2013 1 commit
-
-
Edgar Solomonik authored
-
- 18 Feb, 2013 1 commit
-
-
Edgar Solomonik authored
2. Switched ctf.hpp to be templated and instantiated complex and double 3. Made diagonal rescaling work for SY and FFT test passes TODO: Make diagonal rescaling require less dumb redistributions
-
- 17 Feb, 2013 1 commit
-
-
Edgar Solomonik authored
-
- 16 Feb, 2013 1 commit
-
-
Edgar Solomonik authored
Added a new interface which is not fully complete nor tested
-