Hello,
I have a system of 2d ellipsoids built using lammps. As lammps does not particularly allow building of 2d system, I include z axis value of (0 to 1) and the define the system as 2d using "fix 3 all enforce2d". Now from the output dump file, I am trying to calculate the rdf of the frames.
I am getting the rdf curve when I set "box = freud.box.Box.cube(76.7495)". Since my system is 2d, I am confused as to why the the box has to be a cube.
Further I tried setting the z component to 0 ( "box.Lz = 0, box.xz = 0, box.yz = 0") but I get the error of "The AABBQuery r_max is too large for this box."
Can someone please help me out in this?
Thank you for your time,
Regards,
Jenis.