معرفی شرکت ها


entropylab-0.9.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

-
ویژگی مقدار
سیستم عامل -
نام فایل entropylab-0.9.0
نام entropylab
نسخه کتابخانه 0.9.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Tal Shani
ایمیل نویسنده tal@quantum-machines.co
آدرس صفحه اصلی https://github.com/entropy-lab/entropy
آدرس اینترنتی https://pypi.org/project/entropylab/
مجوز BSD-3-Clause
![PyPI](https://img.shields.io/pypi/v/entropylab) [![discord](https://img.shields.io/discord/806244683403100171?label=QUA&logo=Discord&style=plastic)](https://discord.gg/7FfhhpswbP) [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4785097.svg)](https://doi.org/10.5281/zenodo.4785097) # Entropy Entropy is a lab workflow management package built for, but not limited-to, streamlining the process of running quantum information processing experiments. Check out our [docs](https://docs.entropy-lab.io) for more information Entropy is built to solve a few major hurdles in experiment design: 1. Building, maintaining and executing complex experiments 2. Data collection 3. Device management 4. Calibration automation To tackle these problems, Entropy is built around the central concept of a graph structure. The nodes of a graph give us a convenient way to brake down experiments into stages and to automate some tasks required in each node. For example data collection is automated, at least in part, by saving node data and code to a persistent database. Device management is the challenge of managing the state and control of a variety of different resources. These include, but are not limited to, lab instruments. They can also be computational resources, software resources or others. Entropy is built with tools to save such resources to a shared database and give nodes access to the resources needed during an experiment. Performing automatic calibration is an important reason why we built Entropy. This could be though of as the use case most clearly benefiting from shared resources, persistent storage of different pieced of information and the graph structure. If the final node in a graph is the target experiment, then all the nodes between the root and that node are often calibration steps. The documentation section will show how this can be done. The Entropy system is built with concrete implementations of the various parts (database backend, resource management and others) but is meant to be completely customizable. Any or every part of the system can be tailored by end users. ## Modules - ***Pipeline*** : A simple execution engine for a collection of nodes. Allows passing data between nodes and saving results to a database. Also includes a dashboard for viewing results. ## Installation Installation is done from pypi using the following command ```shell pip install entropylab ``` ## Versioning and the Alpha release The current release of Entropy is version 0.x.x. You can learn more about the Entropy versioning scheme in the versioning document. There will more than likely be breaking changes to the API for a while until we learn how things should be done.


نیازمندی

مقدار نام
>=1.6.5,<2.0.0 alembic
>=2.3.0,<3.0.0 bokeh
>=2.4.1,<3.0.0 dash
>=1.0.0,<2.0.0 dash-bootstrap-components
>=0.3.3,<0.4.0 dill
>=3.1.4,<4.0.0 dynaconf
>=0.75,<0.78 fastapi
>=3.7.1,<4.0.0 filelock
>=0.16,<0.17 graphviz
>=3.3.0,<4.0.0 h5py
>=1.10.3,<2.0.0 hupper
>=2.0.0,<3.0.0 jsonpickle
>=3.4.1,<4.0.0 matplotlib
>=2.5.0,<3.0.0 munch
==2.6.0 networkx
>=1.19,<2.0 numpy
>=1.2.3,<2.0.0 pandas
>=1.10.1,<2.0.0 param
>=5.9.0,<6.0.0 psutil
>=2021.3,<2023.0 pytz
>=22.3,<24.0 pyzmq
>=0.12.0,<0.13.0 qualang-tools
>=2.0.7,<3.0.0 sqlalchemy
>=4.5.2,<5.0.0 tinydb
>=2.1.2,<3.0.0 waitress


زبان مورد نیاز

مقدار نام
>3.7.1,<3.11 Python


نحوه نصب


نصب پکیج whl entropylab-0.9.0:

    pip install entropylab-0.9.0.whl


نصب پکیج tar.gz entropylab-0.9.0:

    pip install entropylab-0.9.0.tar.gz