mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
mmff into SWIG wrapper. first tests
note: these changes remove some direct ff-manipulation functionality that was present previously
This commit is contained in:
@@ -153,6 +153,7 @@ typedef unsigned long long int uintmax_t;
|
||||
%shared_ptr(ForceFields::UFF::DistanceConstraintContrib);
|
||||
%shared_ptr(ForceFields::UFF::vdWContrib);
|
||||
%shared_ptr(ForceFields::UFF::TorsionAngleContrib);
|
||||
%shared_ptr(ForceFields::UFF::InversionContrib);
|
||||
|
||||
/* Some utility classes for passing arrays in and out */
|
||||
%array_class(double, Double_Array);
|
||||
|
||||
Reference in New Issue
Block a user