-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/markusschmitt/ITensors.jl
- Loading branch information
Showing
196 changed files
with
10,841 additions
and
3,447 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
--- | ||
name: ITensors.jl bug report | ||
about: Create a bug report to help us improve ITensors.jl | ||
title: "[ITensors] [BUG] YOUR SHORT DESCRIPTION OF THE BUG HERE" | ||
labels: ["ITensors", "bug"] | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Description of bug** | ||
|
||
Please give a brief description of the bug or unexpected behavior here. | ||
|
||
**Minimal code demonstrating the bug or unexpected behavior** | ||
|
||
If applicable, provide a minimal code that can be run to demonstrate the bug or unexpected behavior. | ||
|
||
If you are unable to construct a minimal code that demonstrates the bug or unexpected behavior, provide detailed steps for how to reproduce the behavior you are seeing. | ||
|
||
<details><summary>Minimal runnable code</summary><p> | ||
|
||
```julia | ||
[YOUR MINIMAL RUNNABLE CODE HERE] | ||
``` | ||
</p></details> | ||
|
||
|
||
**Expected output or behavior** | ||
|
||
Describe what you expected to happen. | ||
|
||
If you provided a minimal code that can be run to demonstrate the bug or unexpected behavior, describe what you expected the output would be. | ||
|
||
|
||
**Actual output or behavior** | ||
|
||
Describe what actually happened. | ||
|
||
If you provided a minimal code that demonstrates the bug or unexpected behavior, provide the output you get from that code. If the code leads to an error or warning, include the full error or warning below. | ||
|
||
<details><summary>Output of minimal runnable code</summary><p> | ||
|
||
```julia | ||
[OUTPUT OF YOUR MINIMAL RUNNABLE CODE HERE] | ||
``` | ||
</p></details> | ||
|
||
|
||
**Version information** | ||
|
||
- Output from `versioninfo()`: | ||
```julia | ||
julia> versioninfo() | ||
[YOUR OUTPUT HERE] | ||
``` | ||
- Output from `using Pkg; Pkg.status("ITensors")`: | ||
```julia | ||
julia> using Pkg; Pkg.status("ITensors") | ||
[YOUR OUTPUT HERE] | ||
``` |
6 changes: 5 additions & 1 deletion
6
...SSUE_TEMPLATE/ITensors_feature_request.md → ...E_TEMPLATE/01_ITensors_feature_request.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,24 @@ | ||
--- | ||
name: ITensors.jl feature request | ||
about: Suggest an idea for ITensors.jl | ||
title: "[ITensors] [ENHANCEMENT]" | ||
title: "[ITensors] [ENHANCEMENT] YOUR SHORT DESCRIPTION OF THE FEATURE REQUEST HERE" | ||
labels: ["ITensors", "enhancement"] | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
|
||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
|
||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
|
||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
|
||
Add any other context or screenshots about the feature request here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
--- | ||
name: NDTensors.jl bug report | ||
about: Create a bug report to help us improve NDTensors.jl | ||
title: "[NDTensors] [BUG] YOUR SHORT DESCRIPTION OF THE BUG HERE" | ||
labels: ["NDTensors", "bug"] | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Description of bug** | ||
|
||
Please give a brief description of the bug or unexpected behavior here. | ||
|
||
**Minimal code demonstrating the bug or unexpected behavior** | ||
|
||
If applicable, provide a minimal code that can be run to demonstrate the bug or unexpected behavior. | ||
|
||
If you are unable to construct a minimal code that demonstrates the bug or unexpected behavior, provide detailed steps for how to reproduce the behavior you are seeing. | ||
|
||
<details><summary>Minimal runnable code</summary><p> | ||
|
||
```julia | ||
[YOUR MINIMAL RUNNABLE CODE HERE] | ||
``` | ||
</p></details> | ||
|
||
|
||
**Expected output or behavior** | ||
|
||
Describe what you expected to happen. | ||
|
||
If you provided a minimal code that can be run to demonstrate the bug or unexpected behavior, describe what you expected the output would be. | ||
|
||
|
||
**Actual output or behavior** | ||
|
||
Describe what actually happened. | ||
|
||
If you provided a minimal code that demonstrates the bug or unexpected behavior, provide the output you get from that code. If the code leads to an error or warning, include the full error or warning below. | ||
|
||
<details><summary>Output of minimal runnable code</summary><p> | ||
|
||
```julia | ||
[OUTPUT OF YOUR MINIMAL RUNNABLE CODE HERE] | ||
``` | ||
</p></details> | ||
|
||
|
||
**Version information** | ||
|
||
- Output from `versioninfo()`: | ||
```julia | ||
julia> versioninfo() | ||
[YOUR OUTPUT HERE] | ||
``` | ||
- Output from `using Pkg; Pkg.status("ITensors")`: | ||
```julia | ||
julia> using Pkg; Pkg.status("ITensors") | ||
[YOUR OUTPUT HERE] | ||
``` |
6 changes: 5 additions & 1 deletion
6
...SUE_TEMPLATE/NDTensors_feature_request.md → ..._TEMPLATE/02_NDTensors_feature_request.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,24 @@ | ||
--- | ||
name: NDTensors.jl feature request | ||
about: Suggest an idea for NDTensors.jl | ||
title: "[NDTensors] [ENHANCEMENT]" | ||
title: "[NDTensors] [ENHANCEMENT] YOUR SHORT DESCRIPTION OF THE FEATURE REQUEST HERE" | ||
labels: ["NDTensors", "enhancement"] | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
|
||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
|
||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
|
||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
|
||
Add any other context or screenshots about the feature request here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
--- | ||
name: ITensorGPU.jl bug report | ||
about: Create a bug report to help us improve ITensorGPU.jl | ||
title: "[ITensorGPU] [BUG] YOUR SHORT DESCRIPTION OF THE BUG HERE" | ||
labels: ["ITensorGPU", "bug"] | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Description of bug** | ||
|
||
Please give a brief description of the bug or unexpected behavior here. | ||
|
||
**Minimal code demonstrating the bug or unexpected behavior** | ||
|
||
If applicable, provide a minimal code that can be run to demonstrate the bug or unexpected behavior. | ||
|
||
If you are unable to construct a minimal code that demonstrates the bug or unexpected behavior, provide detailed steps for how to reproduce the behavior you are seeing. | ||
|
||
<details><summary>Minimal runnable code</summary><p> | ||
|
||
```julia | ||
[YOUR MINIMAL RUNNABLE CODE HERE] | ||
``` | ||
</p></details> | ||
|
||
|
||
**Expected output or behavior** | ||
|
||
Describe what you expected to happen. | ||
|
||
If you provided a minimal code that can be run to demonstrate the bug or unexpected behavior, describe what you expected the output would be. | ||
|
||
|
||
**Actual output or behavior** | ||
|
||
Describe what actually happened. | ||
|
||
If you provided a minimal code that demonstrates the bug or unexpected behavior, provide the output you get from that code. If the code leads to an error or warning, include the full error or warning below. | ||
|
||
<details><summary>Output of minimal runnable code</summary><p> | ||
|
||
```julia | ||
[OUTPUT OF YOUR MINIMAL RUNNABLE CODE HERE] | ||
``` | ||
</p></details> | ||
|
||
|
||
**Version information** | ||
|
||
- Output from `versioninfo()`: | ||
```julia | ||
julia> versioninfo() | ||
[YOUR OUTPUT HERE] | ||
``` | ||
- Output from `using Pkg; Pkg.status("ITensors")`: | ||
```julia | ||
julia> using Pkg; Pkg.status("ITensors") | ||
[YOUR OUTPUT HERE] | ||
``` |
6 changes: 5 additions & 1 deletion
6
...UE_TEMPLATE/ITensorGPU_feature_request.md → ...TEMPLATE/03_ITensorGPU_feature_request.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,24 @@ | ||
--- | ||
name: ITensorGPU.jl feature request | ||
about: Suggest an idea for ITensorGPU.jl | ||
title: "[ITensorGPU] [ENHANCEMENT]" | ||
title: "[ITensorGPU] [ENHANCEMENT] YOUR SHORT DESCRIPTION OF THE FEATURE REQUEST HERE" | ||
labels: ["ITensorGPU", "enhancement"] | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
|
||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
|
||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
|
||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
|
||
Add any other context or screenshots about the feature request here. |
60 changes: 60 additions & 0 deletions
60
.github/ISSUE_TEMPLATE/04_ITensorGaussianMPS_bug_report.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
--- | ||
name: ITensorGaussianMPS.jl bug report | ||
about: Create a bug report to help us improve ITensorGaussianMPS.jl | ||
title: "[ITensorGaussianMPS] [BUG] YOUR SHORT DESCRIPTION OF THE BUG HERE" | ||
labels: ["ITensorGaussianMPS", "bug"] | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Description of bug** | ||
|
||
Please give a brief description of the bug or unexpected behavior here. | ||
|
||
**Minimal code demonstrating the bug or unexpected behavior** | ||
|
||
If applicable, provide a minimal code that can be run to demonstrate the bug or unexpected behavior. | ||
|
||
If you are unable to construct a minimal code that demonstrates the bug or unexpected behavior, provide detailed steps for how to reproduce the behavior you are seeing. | ||
|
||
<details><summary>Minimal runnable code</summary><p> | ||
|
||
```julia | ||
[YOUR MINIMAL RUNNABLE CODE HERE] | ||
``` | ||
</p></details> | ||
|
||
|
||
**Expected output or behavior** | ||
|
||
Describe what you expected to happen. | ||
|
||
If you provided a minimal code that can be run to demonstrate the bug or unexpected behavior, describe what you expected the output would be. | ||
|
||
|
||
**Actual output or behavior** | ||
|
||
Describe what actually happened. | ||
|
||
If you provided a minimal code that demonstrates the bug or unexpected behavior, provide the output you get from that code. If the code leads to an error or warning, include the full error or warning below. | ||
|
||
<details><summary>Output of minimal runnable code</summary><p> | ||
|
||
```julia | ||
[OUTPUT OF YOUR MINIMAL RUNNABLE CODE HERE] | ||
``` | ||
</p></details> | ||
|
||
|
||
**Version information** | ||
|
||
- Output from `versioninfo()`: | ||
```julia | ||
julia> versioninfo() | ||
[YOUR OUTPUT HERE] | ||
``` | ||
- Output from `using Pkg; Pkg.status("ITensors")`: | ||
```julia | ||
julia> using Pkg; Pkg.status("ITensors") | ||
[YOUR OUTPUT HERE] | ||
``` |
6 changes: 5 additions & 1 deletion
6
...ATE/ITensorGaussianMPS_feature_request.md → .../04_ITensorGaussianMPS_feature_request.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,24 @@ | ||
--- | ||
name: ITensorGaussianMPS.jl feature request | ||
about: Suggest an idea for ITensorGaussianMPS.jl | ||
title: "[ITensorGaussianMPS] [ENHANCEMENT]" | ||
title: "[ITensorGaussianMPS] [ENHANCEMENT] YOUR SHORT DESCRIPTION OF THE FEATURE REQUEST HERE" | ||
labels: ["ITensorGaussianMPS", "enhancement"] | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
|
||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
|
||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
|
||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
|
||
Add any other context or screenshots about the feature request here. |
Oops, something went wrong.