Skip to content

Commit a630be8

Browse files
Update genesis-q-mem/thrml_seismic_bridge.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Igor Holt <iholt@mymail.aacc.edu>
1 parent 4d44790 commit a630be8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

genesis-q-mem/thrml_seismic_bridge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def apply_seismic_shock(self, key, state):
2929

3030
# In a real implementation, this would add noise or perturbations
3131
# For now, we return the state as is, or maybe add small noise if state is numeric
32-
return state
32+
return state + jax.random.normal(key, state.shape, state.dtype) * 0.01
3333

3434
def verify_crystallization(self, original, settled):
3535
"""

0 commit comments

Comments
 (0)