We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81e99bb commit 2740bfbCopy full SHA for 2740bfb
.gitignore
@@ -9,6 +9,7 @@
9
.vscode/
10
Manifest.toml
11
benchmark/*.json
12
+dev/
13
docs/LocalPreferences.toml
14
docs/Manifest.toml
15
docs/build/
Project.toml
@@ -1,7 +1,7 @@
1
name = "ITensorPkgSkeleton"
2
uuid = "3d388ab1-018a-49f4-ae50-18094d5f71ea"
3
authors = ["ITensor developers <support@itensor.org> and contributors"]
4
-version = "0.3.16"
+version = "0.3.17"
5
6
[deps]
7
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
templates/gitignore/.gitignore
@@ -9,6 +9,10 @@
+docs/LocalPreferences.toml
16
docs/src/index.md
17
+examples/LocalPreferences.toml
18
+test/LocalPreferences.toml
0 commit comments