Skip to content

Upgrade ITensorNetworks to use DataGraphs v0.4.0 and NamedGraphs v0.11.0.#317

Merged
mtfishman merged 18 commits intoITensor:mainfrom
jack-dunham:datagraphs-namedgraphs
Apr 28, 2026
Merged

Upgrade ITensorNetworks to use DataGraphs v0.4.0 and NamedGraphs v0.11.0.#317
mtfishman merged 18 commits intoITensor:mainfrom
jack-dunham:datagraphs-namedgraphs

Conversation

@jack-dunham
Copy link
Copy Markdown
Contributor

This package now used the proper AbstractDataGraph interface from DataGraphs, and the similar_graph interface from NamedGraphs.

@jack-dunham jack-dunham force-pushed the datagraphs-namedgraphs branch from 2364c41 to da20b0f Compare April 14, 2026 18:43
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 14, 2026

Your PR no longer requires formatting changes. Thank you for your contribution!

@jack-dunham jack-dunham force-pushed the datagraphs-namedgraphs branch from a950308 to fc2993e Compare April 14, 2026 18:49
@jack-dunham jack-dunham force-pushed the datagraphs-namedgraphs branch from fc2993e to f02b759 Compare April 27, 2026 16:37
@mtfishman
Copy link
Copy Markdown
Member

@jack-dunham can you look into the version, format, and docs failures?

@jack-dunham
Copy link
Copy Markdown
Contributor Author

Yes, I am just waiting for the tests to pass locally.

@mtfishman
Copy link
Copy Markdown
Member

(The docs failures are a bit odd, they may be related to ITensor/ITensors.jl#1729 so I can look into that in parallel as well, but please do take a look.)

Comment thread src/treetensornetworks/treetensornetwork.jl Outdated
@jack-dunham jack-dunham force-pushed the datagraphs-namedgraphs branch from 63f7986 to f411df7 Compare April 27, 2026 22:09
#

ITensorNetwork(tn::AbstractTTN) = error("Not implemented")
itensornetwork(tn::AbstractTTN) = error("Not implemented")
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be reverted?

Comment thread src/indsnetwork.jl Outdated
using ITensors.ITensorVisualizationCore: ITensorVisualizationCore, visualize
function ITensorVisualizationCore.visualize(is::IndsNetwork, args...; kwargs...)
return visualize(ITensorNetwork(is), args...; kwargs...)
return visualize(tensornetwork(is), args...; kwargs...)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same thing here, this looks like a mistake.

@mtfishman mtfishman enabled auto-merge (squash) April 28, 2026 00:41
@mtfishman
Copy link
Copy Markdown
Member

Thanks Jack, glad to see this getting in!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants