ITensor / ITensor/ITensorVisualizationBase.jl

Create VisualizationCore.jl and VisualizationBase.jl, allow visualizing NamedGraph and DataGraph without loading ITensorNetworks

Open
#7 2 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.