-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'lxmota/main'
- Loading branch information
Showing
6 changed files
with
432 additions
and
1 deletion.
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
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,24 @@ | ||
geometry: | ||
type: cube | ||
side length: 1.0 | ||
potential: | ||
# type: repulsive | ||
# k: 1.0 | ||
# cutoff: 10.0 | ||
type: polynomial | ||
k: 1.0 | ||
h: 0.3 | ||
m: 4 | ||
cutoff: 10.0 | ||
number points: 1000 | ||
solver: | ||
type: steepest descent | ||
step length: 1.0 | ||
maximum iterations: 1000 | ||
absolute tolerance: 1.0e-06 | ||
relative tolerance: 1.0e-08 | ||
maximum line search iterations: 100 | ||
backtrack factor: 0.5 | ||
decrease factor: 1.0e-04 | ||
output file root: cube | ||
output interval: 10 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.