File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 issue_comment :
44 types :
55 - " created"
6- workflow_dispatch :
7- inputs :
8- lookback :
9- default : " 3"
10- permissions :
11- actions : " read"
12- checks : " read"
13- contents : " write"
14- deployments : " read"
15- issues : " read"
16- discussions : " read"
17- packages : " read"
18- pages : " read"
19- pull-requests : " read"
20- repository-projects : " read"
21- security-events : " read"
22- statuses : " read"
6+ workflow_dispatch : ~
237jobs :
248 TagBot :
259 if : " github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'"
2812 - uses : " JuliaRegistries/TagBot@v1"
2913 with :
3014 token : " ${{ secrets.GITHUB_TOKEN }}"
15+ registry : " ITensor/ITensorRegistry"
3116 ssh : " ${{ secrets.DOCUMENTER_KEY }}"
Original file line number Diff line number Diff line change @@ -8,10 +8,12 @@ Manifest.toml
88* .cov
99benchmark /mult
1010benchmark /* .json
11+ dev /
1112docs /Manifest.toml
1213docs /build /
1314docs /src /index.md
1415NDTensors /Manifest.toml
16+ NDTensors /dev /
1517NDTensors /test /Manifest.toml
1618precompile /tmp
1719test /data.h5
Original file line number Diff line number Diff line change 11ci :
22 skip :
3- - " runic "
3+ - " itensor-formatter "
44repos :
55 - repo : " https://github.com/pre-commit/pre-commit-hooks"
66 rev : " v6.0.0"
1111 - id : " end-of-file-fixer"
1212 exclude_types :
1313 - " markdown"
14- exclude : " .*references/.*\\ .txt$"
15- - repo : " https://github.com/fredrikekre/runic-pre-commit"
16- rev : " v2.0.1"
14+ - repo : " https://github.com/ITensor/ITensorFormatter.jl"
15+ rev : " v0.2.19"
1716 hooks :
18- - id : " runic "
17+ - id : " itensor-formatter "
Original file line number Diff line number Diff line change 11name = " ITensors"
22uuid = " 9136182c-28ba-11e9-034c-db9fb085ebd5"
3- version = " 0.9.20 "
3+ version = " 0.9.21 "
44authors = [" Matthew Fishman <mfishman@flatironinstitute.org>" , " Miles Stoudenmire <mstoudenmire@flatironinstitute.org>" ]
55
66[deps ]
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ tensor network algorithms.
99
1010| ** Version** | ** Download Statistics** | ** Style Guide** | ** License** |
1111| :---------:| :---------------------:| :-------------:| :---------:|
12- | [ ![ version] ( https://juliahub.com/docs/ITensors/version.svg )] ( https://juliahub.com/ui/Packages/ITensors/P3pqL ) | [ ![ ITensor Downloads] ( https://img.shields.io/badge/dynamic/json?url=http%3A%2F%2Fjuliapkgstats.com%2Fapi%2Fv1%2Fmonthly_downloads%2FITensors&query=total_requests&suffix=%2Fmonth&label=Downloads )] ( http://juliapkgstats.com/pkg/ITensors ) | [ ![ Code Style: Blue ] ( https://img.shields.io/badge/code%20style-blue-4495d1.svg )] ( https://github.com/invenia/BlueStyle ) | [ ![ license] ( https://img.shields.io/badge/License-Apache_2.0-blue.svg )] ( https://github.com/ITensor/ITensors.jl/blob/main/LICENSE ) |
12+ | [ ![ version] ( https://juliahub.com/docs/ITensors/version.svg )] ( https://juliahub.com/ui/Packages/ITensors/P3pqL ) | [ ![ ITensor Downloads] ( https://img.shields.io/badge/dynamic/json?url=http%3A%2F%2Fjuliapkgstats.com%2Fapi%2Fv1%2Fmonthly_downloads%2FITensors&query=total_requests&suffix=%2Fmonth&label=Downloads )] ( http://juliapkgstats.com/pkg/ITensors ) | [ ![ Code Style] ( https://img.shields.io/badge/code_style-ITensor-purple )] ( https://github.com/ITensor/ITensorFormatter.jl ) | [ ![ license] ( https://img.shields.io/badge/License-Apache_2.0-blue.svg )] ( https://github.com/ITensor/ITensors.jl/blob/main/LICENSE ) |
1313
1414The source code for ITensors.jl can be found [ on Github] ( https://github.com/ITensor/ITensors.jl ) .
1515
You can’t perform that action at this time.
0 commit comments