april-tools / cirkit

a python framework to build, learn and reason about probabilistic circuits and tensor networks
https://cirkit-docs.readthedocs.io/en/latest/
GNU General Public License v3.0
71 stars 1 forks source link

Add lib support for complex circuits #242

Closed loreloc closed 3 months ago

loreloc commented 3 months ago

Closes #240 .

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 78.72000% with 133 lines in your changes missing coverage. Please review.

Project coverage is 65.36%. Comparing base (60e1f7a) to head (73b2f4f).

Files Patch % Lines
cirkit/backend/torch/parameters/nodes.py 84.25% 59 Missing and 1 partial :warning:
cirkit/symbolic/layers.py 55.93% 13 Missing and 13 partials :warning:
cirkit/backend/torch/rules/parameters.py 47.61% 9 Missing and 2 partials :warning:
cirkit/pipeline.py 0.00% 10 Missing :warning:
cirkit/backend/torch/semiring.py 71.42% 8 Missing :warning:
cirkit/symbolic/dtypes.py 57.14% 4 Missing and 2 partials :warning:
cirkit/symbolic/circuit.py 73.33% 4 Missing :warning:
cirkit/symbolic/operators.py 77.77% 4 Missing :warning:
cirkit/symbolic/functional.py 92.00% 1 Missing and 1 partial :warning:
cirkit/symbolic/parameters.py 95.12% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #242 +/- ## ========================================== - Coverage 71.36% 65.36% -6.00% ========================================== Files 54 56 +2 Lines 4040 4487 +447 Branches 522 558 +36 ========================================== + Hits 2883 2933 +50 - Misses 1052 1439 +387 - Partials 105 115 +10 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.