Closed soranjh closed 4 years ago
Merging #411 into master will increase coverage by
0.00%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #411 +/- ##
=======================================
Coverage 97.84% 97.85%
=======================================
Files 58 63 +5
Lines 6784 6800 +16
=======================================
+ Hits 6638 6654 +16
Misses 146 146
Impacted Files | Coverage Δ | |
---|---|---|
strawberryfields/api/result.py | 100.00% <ø> (ø) |
|
...awberryfields/backends/gaussianbackend/__init__.py | 100.00% <ø> (ø) |
|
strawberryfields/backends/gaussianbackend/ops.py | 100.00% <ø> (+2.70%) |
:arrow_up: |
strawberryfields/apps/__init__.py | 100.00% <100.00%> (ø) |
|
strawberryfields/apps/qchem/__init__.py | 100.00% <100.00%> (ø) |
|
strawberryfields/apps/qchem/dynamics.py | 100.00% <100.00%> (ø) |
|
strawberryfields/apps/train/__init__.py | 100.00% <100.00%> (ø) |
|
strawberryfields/apps/train/cost.py | 100.00% <100.00%> (ø) |
|
strawberryfields/backends/fockbackend/circuit.py | 98.42% <100.00%> (ø) |
|
strawberryfields/backends/fockbackend/ops.py | 92.00% <100.00%> (ø) |
|
... and 22 more |
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 d28e86d...63826dc. Read the comment docs.
This PR adds a function to the
apps.qchem.dynamics
module to generate samples for simulating vibrational quantum dynamics in molecules with a Fock input state.