GithubHelp home page GithubHelp logo

gomc-wsu / workshop Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 6.0 72.46 MB

This repository provides example and instruction to learn about GOMC and its capabilities.

License: GNU Affero General Public License v3.0

Tcl 15.83% Shell 0.34% C++ 18.17% Fortran 65.66%

workshop's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

workshop's Issues

Case problem in TCL script to build mixed GEMC_NVT box

Add "package require psfgen" to top of files to get to run on GRID.

Workshop/NVT_GEMC/argon_krypton/build/build_psf_box_0.tcl
Workshop/NVT_GEMC/argon_krypton/build/build_psf_box_0.tcl

lowercase:
exec grep "KR" packed_argon_krypton_liq.pdb > kr.pdb
should be uppercase:
exec grep "KR" packed_argon_krypton_liq.pdb > Kr.pdb

HTS branch trouble finding things...

@msoroush @YounesN

Some issues identified when running the HTS branch:

-- An error was spat out because the pack_box.pdb's couldn't be created as my system couldn't find the packmol executable, so I just changed line 251 of the simulation setup to include base_directory + 'Build/'... to specify the absolute path to packmol

-- the packed_box.pdb build then failed again and gave the error of no resnumber being specified, so I appended line 243 to add resnumber 1 to the pack_box.inp, although I've never had to include this statement before

--in the in.conf file the coordinates and structure paths specify 'common/reservoir_base/'... , where as the sim setup script uses 'reservoir' in its paths so I removed the _base.

-- the GOMC_CPU_GCMC executable loses its executable permission for some reason when the sim_setup is run, not sure why but this will be a pain when running HTS but could be solved by specifying an absolute path to the exe (in the original installation location) in the job submission script rather than copying it into each folder.

-- The big problem i've had is that the simulations won't run as they don't seem to be able to read the parameter file properly. The file seems to be opened and parsed for the relevant atom type but then cannot find the potential attached too it. This error is spat out:

================================================
Error: chemical potential is missing for H.

Here are the listed chemical potentials:

and none of the potentials are listed (that is the end of the output.log file), I can't seem to identify why this is but will give it a more in depth look at the beginning of next week

Segmentation fault when not specifying dihedral interactions

I'm trying to simulate toluene adsorption in EDUSIF -- I have generated the relevant topology and pdb files and subsequently generated the the psf and start_box files. I'm using the TraPPE model of toluene with no dihedrals present --- so I have removed the autogen dihedrals from the topology file and set CBMC_Dih to 0 in the .conf file. When I run the simulation i get this error;
'Segmentation fault: 11'

PSF build for adsorption reservior

for some reason the following works,
vmd < build_psf_box_1.tcl or ./build_psf_box_1.tcl

But this does not work (but should)
vmd -dispdev text < build_psf_box_1.tcl

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.