Getting Started - westpa/westpa GitHub Wiki

Table of Contents

Before starting a WESTPA simulation

Introduction to WE/WESTPA and tutorials

Hardware Considerations

Quickstart Guide

  • We recommend starting with an existing WESTPA simulation directory (e.g. from a tutorial or one from an experienced user) that most closely matches your use case rather than building a directory from scratch.
  • Copy your basis state(s) into the bstates folder and make sure that the name matches that in the bstates.txt file. If you want to use more than one basis state for your simulation, please see this page (coming soon...) for more detailed instructions on how to do that.
  • Copy your system topology and dynamics input file(s) into the common_files folder.
  • Edit env.sh to make sure that all required programs are sourced and all required conda environments are activated.
  • Edit west.cfg accordingly to specify WE parameters.
  • If you want to run steady-state WE, make sure your init.sh has the target state options defined and that you define that target state, either in init.sh or in tstate.file.
  • Edit run.slurm to conform with your specific hardware requirements.
  • Go into westpa_scripts and edit get_pcoord.sh and runseg.sh to have the correct names for your topology and bstate files, run dynamics using your specified resource and calculate a progress coordinate.
  • If your files are all ready to go, it's also possible to set up the WE simulation entirely with Python, as demonstrated by this Jupyter Notebook.

Troubleshooting

User-Submitted Scripts

⚠️ **GitHub.com Fallback** ⚠️