forked from CFT-HY/HILA
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make hilapp container on master push GENERATE SINGULARITY
- Loading branch information
Showing
1 changed file
with
30 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,30 @@ | ||
# This is a parameter file for CAM (Cubic Anisotropy Model) simulation | ||
# controlling the iteration of the weight function. | ||
output file location ./ | ||
output file name base ./example | ||
|
||
# These control what is to be done to the weight function. If preloaded, | ||
# it can be either further iterated with the given parameters or a new | ||
# one can be created. | ||
|
||
#Generic options | ||
weight file location NONE | ||
iteration method direct | ||
hard walls NO | ||
max OP 0.175 | ||
min OP 0 | ||
bin number 40 | ||
iteration visuals NO | ||
|
||
#Direct iteration method | ||
finish condition all_visited | ||
DIM sample size 100 | ||
DIM visit check interval 100 | ||
add initial 1 | ||
add minimum 0.001 | ||
|
||
#Canonical iteration method | ||
CIM sample size 10 | ||
initial bin hits 10 | ||
OC max iter -1 | ||
OC frequency 0 |