Skip to content

Commit

Permalink
Merge branch 'default_qutrit_mixed_execute' of github.com:QSAR-UBC/pe…
Browse files Browse the repository at this point in the history
…nnylane_qutrit_mixer into default_qutrit_mixed_execute
  • Loading branch information
Gabriel-Bottrill committed Apr 20, 2024
2 parents d3cbcf6 + f48b15b commit f535b0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/devices/test_default_qutrit_mixed.py
Original file line number Diff line number Diff line change
Expand Up @@ -1058,6 +1058,9 @@ class TestPRNGKeySeed:

def test_prng_key_as_seed(self):
"""Test that a jax PRNG can be passed as a seed."""
from jax.config import config
config.update("jax_enable_x64", True)

from jax import random

key1 = random.key(123)
Expand Down

0 comments on commit f535b0b

Please sign in to comment.