All Projects → QCoDeS → Qcodes

QCoDeS / Qcodes

Licence: other
Modular data acquisition framework

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Qcodes

Nphysics
2 and 3-dimensional rigid body physics engine for Rust.
Stars: ✭ 1,530 (+900%)
Mutual labels:  physics
Galpy
Galactic Dynamics in python
Stars: ✭ 134 (-12.42%)
Mutual labels:  physics
Matter Js
a 2D rigid body physics engine for the web ▲● ■
Stars: ✭ 12,522 (+8084.31%)
Mutual labels:  physics
Curated resources
📚 Curated lists for programming, books, movies, music, games, etc
Stars: ✭ 116 (-24.18%)
Mutual labels:  physics
Phaser Examples
Contains hundreds of source code examples and related media for the Phaser HTML5 Game Framework.
Stars: ✭ 1,680 (+998.04%)
Mutual labels:  physics
Wannier tools
WannierTools: An open-source software package for novel topological materials. Full documentation:
Stars: ✭ 136 (-11.11%)
Mutual labels:  physics
Bulletsharppinvoke
.NET wrapper for the Bullet physics library using Platform Invoke
Stars: ✭ 108 (-29.41%)
Mutual labels:  physics
Physx.net
A .NET wrapper for NVIDIA PhysX 4.1.0 written using C++/CLI.
Stars: ✭ 153 (+0%)
Mutual labels:  physics
Cp
(unofficial) Chipmunk2D in Go, no dependencies
Stars: ✭ 135 (-11.76%)
Mutual labels:  physics
Conversation Tensorflow
TensorFlow implementation of Conversation Models
Stars: ✭ 143 (-6.54%)
Mutual labels:  experiments
Mlogger
a lightweight and simple logger for Machine Learning
Stars: ✭ 122 (-20.26%)
Mutual labels:  experiments
Espresso
The ESPResSo package
Stars: ✭ 130 (-15.03%)
Mutual labels:  physics
Bornmay
Awesome Github Profile Readme. Github ReadMe Github Profile Readme Dynamic Github ReadMe Dynamic Github Profile ReadMe. Please Star and Fork
Stars: ✭ 140 (-8.5%)
Mutual labels:  physics
Galgebra
Symbolic Geometric Algebra/Calculus package for SymPy 🔮
Stars: ✭ 113 (-26.14%)
Mutual labels:  physics
Physac
2D physics header-only library for videogames developed in C using raylib library.
Stars: ✭ 151 (-1.31%)
Mutual labels:  physics
Cadabra2
A field-theory motivated approach to computer algebra.
Stars: ✭ 112 (-26.8%)
Mutual labels:  physics
Justtweak
JustTweak is a framework for feature flagging and A/B testing for iOS apps.
Stars: ✭ 136 (-11.11%)
Mutual labels:  experiments
Awesome Physics
🌌 A collaborative list of awesome software for exploring Physics concepts
Stars: ✭ 154 (+0.65%)
Mutual labels:  physics
Apple Music Animation
Apple music animation demo in Android
Stars: ✭ 153 (+0%)
Mutual labels:  physics
Setreplace
Wolfram Language Package for exploring Set and Hypergraph Substitution Systems
Stars: ✭ 142 (-7.19%)
Mutual labels:  physics

QCoDeS |PyPi| |DOCS| |PyPI python versions| |DOI|

|Build Status Github| |Build Status Github Docs| |Codacy badge|

QCoDeS is a Python-based data acquisition framework developed by the Copenhagen / Delft / Sydney / Microsoft quantum computing consortium. While it has been developed to serve the needs of nanoelectronic device experiments, it is not inherently limited to such experiments, and can be used anywhere a system with many degrees of freedom is controllable by computer. To learn more about QCoDeS, browse our homepage <http://qcodes.github.io/Qcodes>_ .

To get a feeling of QCoDeS read 15 minutes to QCoDeS <http://qcodes.github.io/Qcodes/examples/15_minutes_to_QCoDeS.html>, and/or browse the Jupyter notebooks in docs/examples <https://github.com/QCoDeS/Qcodes/tree/master/docs/examples> .

QCoDeS is compatible with Python 3.7+. It is primarily intended for use from Jupyter notebooks, but can be used from traditional terminal-based shells and in stand-alone scripts as well. The features in qcodes.utils.magic are exclusively for Jupyter notebooks.

Install

In general, refer to here <http://qcodes.github.io/Qcodes/start/index.html#installation>__ for installation.

Docs

Read it here <http://qcodes.github.io/Qcodes>__ . Documentation is updated and deployed on every successful build in master.

We use sphinx for documentations, makefiles are provided both for Windows, and *nix, so that you can build the documentation locally.

Make sure that you have the extra dependencies required to install the docs

.. code:: bash

pip install -r docs_requirements.txt

Go to the directory docs and

.. code:: bash

make html

This generate a webpage, index.html, in docs/_build/html with the rendered html.

Code of Conduct

QCoDeS strictly adheres to the Microsoft Open Source Code of Conduct <https://opensource.microsoft.com/codeofconduct/>__

Contributing

The QCoDeS instrument drivers developed by the members of the QCoDeS community but not supported by the QCoDeS developers are contained in

https://github.com/QCoDeS/Qcodes_contrib_drivers

See Contributing <https://github.com/QCoDeS/Qcodes/tree/master/CONTRIBUTING.rst>__ for general information about bug/issue reports, contributing code, style, and testing.

License

See License <https://github.com/QCoDeS/Qcodes/tree/master/LICENSE.rst>__.

.. |Build Status Github| image:: https://github.com/QCoDeS/Qcodes/workflows/Run%20mypy%20and%20pytest/badge.svg :target: https://github.com/QCoDeS/Qcodes/actions?query=workflow%3A%22Run+mypy+and+pytest%22 .. |Build Status Github Docs| image:: https://github.com/QCoDeS/Qcodes/workflows/build%20docs/badge.svg :target: https://github.com/QCoDeS/Qcodes/actions?query=workflow%3A%22build+docs%22 .. |Codacy badge| image:: https://api.codacy.com/project/badge/Grade/6c9e0e5712bf4c6285d6f717aa8e84fa :alt: Codacy Badge :target: https://app.codacy.com/manual/qcodes/Qcodes?utm_source=github.com&utm_medium=referral&utm_content=QCoDeS/Qcodes&utm_campaign=Badge_Grade_Settings .. |PyPi| image:: https://badge.fury.io/py/qcodes.svg :target: https://badge.fury.io/py/qcodes .. |PyPI python versions| image:: https://img.shields.io/pypi/pyversions/qcodes.svg :target: https://pypi.python.org/pypi/qcodes/ .. |DOCS| image:: https://img.shields.io/badge/read%20-thedocs-ff66b4.svg :target: http://qcodes.github.io/Qcodes .. |DOI| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4567577.svg :target: https://doi.org/10.5281/zenodo.4567577

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].