Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

pyquac

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pyquac - npm Package Compare versions

Comparing version
1.1.4
to
1.1.5
+1
-1
PKG-INFO
Metadata-Version: 2.1
Name: pyquac
Version: 1.1.4
Version: 1.1.5
Summary: Useful tools for quantum computing experiments, provided for BMSTU FMN

@@ -5,0 +5,0 @@ Home-page: https://github.com/ikaryss/pyquac

Metadata-Version: 2.1
Name: pyquac
Version: 1.1.4
Version: 1.1.5
Summary: Useful tools for quantum computing experiments, provided for BMSTU FMN

@@ -5,0 +5,0 @@ Home-page: https://github.com/ikaryss/pyquac

@@ -25,4 +25,3 @@ import zhinst

def __init__(self,
*, x_min, x_max, nx_points, y_min, y_max, ny_points,
x_step, y_step,
*, x_min, x_max, y_min, y_max,
fr_min: float, fr_max: float,

@@ -35,3 +34,3 @@ hdawg_port: str = '127.0.0.1', hdawg_port1: int = 8004, hdawg_port2: int = 6,

LO_res_set_bandwidth: int = 20, LO_res_set_power: int = -10, LO_res_set_nop=101,
base_bandwidth=40
base_bandwidth=40, nx_points = None, x_step=None, y_step=None, ny_points=None
):

@@ -69,3 +68,3 @@ """

# open HDAWG ZI
hdawgModule = hdawg.awgModule()
hdawgModule = self.hdawg.awgModule()
channel = hdawg_channel

@@ -72,0 +71,0 @@ self.hdawg.setInt('/dev8210/sigouts/' + str(channel) + '/on', 1)

@@ -11,3 +11,3 @@ from setuptools import setup, find_packages

name='pyquac',
version='1.1.4',
version='1.1.5',
description='Useful tools for quantum computing experiments, provided for BMSTU FMN',

@@ -14,0 +14,0 @@ long_description_content_type="text/markdown",