Scine::Swoose  2.1.0
This is the SCINE module Swoose.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
ProtonationHelper.cpp File Reference
#include "ProtonationHelper.h"
#include <Utils/Constants.h>
#include <regex>
Include dependency graph for ProtonationHelper.cpp:

Functions

bool Scine::StructurePreparation::ProtonationHelper::openBabelSuccess (std::istream &in)
 Evaluates if protonation with OpenBabel was successful.
 
void Scine::StructurePreparation::ProtonationHelper::removeProtonsFromStructure (Utils::AtomCollection &structure, std::vector< int > superfluousHydrogens)
 Removes specific protons from an AtomCollection.
 
bool Scine::StructurePreparation::ProtonationHelper::isAtomOf (const std::list< int > &group, int index)
 

Detailed Description