File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ benchmark/results
77.benchmarkci
88.tmp
99.vscode /
10+ * .cov
1011Manifest.toml
1112benchmark /* .json
1213dev /
@@ -15,4 +16,4 @@ docs/Manifest.toml
1516docs /build /
1617docs /src /index.md
1718examples /LocalPreferences.toml
18- test /LocalPreferences.toml
19+ test /LocalPreferences.toml
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ITensors = "9136182c-28ba-11e9-034c-db9fb085ebd5"
1010TensorKit = " 07d1fe3e-3e46-537d-9eac-e9e13d0d4cec"
1111
1212[extensions ]
13- ITensorsExt = " ITensors"
13+ ITensorsExt = [ " ITensors" , " TensorKit " ]
1414
1515[compat ]
1616ITensors = " 0.8,0.9"
Original file line number Diff line number Diff line change 1212
1313| ** Build Status** | ** Coverage** | ** Style Guide** | ** Quality assurance** |
1414| :----------------:| :------------:| :---------------:| :---------------------:|
15- | [ ![ CI] [ ci-img ]] [ ci-url ] | [ ![ PkgEval ] [ pkgeval-img ]] [ pkgeval-url ] | [ ![ Codecov] [ codecov-img ]] [ codecov-url ] | [ ![ code style: runic] [ codestyle-img ]] [ codestyle-url ] | [ ![ Aqua QA] [ aqua-img ]] [ aqua-url ] |
15+ | [ ![ CI] [ ci-img ]] [ ci-url ] | [ ![ Codecov] [ codecov-img ]] [ codecov-url ] | [ ![ code style: runic] [ codestyle-img ]] [ codestyle-url ] | [ ![ Aqua QA] [ aqua-img ]] [ aqua-url ] |
1616
1717[ docs-stable-img ] : https://img.shields.io/badge/docs-stable-blue.svg
1818[ docs-stable-url ] : https://manybodylab.github.io/TensorKitAdapters.jl/stable
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ module ITensorsExt
22
33using ITensors
44using TensorKit
5+ import TensorKit: TensorMap
6+ import ITensors: ITensor
57
68function TensorKit. TensorMap (src:: ITensors.ITensor )
79 if hasqns (src)
You can’t perform that action at this time.
0 commit comments