https://github.com/ITensor/ITensor

sort by:
Revision Author Date Message Commit Date
cc78913 Tag convention for MPS and MPO, with tests 06 February 2019, 22:16:05 UTC
b0f6285 Updated roadmap 06 February 2019, 07:37:19 UTC
aeedeaa Updated roadmap 06 February 2019, 06:06:24 UTC
31c82d9 Fixed a comment 06 February 2019, 06:05:34 UTC
5ea24c3 Renamed QN::addVal to QN::addNum 06 February 2019, 06:05:34 UTC
b31fe20 indexLocation -> indexPosition, tagLocation -> tagPosition. Update roadmap 04 February 2019, 16:30:04 UTC
01a322d Removed some commented code 01 February 2019, 23:30:15 UTC
e09a24e Updated roadmap 01 February 2019, 23:30:09 UTC
6c86da5 Updated V3_ROADMAP 01 February 2019, 23:04:44 UTC
5b5f11e Added unit tests for Index tag functions 01 February 2019, 23:04:33 UTC
0f34711 Updated site sets to use "n=1" instead of "1" in site tags 01 February 2019, 22:36:56 UTC
360ca56 Added new .cplx and .set versions taking vector<int> from master and unit tests 21 January 2019, 17:35:13 UTC
704d88e Added .real and .cplx accepting vector<IndexVal> (from master branch) 21 January 2019, 17:12:16 UTC
4d6f2b0 Brought over change to errMPOProd from master branch 21 January 2019, 17:11:48 UTC
6999bb6 Fixed unit tests and supporting files to use new QN system 21 January 2019, 17:11:29 UTC
bd47f00 Fixed bug with adding QN 21 January 2019, 17:00:34 UTC
fa6b03e Simplified printing of QN objects 20 January 2019, 21:26:52 UTC
00ac62f Updated .gitignore 20 January 2019, 20:39:31 UTC
fd77642 Added MixedSiteSet template and sample code mixedspin.cc 20 January 2019, 20:39:09 UTC
3679790 Added new requirement for v3 release 20 January 2019, 03:23:32 UTC
1328c82 Merge branch 'qn' into 'rc3' - new QN system 20 January 2019, 03:20:11 UTC
72ae923 Fixed bug with SVD of QN tensor (code was changed from previously working code) 19 January 2019, 21:03:18 UTC
dd7f6d5 Updated V3_ROADMAP 19 January 2019, 20:48:52 UTC
54641eb Additional QN addition and comparison tests 19 January 2019, 20:47:56 UTC
6a5f56d Made QN accessor methods const 19 January 2019, 20:47:39 UTC
816ab01 Fixed QN operator< 19 January 2019, 20:46:04 UTC
685ed09 Fixed QN operator== 19 January 2019, 20:45:53 UTC
ef89c7e Updated site sets to use new QN design 16 January 2019, 23:08:42 UTC
f5bf5a9 Added comparison of SmallString with C string and std::string 16 January 2019, 23:06:44 UTC
0ed9cea More work on new QN design. Emphasizing accessors of QNum (previously QNVal) by name versus index. Updated unit tests. 16 January 2019, 23:06:30 UTC
3f7a5e0 Add contraction test for tags 09 January 2019, 23:05:47 UTC
7edac99 Update roadmap 08 January 2019, 23:00:44 UTC
36a42d9 Add tests for manipulating tags of ITensors. Add debug errors for tag functions. 08 January 2019, 22:57:59 UTC
7768dbe Bug fix in commonIndex (before, tags for matching were being ignored) 07 January 2019, 17:26:08 UTC
18e1509 Make Index check at the beginning of exactApplyMPO not depend on assumptions about input prime levels 04 January 2019, 22:01:38 UTC
6fae454 Fix bug in sum(MPS,MPS) where Link tag was left out when creating the new link indices 04 January 2019, 20:10:13 UTC
d00bcd6 Deprecate randomTensor, matrixTensor, diagTensor in favor of randomITensor, matrixITensor, diagITensor 04 January 2019, 19:45:27 UTC
0e3464f findIndex throws error when multiple indices are found. findIndex(ITensor,Index) -> int renamed indexLocation(ITensor,Index) -> int. Inline fix in gmres. 04 January 2019, 17:47:27 UTC
6162853 Small optimization to itensor.cc code 28 December 2018, 02:56:19 UTC
386cdba Moved qn.cc in build order 28 December 2018, 02:56:07 UTC
1dce8a3 Working and mostly tested version of new QN system 28 December 2018, 02:51:40 UTC
d3c700b Added <= and >= for SmallString 28 December 2018, 02:51:20 UTC
996fe1e Added conversion of std::string to SmallString and made string conversions automatic 21 December 2018, 17:53:19 UTC
3d5c325 Partial work on upgrading QN system 21 December 2018, 17:13:00 UTC
d20e0bb Merge remote-tracking branch 'ITensor/rc3' into rc3 21 December 2018, 17:12:39 UTC
d7060da Updated Args default arguments to all use recommended convention 21 December 2018, 17:11:37 UTC
89cbbdb Updated dmrg sample code 21 December 2018, 16:50:11 UTC
f235772 Update roadmap 21 December 2018, 16:49:39 UTC
5974611 Updates to roadmap 21 December 2018, 16:49:34 UTC
95e4c1b A little bit of tweaking to NoOp in decomp.h 21 December 2018, 16:49:26 UTC
a19e53e Bring rc3 branch up to date with recent commits from master 21 December 2018, 16:43:53 UTC
786ed30 Remove mps/localop.h dependency in decomp.h 20 December 2018, 21:26:04 UTC
ba8ad0f Add back read/write for Index's. Add tests and update V3_ROADMAP 20 December 2018, 15:16:59 UTC
fc0d440 Add read/write for TagSets. Add some depecration errors/warnings 19 December 2018, 21:31:29 UTC
4414591 Depecrate reindex(ITensor,Index,Index,...), replace with replaceInds(ITensor,Index,Index,...) that does not ignore prime levels and internally calls delta() 18 December 2018, 22:34:43 UTC
67e47d4 Site sets default to QN conserving. Add randomMPS(InitState) constructor and related tests 18 December 2018, 21:48:18 UTC
1f2cfc2 Added new question to roadmap 18 December 2018, 16:05:15 UTC
a7921af Commented out COLLECT_STATS 18 December 2018, 15:56:13 UTC
c2d8b00 Added makeBenchmark function to tensorstats 18 December 2018, 15:49:24 UTC
4832218 Add prime(plinc,Index,Index,...). Add back some prime tests 18 December 2018, 00:00:52 UTC
69beddc Merge branch 'rc3' of github.com:ITensor/ITensor into rc3 14 December 2018, 16:25:07 UTC
9dded84 Updates to roadmap 13 December 2018, 03:43:00 UTC
be1b28d Add vararg noPrime functions. Update roadmap. 06 December 2018, 19:00:34 UTC
f28a1d0 Add setPrime functions accepting multiple Indices 05 December 2018, 22:38:49 UTC
6f41194 Add back MPO(AutoMPO) with depecretion warning. Update roadmap. 05 December 2018, 19:01:22 UTC
d8ffd65 Change behavior of MPS constructor, new randomMPS function, etc. 04 December 2018, 23:29:21 UTC
a34ccb9 Change SVD convention so that Indices u and v are equal but with different tags. Small fix to sample code. 03 December 2018, 22:23:41 UTC
0b2597d contractIS with and without QNs removes QNs (helpful for QDense*Dense -> Dense). Improve IndexSet with QN printing. 03 December 2018, 17:56:22 UTC
79c2ca5 Update roadmap 03 December 2018, 17:38:59 UTC
ba52044 Update roadmap 03 December 2018, 16:02:32 UTC
ebfd085 Removed deprecated Anc accessor method 01 December 2018, 18:07:04 UTC
872ad41 Removed some tag defaults for now 01 December 2018, 18:06:51 UTC
04f2801 Changes to Index printing for readability 01 December 2018, 18:06:28 UTC
a15a55f Added note to roadmap about AutoMPO conversion 01 December 2018, 17:06:38 UTC
1b1c695 Minor stylistic changes 01 December 2018, 17:06:23 UTC
670294d Fix to subTensor when Tensor uses IndexSet (plus unit tests) 30 November 2018, 17:24:35 UTC
30dc5b3 Add QDense->Dense fallback in ITensor*=ITensor 29 November 2018, 19:02:35 UTC
095cdcc Defined dense*qn-sparse contraction using temporary workaround 29 November 2018, 03:45:18 UTC
eba6aa6 Added function toDense for converting block-sparse ITensor to dense ITensor 29 November 2018, 03:35:01 UTC
0f176fc Fixed a very minor issue with unit test file 29 November 2018, 02:57:23 UTC
ddb4257 Roadmap update 28 November 2018, 23:51:25 UTC
de4a112 Merge branch 'rc3' of github.com:ITensor/ITensor into rc3 Conflicts: unittest/localop_test.cc 28 November 2018, 23:39:20 UTC
a7159ae WIP fixing unit test problems 28 November 2018, 23:35:50 UTC
8628499 Update to roadmap 28 November 2018, 19:16:24 UTC
45a4311 Some minor reformatting of smallstring and tagset. Added Makefile depedencies. 27 November 2018, 18:25:34 UTC
0eb16df localop_test now compiling and passing 27 November 2018, 18:14:31 UTC
7c1c196 Added a check to QN version of randomITensor 27 November 2018, 18:09:52 UTC
8b115b3 Merge branch 'rc3' of github.com:ITensor/ITensor into rc3 27 November 2018, 15:07:10 UTC
564ed40 Getting more tests to pass (order->permute, add missing tags in MPS constructor) 27 November 2018, 15:06:19 UTC
4ea80fc Updates to roadmap 27 November 2018, 00:10:55 UTC
852fdbf Updated roadmap with question about new QN design 26 November 2018, 22:29:20 UTC
05dfb2e Updated roadmap 26 November 2018, 22:28:07 UTC
17a9854 Updated DMRG sample code to have ConserveQNs argument for both site sets 26 November 2018, 22:26:34 UTC
433f2c6 Updated roadmap 26 November 2018, 22:24:33 UTC
598443c Updated other site set codes to use correct QN Index constructor 26 November 2018, 22:22:07 UTC
5212e14 Fixed some more compilation issues arising in sample codes 26 November 2018, 22:20:51 UTC
0fa8509 Removed itensor_operators.cc 26 November 2018, 19:57:36 UTC
8651ad7 All files compiling 26 November 2018, 19:57:08 UTC
341459a Started on a V3_ROADMAP file 26 November 2018, 19:51:43 UTC
6887214 MPS part now mostly compiling 26 November 2018, 19:51:32 UTC
back to top