-
Notifications
You must be signed in to change notification settings - Fork 14
Description
I am started working onnQRE filed. I try to do RE using benchq toolkits using qasm file. as per instruction I use linux os and start with "pip install benchq" and "pip install benchq[pyscf]" then I try to this "import os
from qiskit.circuit import QuantumCircuit
from benchq.algorithms.data_structures import AlgorithmImplementation, ErrorBudget
from benchq.compilation.graph_states import get_ruby_slippers_circuit_compiler
from benchq.compilation.graph_states.implementation_compiler import (
get_implementation_compiler,
)
from benchq.logical_architecture_modeling.graph_based_logical_architectures import (
AllToAllArchitectureModel,
TwoRowBusArchitectureModel,
)
from benchq.quantum_hardware_modeling import BASIC_SC_ARCHITECTURE_MODEL
from benchq.resource_estimators.graph_estimator import GraphResourceEstimator" then I see one problem No module named 'benchq.compilation.graph_states'. please help me to fix this