Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named 'strawberryfields.circuitspecs' #5

Open
kyeteraydeniz opened this issue Feb 1, 2021 · 0 comments
Open

No module named 'strawberryfields.circuitspecs' #5

kyeteraydeniz opened this issue Feb 1, 2021 · 0 comments

Comments

@kyeteraydeniz
Copy link

The sfopenboson plugin in Forced quantum harmonic oscillator tutorial here gives the following error

---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-3-c0d26999d831> in <module>()
      2 import strawberryfields as sf
      3 from strawberryfields.ops import *
----> 4 from sfopenboson.ops import GaussianPropagation

/anaconda3/lib/python3.6/site-packages/sfopenboson/ops.py in <module>()
     95 from strawberryfields.backends.shared_ops import sympmat
     96 
---> 97 from strawberryfields.circuitspecs import GaussianSpecs, FockSpecs, TFSpecs
     98 
     99 from .auxillary import trotter_layer, quadratic_coefficients

ModuleNotFoundError: No module named 'strawberryfields.circuitspecs'

when from sfopenboson.ops import GaussianPropagation is imported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant