Giter VIP home page Giter VIP logo

qcompress's People

Contributors

hsim13372 avatar salperinlea avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

qcompress's Issues

Encounter Problem in using the examples

Hello, I cannot run your example due to encountering the following errors.

When running qae_h2_demo, I have the following error:


ImportError Traceback (most recent call last)
in
5 import os
6
----> 7 from openfermion.hamiltonians import MolecularData
8 from openfermion.transforms import get_sparse_operator, jordan_wigner
9 from openfermion.utils import get_ground_state

ImportError: cannot import name 'MolecularData' from 'openfermion.hamiltonians' (/Downloads/QML/OpenFermion/src/openfermion/hamiltonians/init.py)

When running qae_two_qubit_demo, I have the following error:

ModuleNotFoundError Traceback (most recent call last)
in
6 import scipy.optimize
7
----> 8 from pyquil.gates import *
9 from pyquil import Program
10

~/opt/anaconda3/lib/python3.8/site-packages/pyquil/init.py in
1 from pyquil._version import pyquil_version
----> 2 from pyquil.quil import Program
3 from pyquil.api import list_quantum_computers, get_qc
4
5 version = pyquil_version

~/opt/anaconda3/lib/python3.8/site-packages/pyquil/quil.py in
38
39 import numpy as np
---> 40 from rpcq.messages import NativeQuilMetadata, ParameterAref
41
42 from pyquil._parser.parser import run_parser

~/opt/anaconda3/lib/python3.8/site-packages/rpcq/init.py in
----> 1 from rpcq._client import Client, ClientAuthConfig
2 from rpcq._server import Server, ServerAuthConfig
3 # These are imported so that the corresponding data classes are
4 # registered whenever rpcq is imported. Without which one would have
5 # to import the messages and core_messages modules directly before

~/opt/anaconda3/lib/python3.8/site-packages/rpcq/_client.py in
24 import zmq.asyncio
25
---> 26 from rpcq._base import to_msgpack, from_msgpack
27 import rpcq._utils as utils
28 from rpcq.messages import RPCError, RPCReply

~/opt/anaconda3/lib/python3.8/site-packages/rpcq/_base.py in
20 import msgpack
21 import rapidjson
---> 22 from ruamel import yaml
23
24 if sys.version_info < (3, 7):

ModuleNotFoundError: No module named 'ruamel'

When running run_landscape_scan, I have the similar error as above:


ModuleNotFoundError Traceback (most recent call last)
in
6 import scipy.optimize
7
----> 8 from pyquil.gates import *
9 from pyquil import Program
10

~/opt/anaconda3/lib/python3.8/site-packages/pyquil/init.py in
1 from pyquil._version import pyquil_version
----> 2 from pyquil.quil import Program
3 from pyquil.api import list_quantum_computers, get_qc
4
5 version = pyquil_version

~/opt/anaconda3/lib/python3.8/site-packages/pyquil/quil.py in
38
39 import numpy as np
---> 40 from rpcq.messages import NativeQuilMetadata, ParameterAref
41
42 from pyquil._parser.parser import run_parser

~/opt/anaconda3/lib/python3.8/site-packages/rpcq/init.py in
----> 1 from rpcq._client import Client, ClientAuthConfig
2 from rpcq._server import Server, ServerAuthConfig
3 # These are imported so that the corresponding data classes are
4 # registered whenever rpcq is imported. Without which one would have
5 # to import the messages and core_messages modules directly before

~/opt/anaconda3/lib/python3.8/site-packages/rpcq/_client.py in
24 import zmq.asyncio
25
---> 26 from rpcq._base import to_msgpack, from_msgpack
27 import rpcq._utils as utils
28 from rpcq.messages import RPCError, RPCReply

~/opt/anaconda3/lib/python3.8/site-packages/rpcq/_base.py in
20 import msgpack
21 import rapidjson
---> 22 from ruamel import yaml
23
24 if sys.version_info < (3, 7):

ModuleNotFoundError: No module named 'ruamel'

Please shed light on it, thanks a lot!

Automated qubit mapper

I noticed in the documentation you note that an automated qubit mapper "to determine the optimial or near-optimal abstract-to-physical qubit mappings" would be a feature you would like added to QCompress. I am new to quantum, but this sounds like a fun project to get myself more acquainted. Are there any resources you might suggest looking at to implement this feature before I dive in to the literature myself?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.