Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: a5e6fa6d8e08
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: ae55e4ec3b64
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Apr 6, 2020

  1. python3Packages.qiskit-aqua: init at 0.6.5

    Qiskit Aqua: An extensible library of quantum computing algorithms.
    
    This commit follows the new Qiskit scheme of breaking one large package
    into smaller packages (terra, aer, etc), and then having a single
    meta-package "qiskit" that comprises them.
    drewrisinger committed Apr 6, 2020
    Copy the full SHA
    2553798 View commit details
    Browse the repository at this point in the history
  2. python3Packages.qiskit-aer: only enable on x86_64

    Build was failing on ofborg on platforms.aarch64 due to
    missing muparserx library built for aarch64. Added notes about
    this issue & when build could be expanded.
    drewrisinger committed Apr 6, 2020
    Copy the full SHA
    ab4336f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #83447 from drewrisinger/dr-pr-python-qiskit-aqua

    python3Packages.qiskit-aqua: init at 0.6.5
    timokau committed Apr 6, 2020
    Copy the full SHA
    ae55e4e View commit details
    Browse the repository at this point in the history