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

Docs installation #302

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

brandonseverin
Copy link

update installation instructions for silq

Copy link
Owner

@nulinspiratie nulinspiratie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @brandonseverin thanks for updating the installation instructions, I think it looks good.

@brandonseverin
Copy link
Author

Hey @brandonseverin thanks for updating the installation instructions, I think it looks good.

@nulinspiratie Sweet. Great to hear. I don't have write access to the main repo, so I'll leave it to you to merge when you're happy and ready to do so 🙂

@brandonseverin
Copy link
Author

Hey @brandonseverin thanks for updating the installation instructions, I think it looks good.

@nulinspiratie Sweet. Great to hear. I don't have write access to the main repo, so I'll leave it to you to merge when you're happy and ready to do so slightly_smiling_face

🚨 wait on the merge. Encountering issues with the Measurement Object, and zeromq. Believe it may be a python version issue.

%%new_job
with Measurement('turn-on') as msmt:
# with Measurement() as msmt:
    for _ in Sweep(SG.sweep(0.0, 1.5, step=35e-3)):
        msmt.measure(DC_parameter)

Returns:

WARNING:new_job:Job _measurement finished
ERROR:msmt:Measurement error TypeError(__init__() got an unexpected keyword argument 'encoding') - turn-on

Measurement started 2022-12-01/#006_turn-on_16-54-03

sys:1: ResourceWarning: unclosed socket <zmq.Socket(zmq.PUSH) at 0x1c0061e7f40>
ResourceWarning: Enable tracemalloc to get the object allocation traceback
sys:1: ResourceWarning: unclosed socket <zmq.Socket(zmq.PUSH) at 0x1c07b49bd00>
ResourceWarning: Enable tracemalloc to get the object allocation traceback

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

Successfully merging this pull request may close these issues.

2 participants