Changeset 6acc8e4 for molecuilder/src


Ignore:
Timestamp:
Mar 18, 2010, 11:39:21 AM (15 years ago)
Author:
Frederik Heber <heber@…>
Children:
800dc3
Parents:
12f57b
Message:

Shifted BONDTHRESHOLD from defs.hpp over to bondgraph.hpp and lowered to 0.4

Signed-off-by: Frederik Heber <heber@…>

Location:
molecuilder/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/bondgraph.hpp

    r12f57b r6acc8e4  
    1919
    2020#include <iostream>
     21
     22/*********************************************** defines ***********************************/
     23
     24#define BONDTHRESHOLD 0.4   //!< CSD threshold in bond check which is the width of the interval whose center is the sum of the covalent radii
    2125
    2226/****************************************** forward declarations *****************************/
  • molecuilder/src/defs.hpp

    r12f57b r6acc8e4  
    1212#define MAX_ELEMENTS 128  //!< maximum number of elements for certain lookup tables
    1313#define AtomicLengthToAngstroem  0.52917721 //!< conversion factor from atomic length/bohrradius to angstroem
    14 #define BONDTHRESHOLD 0.5   //!< CSD threshold in bond check which is the width of the interval whose center is the sum of the covalent radii
    1514#define AtomicEnergyToKelvin 315774.67  //!< conversion factor from atomic energy to kelvin via boltzmann factor
    1615#define KelvinToAtomicTemperature 3.1668152e-06    //!< conversion factor for Kelvin to atomic temperature (Hartree over k_B)
Note: See TracChangeset for help on using the changeset viewer.