MCPcopy Create free account
hub / github.com/NVIDIA/cuda-quantum / is_close

Function is_close

python/tests/kernel/test_kernel_complex.py:17–18  ·  view source on GitHub ↗
(expected, actual)

Source from the content-addressed store, hash-verified

15
16
17def is_close(expected, actual):
18 return np.isclose(expected, actual, atol=1e-6)
19
20
21def test_complex_params():

Calls

no outgoing calls

Tested by

no test coverage detected