XanaduAI / thewalrus

A library for the calculation of hafnians, Hermite polynomials and Gaussian boson sampling.
https://the-walrus.readthedocs.io
Apache License 2.0
100 stars 55 forks source link

Cutoff handling #283

Closed ziofil closed 2 years ago

ziofil commented 2 years ago

in order to use tf.numpy_function the Hermite multidimensional functions need to handle a cutoff that is an ndarray

codecov[bot] commented 2 years ago

Codecov Report

Merging #283 (f53495e) into master (67084f3) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #283   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           21        21           
  Lines         1428      1431    +3     
=========================================
+ Hits          1428      1431    +3     
Impacted Files Coverage Δ
thewalrus/_hermite_multidimensional.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 67084f3...f53495e. Read the comment docs.