-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* reexport Xtals; matter, box, crystal * finished (?) split of Xtals code * final source changes * won't build until Xtals v0.3.0 * re-attempt * easy access to long GCMC tests * registry lag workaround * release v0.4 * physical constants * GLOBALS, bugfixes
- Loading branch information
Showing
30 changed files
with
247 additions
and
3,368 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 |
---|---|---|
|
@@ -8,4 +8,6 @@ | |
*.jld2 | ||
docs/build/ | ||
docs/site/ | ||
*checkpoint.ipynb | ||
*checkpoint.ipynb | ||
.vscode | ||
Manifest.toml |
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 |
---|---|---|
@@ -1,12 +1,13 @@ | ||
name = "PorousMaterials" | ||
uuid = "68953c7c-a3c7-538e-83d3-73516288599e" | ||
authors = ["SimonEnsemble <[email protected]>"] | ||
version = "0.3.1" | ||
version = "0.4.0" | ||
|
||
[deps] | ||
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" | ||
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" | ||
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b" | ||
FIGlet = "3064a664-84fe-4d92-92c7-ed492f3d8fae" | ||
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549" | ||
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819" | ||
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d" | ||
|
@@ -18,13 +19,17 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" | |
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca" | ||
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0" | ||
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" | ||
Reexport = "189a3867-3050-52da-a836-e630ba90ab69" | ||
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665" | ||
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" | ||
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" | ||
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
Xtals = "ede5f01d-793e-4c47-9885-c447d1f18d6d" | ||
|
||
[compat] | ||
FIGlet = "^0.2.1" | ||
JLD2 = "^0.4.9" | ||
CSV = "^0.8.0" | ||
DataFrames = "^0.22.1" | ||
FileIO = "1.2.0" | ||
|
@@ -36,7 +41,8 @@ ProgressMeter = "1.2.0" | |
Roots = "0.8.4" | ||
SpecialFunctions = "0.10.0" | ||
StatsBase = "0.32.0,0.33.8" | ||
julia = "1.5,1.6" | ||
Xtals = "0.3.0" | ||
julia = "1.6" | ||
|
||
[extras] | ||
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" | ||
|
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,15 @@ | ||
#!/bin/env bash | ||
|
||
julia -p 24 -e ' | ||
using Distributed | ||
@everywhere begin | ||
import Pkg | ||
Pkg.activate(".") | ||
end | ||
#Pkg.test("PorousMaterials") | ||
@info "Running test/gcmc_long.jl on $(length(workers())) workers." | ||
@warn "This will take HOURS!" | ||
cd("test") | ||
include("gcmc_long.jl") | ||
@info "Long GCMC tests complete!" | ||
' |
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 @@ | ||
# add atom types to rc[:atomic_masses] for contextual LJ potentials | ||
function append_atomic_masses() | ||
rc[:atomic_masses] = merge(rc[:atomic_masses], Dict( | ||
:N_in_N2 => 14.0067, | ||
:CH2 => 14.025, | ||
:CH3 => 15.035, | ||
:CH4 => 16.04, | ||
:C_b => 12.0107, | ||
:C_tol => 12.0107, | ||
:C_ac => 12.0107, | ||
:C_RCOO => 12.0107, | ||
:C_sp2 => 12.0107, | ||
:C_sp3 => 12.0107, | ||
:C_CO2 => 12.0107, | ||
:H_H2S => 1.00794, | ||
:H_b => 1.00794, | ||
:O_RCOO => 15.9994, | ||
:O_CO2 => 15.9994, | ||
:O_zeo => 15.9994, | ||
:S_H2S => 32.065, | ||
:Si_zeo => 28.0855, | ||
:X => 1.0 | ||
)) | ||
end |
Oops, something went wrong.