wolf
wolf_sum(crystal, cutoff=16.0, eta=0.2, charges=None)
Compute the Coulomb interaction via Wolf sum and damped Coulomb potential using point charges.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
crystal
|
Crystal
|
the crystal for which to compute the Wolf sum. |
required |
cutoff
|
float
|
the cutoff radius (in Angstroms) for which to compute the neighbouring charges (default=16) |
16.0
|
eta
|
float
|
the eta parameter (1/Angstroms), if unsure just leave this at its default (default=0.2) |
0.2
|
charges
|
array_like
|
charges of the atoms in the asymmetric unit, if not provided then they will be 'guessed' using the EEM method on the isolated molecules |
None
|
Returns
|
the total electrostatic energy of the asymmetric unit in the provided crystal (Hartrees) |
required |