ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
smooth_step.hpp File Reference

Routines to calculate the smooth step potential between particle pairs. More...

#include "config/config.hpp"
#include "nonbonded_interaction_data.hpp"
#include <utils/Vector.hpp>
#include <utils/math/sqr.hpp>
#include <cmath>
+ Include dependency graph for smooth_step.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

double SmSt_pair_force_factor (IA_parameters const &ia_params, double dist)
 Calculate smooth step force factor.
 
double SmSt_pair_energy (IA_parameters const &ia_params, double dist)
 Calculate smooth step energy.
 

Detailed Description

Routines to calculate the smooth step potential between particle pairs.

Implementation in smooth_step.cpp.

Definition in file smooth_step.hpp.

Function Documentation

◆ SmSt_pair_energy()

double SmSt_pair_energy ( IA_parameters const &  ia_params,
double  dist 
)
inline

◆ SmSt_pair_force_factor()

double SmSt_pair_force_factor ( IA_parameters const &  ia_params,
double  dist 
)
inline