Skip to content

Commit

Permalink
Bug: Pow specialisation was being added to expm dispatcher.
Browse files Browse the repository at this point in the history
  • Loading branch information
AGaliciaMartinez committed Aug 15, 2021
1 parent 3e000a7 commit a2a727f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qutip_tensorflow/core/data/pow.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def pow_tftensor(matrix, n):
return TfTensor._fast_constructor(out, shape=matrix.shape)


qutip.data.expm.add_specialisations(
qutip.data.pow.add_specialisations(
[
(TfTensor, TfTensor, pow_tftensor),
]
Expand Down

0 comments on commit a2a727f

Please sign in to comment.