Giter Club home page Giter Club logo

silq's Introduction

SilQ

SilQ is a measurement software designed to control and measure quantum systems. It utilizes the QCoDeS data acquisition framework.

Full documentation can be found at https://nulinspiratie.github.io/SilQ/

Installation

Requirements

The key requirements for SilQ outside the default anaconda packages are the following:

name: silq
channels:
  - defaults
dependencies:
  - python=3.9
  - nodejs
  - sidecar
  - pyqtgraph
  - peakutils
  - lmfit
  - ipympl
  - slacker
  - nidaqmx-python
  - pyvisa=1.10.1
prefix: C:\Users\<USERNAME>\anaconda3

N.B. pay close attention to the pyvisa verion (1.10.1). SilQ and the qcodes fork that silq relies on will not work with newer pyvisa versions such as 1.12.0.

It is recommend to install the required packages using conda, instead of pip via conda install -c conda-forge <PACKAGE NAME> as administrator.

Users will also need the following:

dependencies:
  - keysight-hvi
  - keysightSD1

The methods of installing the keysight packages are not elegant and are outlined below:

Quick Installation Guide:

Windows

  1. Clone the SilQ and relevant Qcodes fork repo

  2. Open anaconda prompt window - run as administrator

  3. cd into the SilQ repo directory and create an environment using the spec-file.txt. This will install all the required packages readily available via the conda package manager.

conda create --name myenv --file spec-file.txt
  1. Activate the newly created environment
conda activate myenv
  1. Install Qcodes. cd into the Qcodes repo directory running the following in your anaconda prompt admin window
pip install -e .
  1. Install SilQ. cd into the SilQ repo directory running the following in your anaconda prompt admin window
pip install -e .
  1. Download KeysightSD1 2.X software, follow the wizard, use default settings.

  2. Install keysight-hvi

cd C:\Program Files\Keysight\PathWave Test Sync Executive 2021\api\Python\Python38

pip install .
  1. Install keysightSD1, by copying the the keysightSD1.py file from C:\Program Files (x86)\Keysight\SD1\Libraries\Python to C:\Users\Scarlett\anaconda3\envs\<MY ENV>\Lib\site-packages.

Linux

Unfortunately, there is not a prepared conda environment spec-file.txt file for Linux-based operating systems but one can create a new conda environment and install the required packages in the following manner

conda create --name myenv

conda activate myenv

conda install -c forge nodejs sidecar pyqtgraph peakutils lmfit ipympl slacker nidaqmx-python pyvisa=1.10.1

Then continue the installation of Qcodes, SilQ, keysight-hvi and keysightSD1 by carrying out the relevant steps outlined above and replacing the directories for the relevant modules with the Linux-based ones.

silq's People

Contributors

brandonseverin avatar hf64 avatar ifefu avatar maij avatar nulinspiratie avatar rostyslavsavytskyy avatar vovios avatar vti-fqt-lab avatar wyattvine avatar

Watchers

 avatar

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.