Closed trbromley closed 4 years ago
Merging #387 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #387 +/- ##
=======================================
Coverage 97.82% 97.82%
=======================================
Files 55 55
Lines 6564 6564
=======================================
Hits 6421 6421
Misses 143 143
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 04a1a23...04a1a23. Read the comment docs.
@antalszava : I think that error message in The Walrus is unnecesary. One can prove that the root one is looking for a) exists and b) will be found using something like Newton-Raphson. That error message has never been displayed.
This PR adds to the
train
module ofsf.apps
. Aparametrization
module is added which contains aVGBS
class allowing users to vary an adjacency matrix given an embedding and trainable parameters. The embedding is provided in https://github.com/XanaduAI/strawberryfields/pull/388.