Skip to content

Commit

Permalink
prelese 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kaihsin committed Jul 13, 2021
1 parent 7071087 commit f0e1bec
Show file tree
Hide file tree
Showing 396 changed files with 4,081 additions and 1,726 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ endif()
#include(version.cmake)
set(CYTNX_VERSION_MAJOR 0)
set(CYTNX_VERSION_MINOR 7)
set(CYTNX_VERSION_PATCH 2)
set(CYTNX_VERSION_PATCH 3)
set(CYTNX_VERSION COUNT 0)
set(CYTNX_VERSION
${CYTNX_VERSION_MAJOR}.${CYTNX_VERSION_MINOR}.${CYTNX_VERSION_PATCH}
Expand Down
37 changes: 7 additions & 30 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,21 @@ See The following user guide for install and using of cytnx:
[![Anaconda-Server Badge](https://anaconda.org/kaihsinwu/cytnx/badges/version.svg)](https://anaconda.org/kaihsinwu/cytnx) [![Anaconda-Server Badge](https://anaconda.org/kaihsinwu/cytnx/badges/platforms.svg)](https://anaconda.org/kaihsinwu/cytnx)

## News
[v0.7.2]
[v0.7.3]

## Stable Version:
[v0.7.2](https://github.com/kaihsin/Cytnx/tree/v0.7.2)
[v0.7.3](https://github.com/kaihsin/Cytnx/tree/v0.7.3)

## Known issues:
v0.7.2
v0.7.3
1. [Pending][GPU] Get/Set elements on GPU is still down.



## Current dev Version:
v0.7.4


v0.7.3
1. [Fix] bug for Get slice does not reduce when dim=1.
2. [Enhance] checking the memory alloc failing for EL.
Expand Down Expand Up @@ -90,33 +94,6 @@ See The following user guide for install and using of cytnx:
21. [Enhance] Reduce RTTR overhead.


v0.6.5
1. [Fix] Bug in UniTensor _Load
2. [Enhance] Improve stability in Lanczos_ER
3. [Enhance] Move _SII to stack.
4. [Enhance] Add LinOp operator() for mv_elem
5. [Enhance] Add c++ API fast link to cutt
6. [Enhance] Add Fromfile/Tofile for load/save binary files @ Tensor/Storage
7. [Enhance] Add linspace generator
8. [Fix] Bug in Div for fast Blas call bug
9. [Enhance] Add Tensor.append(Storage) if Tensor is rank-2 and dimension match.
10. [Enhance] Add algo namespace
11. [Enhance] Add Sort-@cpu
12. [Enhance] add Storage.numpy() for pythonAPI
13. [Enhance] add Tensor.from_storage() for python API

v0.6.4
1. [Enhance] Add option mv_elem for Tensordot, which actually move elements in input tensor. This is beneficial when same tensordot is called multiple times.
2. [Enhance] Add option cacheL, cacheR to Contract of unitensor. which mv the elements of input tensors to the matmul handy position.
3. [Enhance] optimize Network contraction policy to reduce contiguous permute, with is_clone argument when PutUniTensor.
4. [Enhance] Add Lanczos_Gnd for fast get ground state and it's eigen value (currently only real float).
5. [Enhance] Add Tridiag python API, and option is_row
6. [Enhance] C++ API storage add .back<>() function.
7. [Enhance] C++ API storage fix from_vector() for bool type.
8. [Enhance] Change Network Launch optimal=True behavior. if user order is given, optimal will not have effect.
9. [Enhance] Add example/iDMRG/dmrg_optim.py for better performace with Lanczos_Gnd and Network cache.
10. [Fix] wrong error message in linalg::Cpr
11. [Fix] reshape() on a already contiguous Tensor will resulting as the change in original tensor, which should not happened.



Expand Down
2 changes: 1 addition & 1 deletion docs.doxygen
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "Cytnx"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = "v0.7.2"
PROJECT_NUMBER = "v0.7.3"

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion docs/html/Accessor_8cpp.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<td id="projectlogo"><img alt="Logo" src="Icon_small.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Cytnx
&#160;<span id="projectnumber">v0.7.2</span>
&#160;<span id="projectnumber">v0.7.3</span>
</div>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/Accessor_8hpp.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<td id="projectlogo"><img alt="Logo" src="Icon_small.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Cytnx
&#160;<span id="projectnumber">v0.7.2</span>
&#160;<span id="projectnumber">v0.7.3</span>
</div>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/Accessor_8hpp_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<td id="projectlogo"><img alt="Logo" src="Icon_small.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Cytnx
&#160;<span id="projectnumber">v0.7.2</span>
&#160;<span id="projectnumber">v0.7.3</span>
</div>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/Bond_8cpp.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<td id="projectlogo"><img alt="Logo" src="Icon_small.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Cytnx
&#160;<span id="projectnumber">v0.7.2</span>
&#160;<span id="projectnumber">v0.7.3</span>
</div>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/Bond_8hpp.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<td id="projectlogo"><img alt="Logo" src="Icon_small.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Cytnx
&#160;<span id="projectnumber">v0.7.2</span>
&#160;<span id="projectnumber">v0.7.3</span>
</div>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/Bond_8hpp_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<td id="projectlogo"><img alt="Logo" src="Icon_small.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Cytnx
&#160;<span id="projectnumber">v0.7.2</span>
&#160;<span id="projectnumber">v0.7.3</span>
</div>
</td>
</tr>
Expand Down
14 changes: 7 additions & 7 deletions docs/html/BoolStorage_8cpp.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<td id="projectlogo"><img alt="Logo" src="Icon_small.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Cytnx
&#160;<span id="projectnumber">v0.7.2</span>
&#160;<span id="projectnumber">v0.7.3</span>
</div>
</td>
</tr>
Expand Down Expand Up @@ -83,12 +83,12 @@
<div class="dyncontent">
<div class="center"><img src="BoolStorage_8cpp__incl.png" border="0" usemap="#src_2BoolStorage_8cpp" alt=""/></div>
<map name="src_2BoolStorage_8cpp" id="src_2BoolStorage_8cpp">
<area shape="rect" id="node2" href="Storage_8hpp.html" title="Storage.hpp" alt="" coords="352,87,444,114"/>
<area shape="rect" id="node12" href="Type_8hpp.html" title="Type.hpp" alt="" coords="830,244,906,271"/>
<area shape="rect" id="node18" href="cytnx__error_8hpp.html" title="cytnx_error.hpp" alt="" coords="270,326,382,353"/>
<area shape="rect" id="node21" href="Device_8hpp.html" title="Device.hpp" alt="" coords="718,244,806,271"/>
<area shape="rect" id="node22" href="intrusive__ptr__base_8hpp.html" title="intrusive_ptr_base.hpp" alt="" coords="1438,244,1592,271"/>
<area shape="rect" id="node28" href="Scalar_8hpp.html" title="Scalar.hpp" alt="" coords="562,169,646,196"/>
<area shape="rect" id="node2" href="Storage_8hpp.html" title="Storage.hpp" alt="" coords="344,87,436,114"/>
<area shape="rect" id="node12" href="Type_8hpp.html" title="Type.hpp" alt="" coords="973,244,1049,271"/>
<area shape="rect" id="node18" href="cytnx__error_8hpp.html" title="cytnx_error.hpp" alt="" coords="250,326,362,353"/>
<area shape="rect" id="node21" href="Device_8hpp.html" title="Device.hpp" alt="" coords="810,244,898,271"/>
<area shape="rect" id="node22" href="intrusive__ptr__base_8hpp.html" title="intrusive_ptr_base.hpp" alt="" coords="1612,244,1765,271"/>
<area shape="rect" id="node28" href="Scalar_8hpp.html" title="Scalar.hpp" alt="" coords="680,169,764,196"/>
</map>
</div>
</div><table class="memberdecls">
Expand Down
12 changes: 6 additions & 6 deletions docs/html/BoolStorage_8cpp__incl.map
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<map id="src/BoolStorage.cpp" name="src/BoolStorage.cpp">
<area shape="rect" id="node2" href="$Storage_8hpp.html" title="Storage.hpp" alt="" coords="352,87,444,114"/>
<area shape="rect" id="node12" href="$Type_8hpp.html" title="Type.hpp" alt="" coords="830,244,906,271"/>
<area shape="rect" id="node18" href="$cytnx__error_8hpp.html" title="cytnx_error.hpp" alt="" coords="270,326,382,353"/>
<area shape="rect" id="node21" href="$Device_8hpp.html" title="Device.hpp" alt="" coords="718,244,806,271"/>
<area shape="rect" id="node22" href="$intrusive__ptr__base_8hpp.html" title="intrusive_ptr_base.hpp" alt="" coords="1438,244,1592,271"/>
<area shape="rect" id="node28" href="$Scalar_8hpp.html" title="Scalar.hpp" alt="" coords="562,169,646,196"/>
<area shape="rect" id="node2" href="$Storage_8hpp.html" title="Storage.hpp" alt="" coords="344,87,436,114"/>
<area shape="rect" id="node12" href="$Type_8hpp.html" title="Type.hpp" alt="" coords="973,244,1049,271"/>
<area shape="rect" id="node18" href="$cytnx__error_8hpp.html" title="cytnx_error.hpp" alt="" coords="250,326,362,353"/>
<area shape="rect" id="node21" href="$Device_8hpp.html" title="Device.hpp" alt="" coords="810,244,898,271"/>
<area shape="rect" id="node22" href="$intrusive__ptr__base_8hpp.html" title="intrusive_ptr_base.hpp" alt="" coords="1612,244,1765,271"/>
<area shape="rect" id="node28" href="$Scalar_8hpp.html" title="Scalar.hpp" alt="" coords="680,169,764,196"/>
</map>
2 changes: 1 addition & 1 deletion docs/html/BoolStorage_8cpp__incl.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
09622eae915a4dffe78e95582d6f333c
0c0fc2362acd83ef65514522d1578994
Binary file modified docs/html/BoolStorage_8cpp__incl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions docs/html/ComplexDoubleStorage_8cpp.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<td id="projectlogo"><img alt="Logo" src="Icon_small.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Cytnx
&#160;<span id="projectnumber">v0.7.2</span>
&#160;<span id="projectnumber">v0.7.3</span>
</div>
</td>
</tr>
Expand Down Expand Up @@ -83,12 +83,12 @@
<div class="dyncontent">
<div class="center"><img src="ComplexDoubleStorage_8cpp__incl.png" border="0" usemap="#src_2ComplexDoubleStorage_8cpp" alt=""/></div>
<map name="src_2ComplexDoubleStorage_8cpp" id="src_2ComplexDoubleStorage_8cpp">
<area shape="rect" id="node2" href="Storage_8hpp.html" title="Storage.hpp" alt="" coords="352,87,444,114"/>
<area shape="rect" id="node12" href="Type_8hpp.html" title="Type.hpp" alt="" coords="830,244,906,271"/>
<area shape="rect" id="node18" href="cytnx__error_8hpp.html" title="cytnx_error.hpp" alt="" coords="270,326,382,353"/>
<area shape="rect" id="node21" href="Device_8hpp.html" title="Device.hpp" alt="" coords="718,244,806,271"/>
<area shape="rect" id="node22" href="intrusive__ptr__base_8hpp.html" title="intrusive_ptr_base.hpp" alt="" coords="1438,244,1592,271"/>
<area shape="rect" id="node28" href="Scalar_8hpp.html" title="Scalar.hpp" alt="" coords="562,169,646,196"/>
<area shape="rect" id="node2" href="Storage_8hpp.html" title="Storage.hpp" alt="" coords="344,87,436,114"/>
<area shape="rect" id="node12" href="Type_8hpp.html" title="Type.hpp" alt="" coords="973,244,1049,271"/>
<area shape="rect" id="node18" href="cytnx__error_8hpp.html" title="cytnx_error.hpp" alt="" coords="250,326,362,353"/>
<area shape="rect" id="node21" href="Device_8hpp.html" title="Device.hpp" alt="" coords="810,244,898,271"/>
<area shape="rect" id="node22" href="intrusive__ptr__base_8hpp.html" title="intrusive_ptr_base.hpp" alt="" coords="1612,244,1765,271"/>
<area shape="rect" id="node28" href="Scalar_8hpp.html" title="Scalar.hpp" alt="" coords="680,169,764,196"/>
</map>
</div>
</div><table class="memberdecls">
Expand Down
12 changes: 6 additions & 6 deletions docs/html/ComplexDoubleStorage_8cpp__incl.map
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<map id="src/ComplexDoubleStorage.cpp" name="src/ComplexDoubleStorage.cpp">
<area shape="rect" id="node2" href="$Storage_8hpp.html" title="Storage.hpp" alt="" coords="352,87,444,114"/>
<area shape="rect" id="node12" href="$Type_8hpp.html" title="Type.hpp" alt="" coords="830,244,906,271"/>
<area shape="rect" id="node18" href="$cytnx__error_8hpp.html" title="cytnx_error.hpp" alt="" coords="270,326,382,353"/>
<area shape="rect" id="node21" href="$Device_8hpp.html" title="Device.hpp" alt="" coords="718,244,806,271"/>
<area shape="rect" id="node22" href="$intrusive__ptr__base_8hpp.html" title="intrusive_ptr_base.hpp" alt="" coords="1438,244,1592,271"/>
<area shape="rect" id="node28" href="$Scalar_8hpp.html" title="Scalar.hpp" alt="" coords="562,169,646,196"/>
<area shape="rect" id="node2" href="$Storage_8hpp.html" title="Storage.hpp" alt="" coords="344,87,436,114"/>
<area shape="rect" id="node12" href="$Type_8hpp.html" title="Type.hpp" alt="" coords="973,244,1049,271"/>
<area shape="rect" id="node18" href="$cytnx__error_8hpp.html" title="cytnx_error.hpp" alt="" coords="250,326,362,353"/>
<area shape="rect" id="node21" href="$Device_8hpp.html" title="Device.hpp" alt="" coords="810,244,898,271"/>
<area shape="rect" id="node22" href="$intrusive__ptr__base_8hpp.html" title="intrusive_ptr_base.hpp" alt="" coords="1612,244,1765,271"/>
<area shape="rect" id="node28" href="$Scalar_8hpp.html" title="Scalar.hpp" alt="" coords="680,169,764,196"/>
</map>
2 changes: 1 addition & 1 deletion docs/html/ComplexDoubleStorage_8cpp__incl.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7d7cdc178748c1d8aa8e366bc0379855
cd2c8cb03d688d4194912810ac275dce
Binary file modified docs/html/ComplexDoubleStorage_8cpp__incl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions docs/html/ComplexFloatStorage_8cpp.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<td id="projectlogo"><img alt="Logo" src="Icon_small.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Cytnx
&#160;<span id="projectnumber">v0.7.2</span>
&#160;<span id="projectnumber">v0.7.3</span>
</div>
</td>
</tr>
Expand Down Expand Up @@ -83,12 +83,12 @@
<div class="dyncontent">
<div class="center"><img src="ComplexFloatStorage_8cpp__incl.png" border="0" usemap="#src_2ComplexFloatStorage_8cpp" alt=""/></div>
<map name="src_2ComplexFloatStorage_8cpp" id="src_2ComplexFloatStorage_8cpp">
<area shape="rect" id="node2" href="Storage_8hpp.html" title="Storage.hpp" alt="" coords="352,87,444,114"/>
<area shape="rect" id="node12" href="Type_8hpp.html" title="Type.hpp" alt="" coords="830,244,906,271"/>
<area shape="rect" id="node18" href="cytnx__error_8hpp.html" title="cytnx_error.hpp" alt="" coords="270,326,382,353"/>
<area shape="rect" id="node21" href="Device_8hpp.html" title="Device.hpp" alt="" coords="718,244,806,271"/>
<area shape="rect" id="node22" href="intrusive__ptr__base_8hpp.html" title="intrusive_ptr_base.hpp" alt="" coords="1438,244,1592,271"/>
<area shape="rect" id="node28" href="Scalar_8hpp.html" title="Scalar.hpp" alt="" coords="562,169,646,196"/>
<area shape="rect" id="node2" href="Storage_8hpp.html" title="Storage.hpp" alt="" coords="344,87,436,114"/>
<area shape="rect" id="node12" href="Type_8hpp.html" title="Type.hpp" alt="" coords="973,244,1049,271"/>
<area shape="rect" id="node18" href="cytnx__error_8hpp.html" title="cytnx_error.hpp" alt="" coords="250,326,362,353"/>
<area shape="rect" id="node21" href="Device_8hpp.html" title="Device.hpp" alt="" coords="810,244,898,271"/>
<area shape="rect" id="node22" href="intrusive__ptr__base_8hpp.html" title="intrusive_ptr_base.hpp" alt="" coords="1612,244,1765,271"/>
<area shape="rect" id="node28" href="Scalar_8hpp.html" title="Scalar.hpp" alt="" coords="680,169,764,196"/>
</map>
</div>
</div><table class="memberdecls">
Expand Down
12 changes: 6 additions & 6 deletions docs/html/ComplexFloatStorage_8cpp__incl.map
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<map id="src/ComplexFloatStorage.cpp" name="src/ComplexFloatStorage.cpp">
<area shape="rect" id="node2" href="$Storage_8hpp.html" title="Storage.hpp" alt="" coords="352,87,444,114"/>
<area shape="rect" id="node12" href="$Type_8hpp.html" title="Type.hpp" alt="" coords="830,244,906,271"/>
<area shape="rect" id="node18" href="$cytnx__error_8hpp.html" title="cytnx_error.hpp" alt="" coords="270,326,382,353"/>
<area shape="rect" id="node21" href="$Device_8hpp.html" title="Device.hpp" alt="" coords="718,244,806,271"/>
<area shape="rect" id="node22" href="$intrusive__ptr__base_8hpp.html" title="intrusive_ptr_base.hpp" alt="" coords="1438,244,1592,271"/>
<area shape="rect" id="node28" href="$Scalar_8hpp.html" title="Scalar.hpp" alt="" coords="562,169,646,196"/>
<area shape="rect" id="node2" href="$Storage_8hpp.html" title="Storage.hpp" alt="" coords="344,87,436,114"/>
<area shape="rect" id="node12" href="$Type_8hpp.html" title="Type.hpp" alt="" coords="973,244,1049,271"/>
<area shape="rect" id="node18" href="$cytnx__error_8hpp.html" title="cytnx_error.hpp" alt="" coords="250,326,362,353"/>
<area shape="rect" id="node21" href="$Device_8hpp.html" title="Device.hpp" alt="" coords="810,244,898,271"/>
<area shape="rect" id="node22" href="$intrusive__ptr__base_8hpp.html" title="intrusive_ptr_base.hpp" alt="" coords="1612,244,1765,271"/>
<area shape="rect" id="node28" href="$Scalar_8hpp.html" title="Scalar.hpp" alt="" coords="680,169,764,196"/>
</map>
2 changes: 1 addition & 1 deletion docs/html/ComplexFloatStorage_8cpp__incl.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cd3b2e0cc3189f55e0402242f24e4f8a
53658995003c54fb5106c1611be7945d
Binary file modified docs/html/ComplexFloatStorage_8cpp__incl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 15 additions & 15 deletions docs/html/DenseUniTensor_8cpp.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<td id="projectlogo"><img alt="Logo" src="Icon_small.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Cytnx
&#160;<span id="projectnumber">v0.7.2</span>
&#160;<span id="projectnumber">v0.7.3</span>
</div>
</td>
</tr>
Expand Down Expand Up @@ -90,20 +90,20 @@
<div class="dyncontent">
<div class="center"><img src="DenseUniTensor_8cpp__incl.png" border="0" usemap="#src_2DenseUniTensor_8cpp" alt=""/></div>
<map name="src_2DenseUniTensor_8cpp" id="src_2DenseUniTensor_8cpp">
<area shape="rect" id="node2" href="UniTensor_8hpp.html" title="UniTensor.hpp" alt="" coords="1035,169,1141,196"/>
<area shape="rect" id="node27" href="utils_8hpp.html" title="utils/utils.hpp" alt="" coords="3017,468,3116,495"/>
<area shape="rect" id="node47" href="Generator_8hpp.html" title="Generator.hpp" alt="" coords="1395,169,1499,196"/>
<area shape="rect" id="node48" href="linalg_8hpp.html" title="linalg.hpp" alt="" coords="217,87,295,114"/>
<area shape="rect" id="node3" href="Type_8hpp.html" title="Type.hpp" alt="" coords="930,468,1006,495"/>
<area shape="rect" id="node12" href="cytnx__error_8hpp.html" title="cytnx_error.hpp" alt="" coords="355,543,467,569"/>
<area shape="rect" id="node19" href="Storage_8hpp.html" title="Storage.hpp" alt="" coords="585,319,677,345"/>
<area shape="rect" id="node22" href="Device_8hpp.html" title="Device.hpp" alt="" coords="1893,393,1981,420"/>
<area shape="rect" id="node23" href="intrusive__ptr__base_8hpp.html" title="intrusive_ptr_base.hpp" alt="" coords="1218,468,1371,495"/>
<area shape="rect" id="node24" href="Scalar_8hpp.html" title="Scalar.hpp" alt="" coords="1430,393,1514,420"/>
<area shape="rect" id="node25" href="Tensor_8hpp.html" title="Tensor.hpp" alt="" coords="1403,244,1490,271"/>
<area shape="rect" id="node44" href="Symmetry_8hpp.html" title="Symmetry.hpp" alt="" coords="944,393,1051,420"/>
<area shape="rect" id="node45" href="Bond_8hpp.html" title="Bond.hpp" alt="" coords="1024,319,1101,345"/>
<area shape="rect" id="node49" href="LinOp_8hpp.html" title="LinOp.hpp" alt="" coords="445,169,526,196"/>
<area shape="rect" id="node2" href="UniTensor_8hpp.html" title="UniTensor.hpp" alt="" coords="2729,169,2835,196"/>
<area shape="rect" id="node27" href="utils_8hpp.html" title="utils/utils.hpp" alt="" coords="1187,468,1286,495"/>
<area shape="rect" id="node47" href="Generator_8hpp.html" title="Generator.hpp" alt="" coords="2010,169,2114,196"/>
<area shape="rect" id="node48" href="linalg_8hpp.html" title="linalg.hpp" alt="" coords="3377,87,3454,114"/>
<area shape="rect" id="node3" href="Type_8hpp.html" title="Type.hpp" alt="" coords="3091,468,3167,495"/>
<area shape="rect" id="node12" href="cytnx__error_8hpp.html" title="cytnx_error.hpp" alt="" coords="3573,543,3685,569"/>
<area shape="rect" id="node19" href="Storage_8hpp.html" title="Storage.hpp" alt="" coords="3319,319,3411,345"/>
<area shape="rect" id="node22" href="Device_8hpp.html" title="Device.hpp" alt="" coords="1949,393,2037,420"/>
<area shape="rect" id="node23" href="intrusive__ptr__base_8hpp.html" title="intrusive_ptr_base.hpp" alt="" coords="2604,468,2757,495"/>
<area shape="rect" id="node24" href="Scalar_8hpp.html" title="Scalar.hpp" alt="" coords="2467,393,2551,420"/>
<area shape="rect" id="node25" href="Tensor_8hpp.html" title="Tensor.hpp" alt="" coords="2485,244,2572,271"/>
<area shape="rect" id="node44" href="Symmetry_8hpp.html" title="Symmetry.hpp" alt="" coords="2829,393,2935,420"/>
<area shape="rect" id="node45" href="Bond_8hpp.html" title="Bond.hpp" alt="" coords="2698,319,2775,345"/>
<area shape="rect" id="node49" href="LinOp_8hpp.html" title="LinOp.hpp" alt="" coords="3375,169,3456,196"/>
</map>
</div>
</div><table class="memberdecls">
Expand Down
Loading

0 comments on commit f0e1bec

Please sign in to comment.