Add_FitFragmentPartialChargesAction
        Fix_ChargeSampling_PBC
        Fix_FitPartialCharges
      
      
        
          | 
            Last change
 on this file since 4d08b7 was             484e2a, checked in by Frederik Heber <heber@…>, 12 years ago           | 
        
        
          | 
             
Renamed PairPotential_Angle -> ThreeBodyPotential_Angle and also UnitTest. 
 
           | 
        
        
          
            
              - 
Property                 mode
 set to                 
100644
               
             
           | 
        
        
          | 
            File size:
            1.1 KB
           | 
        
      
      
| Rev | Line |   | 
|---|
| [c92c0d] | 1 | /*
 | 
|---|
| [484e2a] | 2 |  * ThreeBodyPotential_AngleUnitTest.hpp
 | 
|---|
| [c92c0d] | 3 |  *
 | 
|---|
 | 4 |  *  Created on: Oct 16, 2012
 | 
|---|
 | 5 |  *      Author: heber
 | 
|---|
 | 6 |  */
 | 
|---|
 | 7 | 
 | 
|---|
| [484e2a] | 8 | #ifndef THREEBODYPOTENTIAL_ANGLEUNITTEST_HPP_
 | 
|---|
 | 9 | #define THREEBODYPOTENTIAL_ANGLEUNITTEST_HPP_
 | 
|---|
| [c92c0d] | 10 | 
 | 
|---|
 | 11 | // include config.h
 | 
|---|
 | 12 | #ifdef HAVE_CONFIG_H
 | 
|---|
 | 13 | #include <config.h>
 | 
|---|
 | 14 | #endif
 | 
|---|
 | 15 | 
 | 
|---|
 | 16 | 
 | 
|---|
 | 17 | #include <cppunit/extensions/HelperMacros.h>
 | 
|---|
 | 18 | 
 | 
|---|
 | 19 | #include "FunctionApproximation/FunctionModel.hpp"
 | 
|---|
 | 20 | 
 | 
|---|
| [484e2a] | 21 | class ThreeBodyPotential_Angle;
 | 
|---|
| [c92c0d] | 22 | 
 | 
|---|
 | 23 | /********************************************** Test classes **************************************/
 | 
|---|
 | 24 | 
 | 
|---|
| [484e2a] | 25 | class ThreeBodyPotential_AngleTest : public CppUnit::TestFixture
 | 
|---|
| [c92c0d] | 26 | {
 | 
|---|
| [484e2a] | 27 |     CPPUNIT_TEST_SUITE( ThreeBodyPotential_AngleTest) ;
 | 
|---|
| [c92c0d] | 28 |     CPPUNIT_TEST ( operatorTest );
 | 
|---|
 | 29 |     CPPUNIT_TEST ( derivativeTest );
 | 
|---|
 | 30 |     CPPUNIT_TEST ( parameter_derivativeTest );
 | 
|---|
 | 31 |     CPPUNIT_TEST_SUITE_END();
 | 
|---|
 | 32 | 
 | 
|---|
 | 33 | public:
 | 
|---|
 | 34 |       void setUp();
 | 
|---|
 | 35 |       void tearDown();
 | 
|---|
 | 36 |       void operatorTest();
 | 
|---|
 | 37 |       void derivativeTest();
 | 
|---|
 | 38 |       void parameter_derivativeTest();
 | 
|---|
 | 39 | 
 | 
|---|
 | 40 | private:
 | 
|---|
 | 41 |       typedef std::vector<double> data_t;
 | 
|---|
 | 42 |       std::vector<FunctionModel::arguments_t> input;
 | 
|---|
 | 43 |       data_t output;
 | 
|---|
 | 44 | };
 | 
|---|
 | 45 | 
 | 
|---|
| [484e2a] | 46 | #endif /* THREEBODYPOTENTIAL_ANGLEUNITTEST_HPP_ */
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.