Skip to content

Commit cfc3567

Browse files
committed
fix extension
1 parent f1f4044 commit cfc3567

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ benchmark/results
77
.benchmarkci
88
.tmp
99
.vscode/
10+
*.cov
1011
Manifest.toml
1112
benchmark/*.json
1213
dev/
@@ -15,4 +16,4 @@ docs/Manifest.toml
1516
docs/build/
1617
docs/src/index.md
1718
examples/LocalPreferences.toml
18-
test/LocalPreferences.toml
19+
test/LocalPreferences.toml

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ITensors = "9136182c-28ba-11e9-034c-db9fb085ebd5"
1010
TensorKit = "07d1fe3e-3e46-537d-9eac-e9e13d0d4cec"
1111

1212
[extensions]
13-
ITensorsExt = "ITensors"
13+
ITensorsExt = ["ITensors", "TensorKit"]
1414

1515
[compat]
1616
ITensors = "0.8,0.9"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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

ext/ITensorsExt/ITensorsExt.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ module ITensorsExt
22

33
using ITensors
44
using TensorKit
5+
import TensorKit: TensorMap
6+
import ITensors: ITensor
57

68
function TensorKit.TensorMap(src::ITensors.ITensor)
79
if hasqns(src)

0 commit comments

Comments
 (0)