Skip to content
#

quantum-optics

Here are 58 public repositories matching this topic...

Ericgig
Ericgig commented Mar 21, 2022

Describe the Issue!

Most of the functions in random_objects.py take an N input and an optional dims. Those input are redundant as the size (N) can be obtained from the dims. However the way they handle this inconsistent:

  • Many functions, such as rand_super, rand_dm, check that the dims matches the size and raise an error if it doesn't.
  • rand_dm_ginibre, rand_super_bcsz j

Improve this page

Add a description, image, and links to the quantum-optics topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the quantum-optics topic, visit your repo's landing page and select "manage topics."

Learn more