CHANGELOG.md
LICENSE-gpl-3.0.txt
MANIFEST.in
PUBLISHING.md
README.md
README.rst
pyproject.toml
setup.py
PyParticles3.egg-info/PKG-INFO
PyParticles3.egg-info/SOURCES.txt
PyParticles3.egg-info/dependency_links.txt
PyParticles3.egg-info/entry_points.txt
PyParticles3.egg-info/requires.txt
PyParticles3.egg-info/top_level.txt
doc/Config File.rst
doc/Makefile
doc/Packages Descriptions.rst
doc/Programming Example II.rst
doc/Programming Example.rst
doc/Testing.rst
doc/conf.py
doc/index.rst
doc/intro.rst
doc/logo.png
doc/logo_pyp.png
doc/make.bat
doc/modules.rst
doc/pyparticles.animation.rst
doc/pyparticles.demo.rst
doc/pyparticles.forces.rst
doc/pyparticles.geometry.rst
doc/pyparticles.main.rst
doc/pyparticles.measures.rst
doc/pyparticles.ode.rst
doc/pyparticles.ogl.rst
doc/pyparticles.pset.rst
doc/pyparticles.rst
doc/pyparticles.utils.rst
doc/Logo/pyparticles_logo.svg
doc/img/dam_an.jpg
doc/img/dhar.png
doc/img/fall.png
doc/img/fall_an.jpg
doc/img/har.png
doc/img/har_an.jpg
example/cluster_demo.cfg
example/solar_sys.csv
example/solar_system.csv
man/install.sh
man/pyparticles.1
pyparticles/__init__.py
pyparticles/__main__.py
pyparticles/animation/__init__.py
pyparticles/animation/animated_cli.py
pyparticles/animation/animated_ogl.py
pyparticles/animation/animated_ogl_compat.py
pyparticles/animation/animated_scatter.py
pyparticles/animation/animation.py
pyparticles/animation/test_animation.py
pyparticles/demo/__init__.py
pyparticles/demo/bubble.py
pyparticles/demo/electromagnetic_demo.py
pyparticles/demo/electrostatic_demo.py
pyparticles/demo/fountain.py
pyparticles/demo/gas_lennard_jones.py
pyparticles/demo/gravity_clusters.py
pyparticles/demo/solar_system.py
pyparticles/demo/springs.py
pyparticles/demo/springs_constr.py
pyparticles/demo/test.py
pyparticles/forces/__init__.py
pyparticles/forces/const_force.py
pyparticles/forces/damping.py
pyparticles/forces/drag.py
pyparticles/forces/electromagnetic.py
pyparticles/forces/electromagnetic_field.py
pyparticles/forces/electrostatic.py
pyparticles/forces/force.py
pyparticles/forces/force_constrained.py
pyparticles/forces/fused_const_drag.py
pyparticles/forces/gravity.py
pyparticles/forces/lennard_jones.py
pyparticles/forces/linear_spring.py
pyparticles/forces/linear_spring_constrained.py
pyparticles/forces/multiple_force.py
pyparticles/forces/pseudo_bubble.py
pyparticles/forces/van_der_waals_force.py
pyparticles/forces/vector_field_force.py
pyparticles/geometry/__init__.py
pyparticles/geometry/dist.py
pyparticles/geometry/intersection.py
pyparticles/geometry/transformations.py
pyparticles/main/__init__.py
pyparticles/main/main.py
pyparticles/measures/__init__.py
pyparticles/measures/elastic_potential_energy.py
pyparticles/measures/gravitational_potential_energy.py
pyparticles/measures/kinetic_energy.py
pyparticles/measures/mass.py
pyparticles/measures/measure.py
pyparticles/measures/momentum.py
pyparticles/measures/total_energy.py
pyparticles/ode/__init__.py
pyparticles/ode/euler_solver.py
pyparticles/ode/euler_solver_constrained.py
pyparticles/ode/leapfrog_solver.py
pyparticles/ode/leapfrog_solver_constrained.py
pyparticles/ode/midpoint_solver.py
pyparticles/ode/midpoint_solver_constrained.py
pyparticles/ode/ode_solver.py
pyparticles/ode/ode_solver_constrained.py
pyparticles/ode/runge_kutta_solver.py
pyparticles/ode/runge_kutta_solver_constrained.py
pyparticles/ode/sim_time.py
pyparticles/ode/stormer_verlet_solver.py
pyparticles/ode/stormer_verlet_solver_constrained.py
pyparticles/ogl/__init__.py
pyparticles/ogl/axis_ogl.py
pyparticles/ogl/draw_particles_ogl.py
pyparticles/ogl/draw_particles_ogl_compat.py
pyparticles/ogl/draw_vector_field.py
pyparticles/ogl/opencl_gl_vbo.py
pyparticles/ogl/trackball.py
pyparticles/ogl/translate_scene.py
pyparticles/pset/__init__.py
pyparticles/pset/boundary.py
pyparticles/pset/cluster.py
pyparticles/pset/constrained_force_interactions.py
pyparticles/pset/constrained_x.py
pyparticles/pset/constraint.py
pyparticles/pset/default_boundary.py
pyparticles/pset/file_cluster.py
pyparticles/pset/logger.py
pyparticles/pset/octree.py
pyparticles/pset/opencl_context.py
pyparticles/pset/particles_set.py
pyparticles/pset/periodic_boundary.py
pyparticles/pset/rand_cluster.py
pyparticles/pset/rebound_boundary.py
pyparticles/utils/__init__.py
pyparticles/utils/parse_args.py
pyparticles/utils/problem_config.py
pyparticles/utils/pypart_global.py
pyparticles/utils/time_formatter.py
tests/test_demo_compat.py
tests/test_opencl_compute_only.py
tests/test_opencl_device_selection.py
tests/test_opencl_regression.py
tests/test_opencl_residency.py
tests/test_particles_set_compat.py