Miscellaneous updates from nblib
[alexxy/gromacs.git] / api / nblib / interactions.h
index fd563d0cd15cb62030112044689cf5ceae616624..f9d77a9bc76ee1e17c18990a0519df732f3c4e79 100644 (file)
 namespace nblib
 {
 
-//! Shorthand for a map used for looking up non-bonded parameters using particle types
-//! Named type for the C6 parameter in the Lennard-Jones potential
-using C6 = StrongType<real, struct C6Parameter>;
-//! Named type for the C12 parameter in the Lennard-Jones potential
-using C12 = StrongType<real, struct C12Parameter>;
-
 using NonBondedInteractionMapImpl =
         std::map<std::tuple<ParticleTypeName, ParticleTypeName>, std::tuple<C6, C12>>;