pennylane-sf icon indicating copy to clipboard operation
pennylane-sf copied to clipboard

The PennyLane-SF plugin integrates Xanadu's Strawberry Fields photonic quantum simulators and hardware with PennyLane's quantum machine learning capabilities.

Results 12 pennylane-sf issues
Sort by recently updated
recently updated
newest added

This PR updates the workflow badge URL to ensure it accurately reflects the project's build status. The changes are based on the instructions provided in [https://github.com/badges/shields/issues/8671](https://github.com/badges/shields/issues/8671).

Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22. Commits 8fb96ed 2023.07.22 afe7722 Bump actions/setup-python from 4.6.1 to 4.7.0 (#230) 2038739 Bump dessant/lock-threads from 3.0.0 to 4.0.1 (#229) 44df761 Hash pin Actions and...

dependencies

Bumps [scipy](https://github.com/scipy/scipy) from 1.8.1 to 1.10.0. Release notes Sourced from scipy's releases. SciPy 1.10.0 Release Notes SciPy 1.10.0 is the culmination of 6 months of hard work. It contains many...

dependencies

Bumps [mpmath](https://github.com/fredrik-johansson/mpmath) from 1.2.1 to 1.3.0. Release notes Sourced from mpmath's releases. 1.3.0 Security issues: Fixed ReDOS vulnerability in mpmathify() (CVE-2021-29063) (Vinzent Steinberg) Features: Added quadsubdiv() for numerical integration with...

dependencies

Bumps [requests](https://github.com/psf/requests) from 2.28.0 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...

dependencies

### General guidelines * Do not make a pull request for minor typos/cosmetic code changes - make an issue instead. ### Before submitting Before submitting a pull request, please make...

[This](https://pennylane-sf.readthedocs.io/en/latest/devices/remote.html#accounts-and-tokens) section contains an outdated method of saving the Xanadu Cloud API token: ```python import strawberryfields as sf sf.store_account("my_token") ``` It should be updated to use the new XCC-based approach...

documentation

----------------------------------------------------------------------------------------------------------------------- #### Issue description I am trying to run a circuit on Xanadu’s " simulon_gaussian" backend via the [PennyLane-Strawberry Fields Plugin](https://pennylane-sf.readthedocs.io/en/latest/). Unfortunately, when trying to initialise the device with ```...

The compatibility with Python 3.10 seems to come down to TensorFlow compatibility (where TF is pulled from Strawberry Fields). See a test run on Python 3.10 where the related binary...

#### Issue description This issue is a follow-up from a discussion in the #strawberryfields chat in Xanadu's Slack channel with @josh146 and @mariaschuld. Description of the issue. * *Expected behavior:*...

bug