arm61 / pylj

Teaching Utility for Classical Atomistic Simulation.
https://pythoninchemistry.org/pylj
MIT License
29 stars 21 forks source link

changed jit to njit #59

Closed maximillian-dolan closed 3 months ago

maximillian-dolan commented 3 months ago

There were warnings about the nopython flag in jit every time pylj was imported to a file, this has been rectified by changing every @jit flag to @njit [equivalent to @jit(nopython = True)]

arm61 commented 3 months ago

Remove the .ipynb-checkpoints folder please.

maximillian-dolan commented 3 months ago

delted