sort by:
Revision Author Date Message Commit Date
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
d94be1d Removed experimental Index iteration in favor of defining .size() method so range1(I) can be used 11 March 2016, 19:49:43 UTC
8e93ff5 Removed experimental IndexVal priming feature; will replace later with mapPrime 11 March 2016, 19:36:19 UTC
804f630 Added unit test for complex rank 4 diagHermitian 11 March 2016, 19:28:18 UTC
256964d Fixed bug in diagHermitian - was giving conjugated U if MatRange of input matrix was transposed. Added a regression test. 11 March 2016, 19:23:29 UTC
8e2e334 Fixed bug where diag_hermitian backend was truncating negative eigenvalues even when Truncate=false. 10 March 2016, 23:21:18 UTC
7202b24 Fixed failing unit test by raising singular value recursion threshold 10 March 2016, 02:33:51 UTC
89c6974 Added forwarding header so code using svdalgs.h will still work 10 March 2016, 02:29:17 UTC
784df4d Renamed svdalgs.h/cc to decomp.h/cc 10 March 2016, 02:28:14 UTC
b811a66 Changed the template parameters for diagHermitian 10 March 2016, 02:15:32 UTC
d6a769c Generalized diag_hermitian to work for complex tensors 09 March 2016, 02:42:57 UTC
491b47f Major overhaul to eigensolver.h, taking advantage of complex matrix (CMatrix) support. 09 March 2016, 01:50:59 UTC
f9ba3e0 Updated iqdmrg.cc to use newest conventions 09 March 2016, 01:50:05 UTC
f47ef55 Added randomMatC function and a unit test for complex diagHermitian 09 March 2016, 01:49:38 UTC
b62082b Deprecated isOrtho, orthoCenter, isComplex MPS and MPO methods in favor of new free functions. 09 March 2016, 00:14:59 UTC
b107e61 More cleanup of mps.h and mpo.h. Created mpo.ih and made psiHphi methods aliases for new name overlap 08 March 2016, 23:53:50 UTC
c04e1cd Major cleanup of code in mps.h, moving much to mps.ih. Removed some deprecated methods. 08 March 2016, 06:44:54 UTC
565f65d Added external rank(T) function and "order" as an alternative name (used in applied math literature) 08 March 2016, 01:15:27 UTC
22227dc Fixed ordered_impl to work correctly with orderedC 07 March 2016, 21:01:18 UTC
5e65613 Added unit test for ordered function 07 March 2016, 20:58:35 UTC
ee0527d Removed non-narrowing conversion in mps.cc which was failing to compile 07 March 2016, 20:58:25 UTC
57eab32 Added ordered, orderedC functions for quick access to ITensors. Added permuteRangeTo helper function. 07 March 2016, 20:37:49 UTC
f986899 Fixed missing return statement in applyFunc_impl overload 07 March 2016, 20:35:32 UTC
8667cf6 Added "start" template parameter to range types. Allows 1 indexing. 07 March 2016, 19:30:35 UTC
ab2dbbc Renamed Labels to IntArray and made Labels an alias. 06 March 2016, 00:28:01 UTC
b5a80d2 Added offset1 - 1 index offset function 04 March 2016, 01:40:47 UTC
f2decd7 Made IQIndexVal to IndexVal conversion explicit. Also changed some IQIndexVal class methods to free functions. 04 March 2016, 00:08:14 UTC
637465a Updated code throughout to no longer use removed IndexVal ITensor constructor 03 March 2016, 21:39:52 UTC
4046086 Fixed out of date sample code 03 March 2016, 19:20:15 UTC
5e57a81 Timers now attempt to estimate error bars 03 March 2016, 19:17:25 UTC
54cef80 Updates to unit tests to compile with latest changes 03 March 2016, 19:17:07 UTC
469a6d9 Renamed replacer back to delta. Renamed diagTensor to just diag. Renamed "delta" to "pick". 03 March 2016, 19:16:35 UTC
ce3403b Made quickran never return 0; seems to fix occasional failure of orthog inside SVD. Thanks to Daniel Bauernfeind for the bug report. 29 February 2016, 01:25:39 UTC
back to top