issues
search
ITensor
/
NamedGraphs.jl
Extension of `Graphs.jl` to graphs with named vertices.
MIT License
6
stars
3
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Lattices to add
#85
mtfishman
opened
4 months ago
0
More sophisticated lattice boundary conditions
#84
mtfishman
opened
4 months ago
2
Eulerian paths
#83
JoeyT1994
opened
4 months ago
4
Remove degree-zero vertices from steiner_tree output
#82
emstoudenmire
closed
5 months ago
0
Add `pre_order_dfs_edges`
#81
emstoudenmire
opened
5 months ago
0
[BUG] Possible bug in `steiner_tree`
#80
emstoudenmire
closed
5 months ago
2
README improvements
#79
emstoudenmire
closed
5 months ago
6
Consider renaming `PartitionVertex` to `Partition`
#78
mtfishman
opened
5 months ago
0
Add vertices_at_distance and next_nearest_neighbors
#77
JoeyT1994
closed
5 months ago
4
`NamedGraph` conversion
#76
mtfishman
closed
6 months ago
0
Define `rand` for `OrderedIndices`
#75
mtfishman
closed
6 months ago
0
Fix `convert_vertextype`
#74
mtfishman
closed
6 months ago
0
Redesign `GenericNamedGraph` type
#73
mtfishman
closed
6 months ago
1
Define `convert_vertextype` for `Simple[Di]Graph`
#72
mtfishman
closed
6 months ago
0
More `GraphsExtensions` tests
#71
mtfishman
opened
6 months ago
0
Change the design of `GenericNamedGraph` type
#70
mtfishman
closed
6 months ago
0
Expand functionality and tests
#69
mtfishman
closed
6 months ago
0
Rename `vertextype` to `vertex_type`
#68
mtfishman
closed
6 months ago
1
Bring `SimpleTraits.Not` into namespace
#67
mtfishman
closed
6 months ago
0
`named_*(vertices)`
#66
mtfishman
opened
6 months ago
0
Define `rename_vertices` for `SimpleEdge`
#65
mtfishman
closed
6 months ago
0
Improve namespacing
#64
mtfishman
closed
6 months ago
0
Make types of fields in `PartitionedGraph` more specific
#63
mtfishman
opened
6 months ago
2
Move `KaHyPar` and `Metis` to package extensions
#62
mtfishman
closed
6 months ago
1
Simplify `NamedGraph` constructors
#61
mtfishman
closed
6 months ago
0
Naming convention for `NamedGraph` graph generators
#60
JoeyT1994
closed
6 months ago
1
Throw an error if `named_hexagonal_lattice_graph(n, m; periodic = true)` is called with `n` or `m` = 2
#59
JoeyT1994
opened
6 months ago
0
Don't reexport anything from `Graphs.jl`
#58
mtfishman
closed
6 months ago
1
Make `hexagonal_lattice_graph` more consistent between periodic and non-periodic
#57
mtfishman
closed
6 months ago
4
Return hash map/set for vertices
#56
mtfishman
closed
6 months ago
0
Out-of-place `add_vertex`, `rem_vertex`, `add_edge`, `rem_edge`
#55
mtfishman
closed
6 months ago
1
Faster `has_vertex`
#54
mtfishman
closed
6 months ago
0
Fix method overwrite warnings
#53
mtfishman
closed
7 months ago
0
Fix ambiguity errors in `neighborhood`
#52
mtfishman
closed
7 months ago
0
`boundary_partitionedges`
#51
JoeyT1994
closed
7 months ago
6
Fix bug in `copy(pg::PartitionedGraph)`
#50
JoeyT1994
closed
8 months ago
2
Extend union to multiple named graphs
#49
JoeyT1994
closed
8 months ago
2
Bump to Dictionaries v0.4
#48
mtfishman
closed
9 months ago
1
Allow partitionedge and partitionedges to accept pairs
#47
JoeyT1994
closed
9 months ago
4
Fix bug in `PartitionEdge` with mixed vertex types, generalize `partitioned_vertices` to `AbstractGraph`
#46
JoeyT1994
closed
9 months ago
5
Better functionality for PartitionedGraph
#45
JoeyT1994
closed
9 months ago
11
Partitioned graphs
#44
JoeyT1994
closed
9 months ago
6
Disable `g[[1, 2, 3]]` for getting an induced subgraph
#43
mtfishman
opened
10 months ago
0
Introduce `cartesian_graph(...)`
#42
mtfishman
opened
10 months ago
0
Introduce a PartitionedGraph Type
#41
JoeyT1994
closed
6 months ago
2
Define `undirected_is_tree` and/or `undirected_underlying_graph`
#40
mtfishman
opened
11 months ago
0
Added forest cover function
#39
JoeyT1994
closed
1 year ago
17
Swapped Row and Column Naming in Triangular and Hexagonal Lattice Fun…
#38
JoeyT1994
closed
1 year ago
4
Decorated graphs
#37
JoeyT1994
closed
1 year ago
5
Constructors for decorated graphs
#36
JoeyT1994
closed
1 year ago
4
Next