Skip to content

No module named 'benchq.compilation.graph_states' #163

@QC-sanjib

Description

@QC-sanjib

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions