Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 1.62 KB

File metadata and controls

62 lines (39 loc) · 1.62 KB
name ITensorVisualizationBase.jl bug report
about Create a bug report to help us improve ITensorVisualizationBase.jl
title [BUG] YOUR SHORT DESCRIPTION OF THE BUG HERE
labels
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.

Minimal runnable code

[YOUR MINIMAL RUNNABLE CODE HERE]

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.

Output of minimal runnable code

[OUTPUT OF YOUR MINIMAL RUNNABLE CODE HERE]

Version information

  • Output from versioninfo():
julia> versioninfo()
[YOUR OUTPUT HERE]
  • Output from using Pkg; Pkg.status("ITensorVisualizationBase"):
julia> using Pkg; Pkg.status("ITensorVisualizationBase")
[YOUR OUTPUT HERE]