qutip / qutip-jax

JAX backend for QuTiP
BSD 3-Clause "New" or "Revised" License
15 stars 7 forks source link

Add function that create JaxArrays #4

Closed Ericgig closed 1 year ago

Ericgig commented 1 year ago

Add dispatched function that create JaxArray from parameters: zeros, identity, diags and one_elements.

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 3251317453


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/qutip_jax/create.py 44 50 88.0%
<!-- Total: 44 50 88.0% -->
Totals Coverage Status
Change from base Build 3160050711: 4.8%
Covered Lines: 200
Relevant Lines: 213

💛 - Coveralls
quantshah commented 1 year ago

I made the small changes in the docstrings and pushed. I hope that is okay @Ericgig ?