- 16 Dec, 2015 1 commit
-
-
Edgar Solomonik authored
-
- 09 Nov, 2015 1 commit
-
-
Edgar Solomonik authored
-
- 27 Jul, 2015 1 commit
-
-
Edgar Solomonik authored
-
- 09 Jul, 2015 1 commit
-
-
Edgar Solomonik authored
Changed the copy constructor for tensors, as there was a conflict for a symmetry modifying constructor. To get rid of the default copy constructor it was necessary to define both templated and parent (untemplated) class constructors rather than just the latter. This will break codes that used Tensor B(A, false/true), which now needs to be Tensor B(false/true, A)
-
- 06 Apr, 2015 1 commit
-
-
Edgar Solomonik authored
-
- 18 Mar, 2015 1 commit
-
-
Edgar Solomonik authored
-
- 13 Mar, 2015 1 commit
-
-
Edgar Solomonik authored
-
- 25 Feb, 2015 1 commit
-
-
Edgar Solomonik authored
-
- 24 Feb, 2015 1 commit
-
-
Edgar Solomonik authored
-
- 23 Feb, 2015 1 commit
-
-
Edgar Solomonik authored
-
- 19 Feb, 2015 1 commit
-
-
solomon authored
-
- 03 Feb, 2015 1 commit
-
-
Edgar Solomonik authored
-
- 30 Jan, 2015 1 commit
-
-
Edgar Solomonik authored
-
- 29 Jan, 2015 1 commit
-
-
Edgar Solomonik authored
-
- 03 Oct, 2014 1 commit
-
-
solomon authored
-
- 19 Sep, 2014 1 commit
-
-
solomon authored
-
- 18 Sep, 2014 1 commit
-
-
solomon authored
Changes to interface, added internal namespace, new convention is for internal classes to be lower case and for external classes to be capitalized
-
- 15 Sep, 2014 1 commit
-
-
solomon authored
-
- 22 May, 2014 1 commit
-
-
solomon authored
-
- 21 May, 2014 1 commit
-
-
solomon authored
-
- 19 May, 2014 2 commits
- 16 May, 2014 2 commits
-
-
solomon authored
-
solomon authored
Started writing interface for semirings, which tries to expose type-templated semirings, but type-free tensors (on typed rings) by autocasting templated semirings into (char *)-based semirings, pretty wild, but the point is to have an elegant typed interface without instatiating everything for every type defined by the user.
-
- 15 May, 2014 1 commit
-
-
solomon authored
Made MPI_Comm_split happen on-demand rather than at start-up for all the torus topologies. Added MPI_Finalized(..) check to make sure that CTF exits gracefully (without freeing the main comm) if a user calls MPI_Finalize() before destroying a CTF_World
-
- 22 Apr, 2014 1 commit
-
-
solomon authored
-
- 11 Apr, 2014 2 commits
- 27 Mar, 2014 1 commit
-
-
Justin Turney authored
-
- 12 Mar, 2014 1 commit
-
-
solomon authored
- diagonal contractions with not all edge lengths equal - read_all had a short circuit - CTF_VERSION 100 now defined Also fixed a bug with A*A, which I introduced ~5 commits ago when fixing multi-tensor symmetric contractions.
-
- 08 Mar, 2014 1 commit
-
-
Edgar Solomonik authored
-
- 14 Feb, 2014 1 commit
-
-
solomon authored
Implemented a scheme that tries to find contraction mappings that keep a tensor frozen to its original layout
-
- 17 Dec, 2013 4 commits
-
-
Edgar Solomonik authored
-
solomon authored
-
Ducky authored
-
Ducky authored
-
- 16 Dec, 2013 4 commits