
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
cuquantum
Advanced tools
cuQuantum SDK: A High-Performance Library for Accelerating Quantum Computing Simulations
NVIDIA cuQuantum SDK <https://developer.nvidia.com/cuquantum-sdk>_ is a set of high-performance libraries and tools for accelerating
quantum computing simulations at both the circuit and device level by orders of magnitude. It consists of five major components:
In addition to C APIs, cuQuantum also provides Python APIs via cuQuantum Python_.
.. _cuQuantum Python: https://pypi.org/project/cuquantum-python/
Please refer to https://docs.nvidia.com/cuda/cuquantum/index.html for the cuQuantum documentation.
.. code-block:: bash
pip install -v --no-cache-dir cuquantum
.. note::
Starting cuQuantum 22.11, this package is a meta package pointing to cuquantum-cuXX,
where XX is the CUDA major version (currently CUDA 12 & 13 are supported).
The meta package will attempt to infer and install the correct -cuXX wheel.
The auto-detection mechanism is not guaranteed to work in certain environments, and users are encouraged to install the new wheels that
come with the -cuXX suffix.
The argument --no-cache-dir is required for pip 23.1+. It forces pip to execute the
auto-detection logic.
.. note::
To use cuQuantum's Python APIs, please directly install cuQuantum Python_.
H. Bayraktar et al., "cuQuantum SDK: A High-Performance Library for Accelerating Quantum Science," 2023 IEEE International Conference on Quantum Computing and Engineering (QCE), Bellevue, WA, USA, 2023, pp. 1050-1061, doi: 10.1109/QCE57702.2023.00119 <https://doi.org/10.1109/QCE57702.2023.00119>_
FAQs
NVIDIA cuQuantum SDK
We found that cuquantum demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 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.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.