LICENSE
MANIFEST.in
README.rst
setup.py
StrawberryFields.egg-info/PKG-INFO
StrawberryFields.egg-info/SOURCES.txt
StrawberryFields.egg-info/dependency_links.txt
StrawberryFields.egg-info/requires.txt
StrawberryFields.egg-info/top_level.txt
doc/Makefile
doc/conf.py
doc/index.rst
doc/installing.rst
doc/introduction.rst
doc/macros.tex
doc/op_conventions.rst
doc/quantum_algorithms.rst
doc/references.bib
doc/references.rst
doc/requirements.txt
doc/research.rst
examples/BosonSampling.ipynb
examples/GaussianBosonSampling.ipynb
examples/IQP.py
examples/boson_sampling.py
examples/gate_teleportation.py
examples/gaussian_boson_sampling.py
examples/gaussian_cloning.py
examples/hamiltonian_simulation.py
examples/optimization.py
examples/teleportation.py
strawberryfields/__init__.py
strawberryfields/_version.py
strawberryfields/decompositions.py
strawberryfields/engine.py
strawberryfields/ops.py
strawberryfields/utils.py
strawberryfields/backends/__init__.py
strawberryfields/backends/base.py
strawberryfields/backends/shared_ops.py
strawberryfields/backends/states.py
strawberryfields/backends/data/fock_beamsplitter_factors_10.npz
strawberryfields/backends/data/fock_beamsplitter_factors_15.npz
strawberryfields/backends/data/fock_beamsplitter_factors_20.npz
strawberryfields/backends/data/fock_beamsplitter_factors_25.npz
strawberryfields/backends/data/fock_beamsplitter_factors_30.npz
strawberryfields/backends/data/fock_beamsplitter_factors_5.npz
strawberryfields/backends/fockbackend/__init__.py
strawberryfields/backends/fockbackend/backend.py
strawberryfields/backends/fockbackend/circuit.py
strawberryfields/backends/fockbackend/ops.py
strawberryfields/backends/gaussianbackend/__init__.py
strawberryfields/backends/gaussianbackend/backend.py
strawberryfields/backends/gaussianbackend/gaussiancircuit.py
strawberryfields/backends/gaussianbackend/ops.py
strawberryfields/backends/gaussianbackend/states.py
strawberryfields/backends/tfbackend/__init__.py
strawberryfields/backends/tfbackend/backend.py
strawberryfields/backends/tfbackend/circuit.py
strawberryfields/backends/tfbackend/ops.py
strawberryfields/backends/tfbackend/states.py
tests/defaults.py
tests/no_unittest_examples.py
tests/test_algorithms.py
tests/test_beamsplitter_operation.py
tests/test_decompositions.py
tests/test_displaced_squeezed_state_preparation.py
tests/test_displacement_operation.py
tests/test_fock_gaussian_measurement.py
tests/test_fock_measurement.py
tests/test_fock_probabilities.py
tests/test_gate.py
tests/test_hbar.py
tests/test_heterodyne.py
tests/test_homodyne.py
tests/test_loss_channel.py
tests/test_modes.py
tests/test_nongaussian_gates.py
tests/test_optimizer.py
tests/test_postselection.py
tests/test_rotation_operation.py
tests/test_shared_ops.py
tests/test_squeeze_operation.py
tests/test_squeezed_state_preparation.py
tests/test_state_preparations.py
tests/test_states.py
tests/test_tf_symbolic.py
tests/test_toolchain.py
tests/test_utils.py