Skip to content

Commit

Permalink
[ITensorGLMakie] Move to separate repository
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed May 8, 2024
1 parent 13cdd75 commit 408636d
Show file tree
Hide file tree
Showing 35 changed files with 3 additions and 767 deletions.
60 changes: 0 additions & 60 deletions .github/ISSUE_TEMPLATE/08_ITensorGLMakie_bug_report.md

This file was deleted.

24 changes: 0 additions & 24 deletions .github/ISSUE_TEMPLATE/08_ITensorGLMakie_feature_request.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ using FileUtils

template_package_name = "PACKAGE"

package_names = ["ITensors", "NDTensors", "ITensorGLMakie"]
package_names = ["ITensors", "NDTensors"]

package_ordering = Dict(["ITensors" => 1, "NDTensors" => 2, "ITensorGLMakie" => 3])
package_ordering = Dict(["ITensors" => 1, "NDTensors" => 2])

function bug_report_file(package_name::String)
return "$(package_name)_bug_report.md"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
- name: CompatHelper.main()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: julia -e 'using CompatHelper; CompatHelper.main(; subdirs=["", "ITensorGLMakie", "NDTensors"])'
run: julia -e 'using CompatHelper; CompatHelper.main(; subdirs=["", "NDTensors"])'
49 changes: 0 additions & 49 deletions .github/workflows/test_itensorglmakie_ubuntu.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ benchmark/mult
benchmark/*.json
docs/Manifest.toml
docs/build/
ITensorGLMakie/Manifest.toml
ITensorGLMakie/test/Manifest.toml
NDTensors/Manifest.toml
NDTensors/test/Manifest.toml
precompile/tmp
Expand Down
2 changes: 0 additions & 2 deletions ITensorGLMakie/.JuliaFormatter.toml

This file was deleted.

201 changes: 0 additions & 201 deletions ITensorGLMakie/LICENSE

This file was deleted.

25 changes: 0 additions & 25 deletions ITensorGLMakie/NEWS.md

This file was deleted.

Loading

0 comments on commit 408636d

Please sign in to comment.