#!/usr/bin/env python # coding: utf-8 # In[ ]: import pybromo as pbm import pybromo.tests.test_diffusion as t print(pbm.__version__) # In[ ]: t.test_Box() # In[ ]: t.test_Particle() # In[ ]: t.test_Particles() # In[ ]: t.test_diffusion_sim_random_state() # In[ ]: t.test_diffusion_sim_core() # In[ ]: t.test_simulate_timestamps() # In[ ]: t.test_TimestampSimulation() # In[ ]: