-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test to the PpafmParameters class
- Loading branch information
1 parent
d86fbe6
commit 6985c4c
Showing
2 changed files
with
70 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
probeType 8 # atom type of ProbeParticle (to choose L-J potential ),e.g. 8 for CO, 24 for Xe | ||
probeType Xe # atom type of ProbeParticle (to choose L-J potential ),e.g. 8 for CO, 24 for Xe | ||
tip 'p' # multipole of the PP {'dz2' is the most popular now}, charge cloud is not tilting | ||
sigma 2.7 # FWHM of the gaussian charge cloud {0.7 or 0.71 are standarts} | ||
charge 0.5 # effective charge of probe particle [e] {for multipoles the real moment is q*sigma - dipole - or q*sigma**2 - quadrupole} | ||
ffModel Morse # Two possibilities now: L-J > 'LJ' or Morse'potential > 'Morse' | ||
r0Probe 1.00 1.00 5.00 # [Å] equilibirum position of probe particle (x,y,R) components, R is bond length, x,y introduce tip asymmetry | ||
klat 1.5 # Lateral harmonic spring constant [N/m] {for CO typically 0.24} | ||
krad 30.00 # Radial harmonic spring constant [N/m] | ||
PBC False # Periodic boundary conditions ? [ True/False ] | ||
nPBC 2 3 4 | ||
gridN 10 20 30 # number of grid points in x,y,z directions | ||
gridA 5.0 6.0 7.0 # a-vector of unit cell; recomanded format (x,y,0) | ||
gridB 8.0 9.0 10.0 # b-vector of unit cell; recomanded format (x,y,0) | ||
gridC 11.0 12.0 13.0 # c-vector of unit cell; recomanded format (0,0,z) | ||
scanStep 0.10 0.20 0.30 | ||
scanMin 1.0 2.0 5.0 # start of scanning (x,y,z) | ||
scanMax 21.0 22.0 9.0 # end of scanning (x,y,z) | ||
Amplitude 8.0 # [Å] oscilation amplitude (peak-to-peak) for conversion Fz->df | ||
aMorse -2.6 | ||
vdWDampKind 3 # vdW damping 0:Constant, 1:R2func, 2:R4func, 3:invR4, 4:invR8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters