Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
A framework for creating, editing, and invoking Noisy Intermediate Scale Quantum (NISQ) circuits.
.. image:: https://raw.githubusercontent.com/quantumlib/Cirq/main/docs/images/Cirq_logo_color.png :target: https://github.com/quantumlib/cirq :alt: Cirq :width: 500px
Cirq is a Python library for writing, manipulating, and optimizing quantum circuits and running them against quantum computers and simulators.
This module is cirq-core, which contains everything you'd need to write quantum algorithms for NISQ devices and run them on the built-in Cirq simulators. In order to run algorithms on a given quantum hardware platform, you'll have to install the right cirq module as well.
To install the stable version of only cirq-core, use pip install cirq-core
.
To install the pre-release version of only cirq-core, use pip install cirq-core~=1.0.dev
.
To get all the optional modules installed as well, you'll have to use pip install cirq
or pip install cirq~=1.0.dev
for the pre-release version.
FAQs
A framework for creating, editing, and invoking Noisy Intermediate Scale Quantum (NISQ) circuits.
We found that cirq-core demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.