Skip to content

Commit

Permalink
Merge pull request #73 from Ericgig/bug.test_mc
Browse files Browse the repository at this point in the history
Fix contradicting declaration
  • Loading branch information
Ericgig authored Dec 16, 2024
2 parents 4067dfa + 5550bf8 commit c52d9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_qutip/test_mcsolve.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
qjax.set_as_default()

# Define time-dependent functions
@partial(jax.jit, static_argnames=("omega",))
@jax.jit
def H_1_coeff(t, omega):
return 2.0 * jnp.pi * 0.25 * jnp.cos(2.0 * omega * t)

Expand Down

0 comments on commit c52d9e5

Please sign in to comment.