Scine::Swoose  2.1.0
This is the SCINE module Swoose.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
DispersionC6Parameters.h
Go to the documentation of this file.
1 
8 #ifndef MOLECULARMECHANICS_DISPERSIONC6PARAMETERS_H
9 #define MOLECULARMECHANICS_DISPERSIONC6PARAMETERS_H
10 
11 namespace Scine {
12 
13 namespace Utils {
14 class AtomCollection;
15 } // namespace Utils
16 
17 namespace MolecularMechanics {
18 class SfamParameters;
19 class AtomTypesHolder;
20 
21 namespace DispersionC6Parameters {
22 
29 void fillC6MatrixForCurrentStructure(SfamParameters& parameters, const Utils::AtomCollection& structure,
30  const AtomTypesHolder& atomTypes);
31 
32 } // namespace DispersionC6Parameters
33 } // namespace MolecularMechanics
34 } // namespace Scine
35 
36 #endif // MOLECULARMECHANICS_DISPERSIONC6PARAMETERS_H