ITensor / ITensor/ITensorVisualizationBase.jl
Create VisualizationCore.jl and VisualizationBase.jl, allow visualizing NamedGraph and DataGraph without loading ITensorNetworks
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 0
- Forks
- 0
- Avg merge
- 22m
- Merged PRs (30d)
- 1
Description
The following code is leading to an error:
using NamedGraphs.NamedGraphGenerators: named_comb_tree
using ITensorGLMakie
let
g = named_comb_tree([3,3,3])
@visualize g
end
This is with the following package versions:
GraphMakie v0.5.6
GeometryBasics v0.4.11
UnicodePlots v3.6.4
ITensorNetworks v0.11.14
Graphs v1.11.1
GeometryBasics v0.4.11
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by running the Julia example in the issue with the listed package versions and inspect the package dependency setup around ITensorVisualizationBase.jl and ITensorNetworks. Done means VisualizationCore.jl and VisualizationBase.jl exist and NamedGraph and DataGraph can be visualized without loading ITensorNetworks; the issue names no specific files or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100