choderalab / software-development

A primer on software development best practices for computational chemistry
255 stars 76 forks source link

Python acceleration #26

Closed pgrinaway closed 7 years ago

pgrinaway commented 7 years ago

A brief overview of some of the more common approaches for fast computing in Python. Addresses #7

jchodera commented 7 years ago

Awesome!

I'd also mention pycuda and pyopencl if these are still being maintained.

pgrinaway commented 7 years ago

I'd also mention pycuda and pyopencl if these are still being maintained.

Ok, will do

pgrinaway commented 7 years ago

Looks like they are still being maintained, so I've added a little section on them too.