https://github.com/ITensor/ITensor

sort by:
Revision Author Date Message Commit Date
6b54fa3 Updated localop.h diag method to correctly use delta function to tie indices. Fixes #96 - thanks to Xiongjie Yu for reporting it. 11 April 2016, 18:02:29 UTC
b3f3eeb Merge pull request #94 into master 08 April 2016, 00:01:02 UTC
f9538cb Changed IndexSetIter operator+ to be pass by value; added a test 08 April 2016, 00:00:43 UTC
0b7606d fix a const error in IndexSetIter::operator+() 07 April 2016, 04:28:24 UTC
965a7fd Merge pull request from branch 'kyungminlee-master' into master 06 April 2016, 19:17:08 UTC
ee1cbd7 Merge branch 'master' of https://github.com/kyungminlee/ITensor into kyungminlee-master feature branch 06 April 2016, 19:15:50 UTC
2ee493d Made Index comparison ops free functions and moved most code to index.cc 06 April 2016, 19:11:49 UTC
587020f Changed write to disk of ITensors to just use write(ostream, T) overloads and tested 06 April 2016, 01:08:34 UTC
f5cfa3f Made IndexVal operators free functions. Tweak to putprimes output. 05 April 2016, 23:35:28 UTC
103b34d Moved most QMixed code into new file qmixed.cc 05 April 2016, 23:35:06 UTC
18c2003 Changed how Write task works. Now storage types define doTask(Write) 05 April 2016, 23:34:43 UTC
0f10b4c Defined typeNameOf for most storage types 05 April 2016, 23:34:15 UTC
53e393a Added typeNameOf function which returns a string version of various task and storage types; useful for making error messages more informative. 05 April 2016, 23:33:32 UTC
1d69acb Put in a check to prevent storage becoming complex if number provided to .set has zero imaginary part. 05 April 2016, 23:32:02 UTC
51c3038 Fixed getVals helper function to work for mixed list of IndexVals and IQIndexVals. 03 April 2016, 21:12:20 UTC
fc55244 Merge pull request #93 from mingruyang/patch-1 Update myappname.cc 02 April 2016, 20:41:50 UTC
60f24dd Update myappname.cc 02 April 2016, 19:58:12 UTC
53ca528 Improved logic about printing scale in showEigs 02 April 2016, 18:34:41 UTC
23baf8f Added factor method to decomp.h/cc 31 March 2016, 22:13:21 UTC
a75906c Stylistic edits to iqdmrg.cc and added a helpful comment 30 March 2016, 21:50:44 UTC
c419fc9 Added 2d lattice helper functions. 30 March 2016, 21:50:27 UTC
2326087 Cleanup and stylistic changes to LocalMPO_MPS and LocalMPOSet 30 March 2016, 20:41:00 UTC
171b83f Fixed out of date interface of LocalMPO_MPS and LocalMPOSet. Thanks to Yahya Alavirad for the bug report. 30 March 2016, 20:04:33 UTC
88405ed Made a unit test for AutoMPO; currently just tests extended Hubbard model 30 March 2016, 01:27:11 UTC
4380aef Fixed printing of AutoMPO (for debugging purposes); wasn't showing coefficient of end op. 30 March 2016, 00:49:58 UTC
de6a9a6 Stylistic changes to exthubbard sample code 29 March 2016, 17:45:33 UTC
f93a4c0 Put in various checks for divide by zero errors that were occurring 29 March 2016, 17:44:56 UTC
9c5e9d2 Put in sorting of AutoMPO terms. Appears to fix ordering bug, need to test further. 29 March 2016, 17:14:55 UTC
4c0f81a Fixed some flag typos in sample/Makefile 29 March 2016, 00:32:56 UTC
f58322d New version of mapprime taking any number of triples of Index-plev1-plev2 or IndexType-plev1-plev2. 27 March 2016, 06:26:21 UTC
6e15dc1 Updates to options.mk.sample. Removed intel compiler; edited text explaining BLAS_LAPACK flags. Removed some unused macro definitions from flags. 26 March 2016, 23:55:13 UTC
f00578f Some small changes to reduce, but not totally fix compiler errors with icpc 26 March 2016, 00:03:09 UTC
422b7d4 Merge remote-tracking branch 'origin/master' 25 March 2016, 20:09:57 UTC
fd28dd5 Small edit to INSTALL.md 25 March 2016, 19:23:57 UTC
fc6e746 Removed unused variable from idmrg.h 25 March 2016, 19:17:59 UTC
0570765 Removed ambiguous MatRange overload of offset. Simplified offset implementation. 25 March 2016, 19:06:35 UTC
2607f2c Included <iostream> with autovector 25 March 2016, 19:06:07 UTC
7a03451 Added cast to stdx::make_array to suppress a warning 25 March 2016, 19:05:46 UTC
299197f Removed conditional from print_macro.h which was causing problems 25 March 2016, 18:30:59 UTC
53c4b9a Tweak to printing of states kept in DMRG 25 March 2016, 18:26:59 UTC
56735ef Small tweak to showm(IQIndex) 25 March 2016, 18:26:49 UTC
415885c Stylistic updates to exthubbard 25 March 2016, 18:18:21 UTC
3f51dce Tweaked printing of QNs 25 March 2016, 18:11:18 UTC
16c6592 Shortened index names in Hubbard site set 25 March 2016, 18:11:10 UTC
3330e5a Fixed arrow bug in DMRGObserver 25 March 2016, 18:10:59 UTC
4a6b961 Fixed bug where exactly zero eigenvalues not being truncated when docut==0. 25 March 2016, 18:10:29 UTC
641af7e Introduced MatRangeType and VecRangeType empty base classes for MatRange and VecRange 24 March 2016, 22:00:57 UTC
522c75a Updated tutorials. Updated bondgate.h and moved PrintNice back to print.h 24 March 2016, 22:00:35 UTC
827c54a Expanded contract wrapper for data-owning tensors 24 March 2016, 19:13:45 UTC
003260e Print macro no longer defined by default; must include util/print_macro.h 24 March 2016, 19:13:13 UTC
cd54df8 Fixed missing path in some util includes 24 March 2016, 18:18:48 UTC
e326456 Removed some unused methods from LocalMPO 24 March 2016, 18:06:24 UTC
c76b5d9 Merge branch 'master' of github.com:emstoudenmire/ITensor 23 March 2016, 18:01:45 UTC
c68925d Fixed many warnings; mostly trailing semicolons after namespaces 23 March 2016, 18:00:00 UTC
0a283de Minor stylistic updates to localop.h 23 March 2016, 16:51:17 UTC
9a99b79 Updated Spinless site set to compile with latest changes to library 23 March 2016, 16:51:02 UTC
1082f30 Fixed arrow bug in noise term part of denmatDecomp 23 March 2016, 00:24:26 UTC
521c901 Fixed bug where astarts not initialized in contractDiagFull 23 March 2016, 00:19:35 UTC
6e66a3a Merge branch 'newqdiag' into v2devel; New QDiag storage design 23 March 2016, 00:15:14 UTC
19251e0 More QDiag tests 22 March 2016, 23:36:27 UTC
e604b79 Fixed buggy test in sliceData 22 March 2016, 23:36:17 UTC
80f6703 Added support for QDiag contract with QDiag result. 22 March 2016, 23:36:09 UTC
3d48fc8 Fixed off-by-one bug in QDiag GetElt 22 March 2016, 23:35:33 UTC
3f91d94 More tests of new QDiag storage and delta IQTensor constructor function 22 March 2016, 22:11:47 UTC
d00d71a Removed Inds typedefs from GetElt and SetElt 22 March 2016, 22:11:25 UTC
91c3bbe Continued overhaul of QDiag. Added sliceData helper for DataRange. Added "astarts" argument to contractDiagPartial. 22 March 2016, 22:11:09 UTC
96c5ad7 Restricted getBlock in qdense.h to resolve template ambiguity. Minor edits to loopContractedBlocks 22 March 2016, 22:10:01 UTC
6001486 Added whole container wrappers for min_ and max_element to stdx 22 March 2016, 20:38:12 UTC
7abb620 Added printing for autovector 22 March 2016, 20:37:42 UTC
4f724d7 Partial work on new QDiag storage design 18 March 2016, 01:00:34 UTC
08d408c Fixed compilation errors in unit tests 18 March 2016, 00:20:21 UTC
0f78185 Some stylistic changes to various code 18 March 2016, 00:20:11 UTC
9bbec0a Moved some implementation code from iqtensor.h to iqtensor.ih 17 March 2016, 21:58:28 UTC
fb2ccf4 Added an all-same mode to QDiag storage; implemented IQTensor version of delta constructor function 17 March 2016, 19:35:34 UTC
b71793b Replaced diag(Real, Index i1,...) with delta(Index i1,...) which assumes diagonal elements are 1.0. 17 March 2016, 19:34:47 UTC
796bb51 Stylistic improvements to qdense.h 17 March 2016, 19:33:33 UTC
cb5f3f0 Minor cleanup of combiner.h/cc 17 March 2016, 19:33:14 UTC
bf0ad2c Minor stylistic changes to decomp.cc 17 March 2016, 19:32:45 UTC
20c2b57 Added ITensor unit tests for realPart, imagPart, and norm 15 March 2016, 22:59:55 UTC
0325f44 Updated iqtensor_test to use new QN interface 15 March 2016, 22:59:36 UTC
ba74e82 Updated regression_test to compile with latest code 15 March 2016, 22:59:19 UTC
7a86560 Updated qn_test to use latest QN interface 15 March 2016, 22:59:07 UTC
7c878eb Defined contraction of an ITensor with an IQIndexVal 15 March 2016, 22:58:54 UTC
44f5182 Fixed declaration of doTask(TakeImag, DenseCplx,...) 15 March 2016, 22:58:33 UTC
5ac5643 Improvements to QN constructors, explicitly defining behavior for passing a set of integers with no braces. 15 March 2016, 22:58:10 UTC
fd86d0e Updated site sets to use new QN constructor 15 March 2016, 21:44:14 UTC
ae77f86 Removed QN constructor helpers in favor of Args based QN constructor 15 March 2016, 21:44:02 UTC
683d707 Extended behavior of Args to chop spaces and equals signs after arg names 15 March 2016, 18:28:23 UTC
cf88f8c Args now allows names to end in "=", in which case it removes the equals sign 15 March 2016, 18:23:39 UTC
061560c Renamed pick function to setElt 15 March 2016, 01:22:42 UTC
ca8be8a Updated code in SpinOne and SpinHalf site sets, including use of mixedIQTensor 15 March 2016, 01:08:50 UTC
ca8c8fc Added qmixed.h to version control 15 March 2016, 01:03:57 UTC
cc971bc Updated style of dmrg.cc sample code 15 March 2016, 01:03:42 UTC
c0b4722 Minor changes to mps.cc 15 March 2016, 01:03:04 UTC
0584218 Changed AutoMPO toMPO function to work with generic tensor type 15 March 2016, 01:02:54 UTC
3c7498c Used new mixedIQTensor in SpinOne SiteSet 15 March 2016, 01:02:29 UTC
d030fc7 Added QMixed storage and mixedIQTensor constructor for making IQTensors with undefined QN flux. 15 March 2016, 01:02:15 UTC
9f3e2fe Added IQTensor flux function as an alias for div 15 March 2016, 01:01:23 UTC
4479bc4 Made davidson code more robust when tensors are complex 15 March 2016, 01:00:42 UTC
09ee0ab Changed implementation of Write class to provide default behavior for new storage types 15 March 2016, 01:00:25 UTC
back to top