Nicolás Quesada
Nicolás Quesada
It would be desirable to have a section in the documentation explaining how matrices are embedded when using * Squeezed states * Thermal states
Bonjour, est-il possible de visionner le telejournal avec ce plugin?
Scipy implements the generation of Haar random unitary and orthogonal matrices, thus there is no need to implement them internally.
Legacy data that used to be needed to calculate beamsplitters in removed
### Before submitting Please complete the following checklist when submitting a PR: - [X ] All new features must include a unit test. If you've fixed a bug or added...
Work in progress implementing somewhat more numerically stable coherences of the density matrix.
Not sure how hard would this be, but it would be nice to have methods to calculate 3- and higher-order body expectation values in a matrix product state.
### Is your feature request related to a problem? Please describe. Currently Scipy can produce orthogonal and unitary matrices using ```python from scipy.stats import unitary_group, ortho_group x = unitary_group.rvs(3) y...