qutip / qutip-tensorflow

TensorFlow linear-algebra backend for QuTiP
BSD 3-Clause "New" or "Revised" License
15 stars 9 forks source link

Mul imul matmul #14

Closed AGaliciaMartinez closed 3 years ago

AGaliciaMartinez commented 3 years ago

This adds mul, neg, imul and matmul.

Benchmark for matmul:

matmul_dense

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 1067833011


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/qutip_tensorflow/core/data/matmul.py 19 22 86.36%
<!-- Total: 34 37 91.89% -->
Totals Coverage Status
Change from base Build 1048968435: 1.2%
Covered Lines: 114
Relevant Lines: 128

💛 - Coveralls
AGaliciaMartinez commented 3 years ago

Is it possible to see somehow which lines are missing coverage? When I got to coverall report it says "Source Not Available".