Skip to content

Commit

Permalink
Decythonize non-bonded interactions
Browse files Browse the repository at this point in the history
  • Loading branch information
jngrad committed Sep 9, 2022
1 parent f0ba1c2 commit 3a3c2ff
Show file tree
Hide file tree
Showing 9 changed files with 744 additions and 886 deletions.
2 changes: 0 additions & 2 deletions src/core/nonbonded_interactions/thole.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
/** \file
* Routines to calculate the Thole damping potential between particle pairs.
* See @cite thole81a.
*
* Implementation in \ref thole.cpp.
*/

#include "config.hpp"
Expand Down
6 changes: 0 additions & 6 deletions src/python/espressomd/interactions.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ from libc cimport stdint

from .thermostat cimport thermalized_bond

include "myconfig.pxi"

# force include of config.hpp
cdef extern from "config.hpp":
pass

cdef extern from "script_interface/interactions/bonded.hpp":
int bonded_ia_params_zero_based_type(int bond_id) except +

Expand Down
Loading

0 comments on commit 3a3c2ff

Please sign in to comment.