Skip to content

Commit 120e27f

Browse files
authored
Widen default force field lattice vector padding in AFMulator. (#362)
1 parent 7b33b4f commit 120e27f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ppafm/ocl/AFMulator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ def _get_params(file_path):
722722
return afmulator_params, sample_lvec
723723

724724

725-
def get_lvec(scan_window, pad=(2.0, 2.0, 3.0), tipR0=(0.0, 0.0, 3.0), pixPerAngstrome=10):
725+
def get_lvec(scan_window, pad=(3.0, 3.0, 5.0), tipR0=(0.0, 0.0, 3.0), pixPerAngstrome=10):
726726
pad = np.array(pad)
727727
tipR0 = np.array(tipR0)
728728
center = (np.array(scan_window[0]) + np.array(scan_window[1])) / 2

0 commit comments

Comments
 (0)