← BACK TO BLOG
Test
Intro
We are testing some stuff here and various expressions like
Or we see the code
def parallel_tempering(g: nx.Graph):
q = monte_carlo(g)
process = collect_order_parameter(q)
return (q, processs)
And a picture to test
and this test 