MentPy
mentpy.GraphState.is_multigraph
Initializing search
MentPy
Getting Started
Basic usage
Tutorials
API Reference
MentPy
MentPy
Getting Started
Getting Started
Installation
Basic usage
Basic usage
Single qubit measurements
Graph States
Creating MBQC Circuits
Simulating MBQC Circuits
Tutorials
Tutorials
An introduction to MB-
QML
Parallelizing MB-
QML protocols
Classifying classical data
Fisher information classifier
Discrete optimization for HEA
Learning a quantum instrument
API Reference
API Reference
Operators
MBQCircuits
MBQCircuits
C
Graph
State
Graph
State
Classes
Constructors
String representation
Special methods
Methods
Methods
M
add_
edge
M
add_
edges_
from
M
add_
node
M
add_
nodes_
from
M
add_
weighted_
edges_
from
M
adjacency
M
clear
M
clear_
edges
M
copy
M
edge_
subgraph
M
get_
edge_
data
M
has_
edge
M
has_
node
M
index_
mapping
M
is_
directed
M
is_
multigraph
M
nbunch_
iter
M
neighbors
M
number_
of_
edges
M
number_
of_
nodes
M
order
M
remove_
edge
M
remove_
edges_
from
M
remove_
node
M
remove_
nodes_
from
M
size
M
stabilizers
M
subgraph
M
to_
directed
M
to_
directed_
class
M
to_
undirected
M
to_
undirected_
class
M
update
Properties
C
MBQCircuit
F
draw
F
draw_
with_
wires
F
hstack
F
merge
F
vstack
Templates
Flow
Simulators
Optimizers
Utils
mentpy.
GraphState.
is_multigraph
(
)
Returns True if graph is a multigraph, False otherwise.
Back to top