Skip to content

Commit

Permalink
Correct example inputs.
Browse files Browse the repository at this point in the history
  • Loading branch information
trisyoungs committed Jul 12, 2023
1 parent c70e652 commit e9f889d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 18 deletions.
4 changes: 1 addition & 3 deletions examples/argon/input.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ Configuration 'Bulk'

# Modules
Generator
Temperature
Temperature 85.0
EndTemperature
Parameters
Parameter rho 2.130000e-02
EndParameters
Expand All @@ -54,6 +51,7 @@ Configuration 'Bulk'
Positioning Random
EndAdd
EndGenerator
Temperature 85.0
EndConfiguration

#==============================================================================#
Expand Down
5 changes: 2 additions & 3 deletions examples/benzene/input.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,6 @@ Configuration 'Bulk'

# Modules
Generator
Temperature
Temperature 300
EndTemperature
Parameters 'Parameters01'
Parameter rho 0.876
EndParameters
Expand All @@ -168,6 +165,8 @@ Configuration 'Bulk'
EndAdd
EndGenerator

Temperature 300

EndConfiguration

#==============================================================================#
Expand Down
5 changes: 2 additions & 3 deletions examples/cu-btc/input.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5217,9 +5217,6 @@ Configuration 'MOF'

# Modules
Generator
Temperature
Temperature 300
EndTemperature
Add 'Framework'
BoxAction Set
Density '0.1' atoms/A3
Expand All @@ -5230,6 +5227,8 @@ Configuration 'MOF'
EndAdd
EndGenerator

Temperature 300

EndConfiguration

#==============================================================================#
Expand Down
4 changes: 1 addition & 3 deletions examples/emim-oac/input.txt
Original file line number Diff line number Diff line change
Expand Up @@ -289,11 +289,9 @@ EndPairPotentials

Configuration 'Bulk'

Temperature 323
# Modules
Generator
Temperature
Temperature 323
EndTemperature
Parameters 'Parameters01'
Parameter rho 0.09985
EndParameters
Expand Down
4 changes: 1 addition & 3 deletions examples/post-processing/input.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,9 @@ EndPairPotentials

Configuration 'NewConfiguration'

Temperature 300
# Modules
Generator
Temperature
Temperature 300
EndTemperature
Parameters 'Parameters01'
Parameter rho 0.1
EndParameters
Expand Down
4 changes: 1 addition & 3 deletions examples/silica_bulk/input.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,9 @@ EndPairPotentials

Configuration 'Bulk'

Temperature 298.0
# Modules
Generator
Temperature
Temperature 298.0
EndTemperature
Parameters
Parameter populationA 1500
Parameter ratioB 2
Expand Down

0 comments on commit e9f889d

Please sign in to comment.