Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xanaduai/strawberryfields
Strawberry Fields is a full-stack Python library for designing, simulating, and optimizing continuous variable (CV) quantum optical circuits.
https://github.com/xanaduai/strawberryfields
machine-learning quantum quantum-algorithms quantum-computing quantum-optics quantum-programming-language tensorflow
Last synced: 29 days ago
JSON representation
Strawberry Fields is a full-stack Python library for designing, simulating, and optimizing continuous variable (CV) quantum optical circuits.
- Host: GitHub
- URL: https://github.com/xanaduai/strawberryfields
- Owner: XanaduAI
- License: apache-2.0
- Created: 2018-03-26T14:38:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-03T08:53:58.000Z (4 months ago)
- Last Synced: 2024-09-30T09:26:31.530Z (about 1 month ago)
- Topics: machine-learning, quantum, quantum-algorithms, quantum-computing, quantum-optics, quantum-programming-language, tensorflow
- Language: Python
- Homepage: https://strawberryfields.ai
- Size: 21 MB
- Stars: 749
- Watchers: 36
- Forks: 187
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-quantum-software - Strawberry Fields - [Xanadu](https://www.xanadu.ai)'s software library for photonic quantum computing. (Quantum full-stack libraries)
README
Strawberry Fields is a full-stack Python library for
designing, simulating, and optimizing continuous-variable quantum optical circuits.## Features
* Execute photonic quantum algorithms directly on
[Xanadu's next-generation quantum hardware](https://strawberryfields.ai/photonics/hardware/index.html).* [High-level functions](https://strawberryfields.ai/photonics/applications.html) for **solving
practical problems** including **graph and network optimization**, **machine learning**, and
**chemistry**.* Includes a suite of world-class simulators—based on cutting-edge algorithms—to compile and
simulate photonic algorithms.* [Train and optimize](https://strawberryfields.ai/photonics/demonstrations.html#optimization-and-machine-learning)
your quantum programs with our end-to-end differentiable TensorFlow backend.## Installation
Strawberry Fields requires Python version 3.7, 3.8, 3.9, or 3.10. Installation of Strawberry Fields, as
well as all dependencies, can be done using pip:```console
pip install strawberryfields
```## Getting started
To get started with writing your own Strawberry Fields code, begin with our [photonic circuit
quickstart guides](https://strawberryfields.readthedocs.io/en/stable/introduction/introduction.html),
before exploring our many [tutorials](https://strawberryfields.ai/photonics/demonstrations.html) and
[applications](https://strawberryfields.ai/photonics/applications.html).Next, read more about using Strawberry Fields with
[photonic hardware](https://strawberryfields.ai/photonics/hardware/index.html), including code
demonstrations and an overview of Xanadu's quantum photonic hardware.Developers can head to the
[development guide](https://strawberryfields.readthedocs.io/en/stable/development/development_guide.html)
to see how they can contribute to Strawberry Fields.## Contributing to Strawberry Fields
We welcome contributions — simply fork the Strawberry Fields repository, and then make a
[pull request](https://help.github.com/articles/about-pull-requests/) containing your contribution.
All contributors to Strawberry Fields will be listed as authors on the releases.We also encourage bug reports, suggestions for new features and enhancements, and even links to cool
projects or applications built on Strawberry Fields.See our [contributions page](https://github.com/XanaduAI/strawberryfields/blob/master/.github/CONTRIBUTING.md)
and [changelog](https://github.com/XanaduAI/strawberryfields/blob/master/.github/CHANGELOG.md)
for more details, and then check out some of the Strawberry Fields
[challenges](https://github.com/XanaduAI/strawberryfields/blob/master/.github/CHALLENGES.md)
for some inspiration.## Authors
Strawberry Fields is the work of
[many contributors](https://github.com/XanaduAI/strawberryfields/graphs/contributors)If you are doing research using Strawberry Fields, please cite our papers:
> Nathan Killoran, Josh Izaac, Nicolás Quesada, Ville Bergholm, Matthew Amy, and
> Christian Weedbrook. "Strawberry Fields: A Software Platform for Photonic Quantum Computing",
> [Quantum, 3, 129](https://quantum-journal.org/papers/q-2019-03-11-129/) (2019).> Thomas R. Bromley, Juan Miguel Arrazola, Soran Jahangiri, Josh Izaac, Nicolás Quesada,
> Alain Delgado Gran, Maria Schuld, Jeremy Swinarton, Zeid Zabaneh, and Nathan Killoran.
> "Applications of Near-Term Photonic Quantum Computers: Software and Algorithms",
> [Quantum Sci. Technol. 5 034010](https://iopscience.iop.org/article/10.1088/2058-9565/ab8504/meta) (2020).## Support
- **Source Code:** https://github.com/XanaduAI/strawberryfields
- **Issue Tracker:** https://github.com/XanaduAI/strawberryfields/issuesIf you are having issues, please let us know by posting the issue on our Github issue tracker.
We also have a [Slack channel](https://u.strawberryfields.ai/slack) and a
[discussion forum](https://discuss.pennylane.ai/) — come join the discussion and chat with our
Strawberry Fields team.## License
Strawberry Fields is **free** and **open source**, released under the Apache License, Version 2.0.