kgauss: Constant normalizing wrapped gaussian

Description Usage Arguments Value Examples

View source: R/direct_space.R

Description

Constant normalizing wrapped gaussian

Usage

1

Arguments

sigma

A real number. Is the standard deviation of the wrapped gaussian.

a

A real number. The unit cell side length.

Value

A real number, the multiplicative constant normalizing the wrapped gaussian atom so that the area under the curve is equal to 1.

Examples

1
2
3
4
5
Z <- 16  # Sulphur atom
sigma <- 0.05*sqrt(Z)
a <- 15  # Unit cell size
kk <- kgauss(sigma,a)
print(kk)

crone documentation built on Aug. 24, 2019, 5:03 p.m.