Skip to content

ywuenthought/mini_md

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mini_md (pybind11 interop demo)

Notes

  • Pure compute loops release the GIL using py::gil_scoped_release.
  • NumPy arrays are passed as contiguous float64 buffers; shapes are validated.
  • The LJ kernel here is intentionally naive O(N^2) for clarity. Swap with neighbor lists for scale.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors