Add_FitFragmentPartialChargesAction
        Fix_ChargeSampling_PBC
        Fix_FitPartialCharges
      
      
      
| Rev | Line |   | 
|---|
| [6e7147] | 1 | /*
 | 
|---|
 | 2 |  * MoleculeFormulaDescriptor.hpp
 | 
|---|
 | 3 |  *
 | 
|---|
 | 4 |  *  Created on: Jul 22, 2010
 | 
|---|
 | 5 |  *      Author: crueger
 | 
|---|
 | 6 |  */
 | 
|---|
 | 7 | 
 | 
|---|
 | 8 | #ifndef MOLECULEFORMULADESCRIPTOR_HPP_
 | 
|---|
 | 9 | #define MOLECULEFORMULADESCRIPTOR_HPP_
 | 
|---|
 | 10 | 
 | 
|---|
| [56f73b] | 11 | // include config.h
 | 
|---|
 | 12 | #ifdef HAVE_CONFIG_H
 | 
|---|
 | 13 | #include <config.h>
 | 
|---|
 | 14 | #endif
 | 
|---|
 | 15 | 
 | 
|---|
 | 16 | 
 | 
|---|
| [6e7147] | 17 | #include "Descriptors/MoleculeDescriptor.hpp"
 | 
|---|
 | 18 | 
 | 
|---|
| [b88fe4] | 19 | #include "Formula.hpp"
 | 
|---|
| [6e7147] | 20 | 
 | 
|---|
 | 21 | MoleculeDescriptor MoleculeByFormula(const Formula&);
 | 
|---|
| [266875] | 22 | MoleculeDescriptor MoleculeByFormula(const std::string&) throw(FormulaStringParseException);
 | 
|---|
| [6e7147] | 23 | 
 | 
|---|
 | 24 | #endif /* MOLECULEFORMULADESCRIPTOR_HPP_ */
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.