Skip to content
Snippets Groups Projects
Commit 853f18db authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

Changed box length to previous value

parent 19f00784
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ def get_sample(lattice_rotation_angle=45*deg):
m_substrate = ba.HomogeneousMaterial("Substrate", 6e-6, 2e-8)
m_particle = ba.HomogeneousMaterial("Particle", 6e-4, 2e-8)
box_length, box_width, box_height = 10*nm, 1000*nm, 10*nm
box_length, box_width, box_height = 10*nm, 10000*nm, 10*nm
lattice_length = 30*nm
# collection of particles
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment