Skip to content

A TCL templatng system for use with the molecular dynamics program NAMD.

Notifications You must be signed in to change notification settings

ajasja/namd_templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

INTRO:

This is a simple TCL templating system. I wrote it, because I had to create many colvar configuration fiiles in the molecular dynmics program NAMD (http://www.ks.uiuc.edu/Research/namd/).

USEAGE:

In your namd.conf file you have to add

source templating.tcl

Then you set the colvars config file using

colvarsConfig   [fill_template TEMPLATE_FILE_NAME OUT_FILE_NAME]

In the template all the variables defined in the namd conf file are accessible and are automatically replaced (you have to prefix them with a $, of course). You can also use flow control statements by prefiying the first line with %.

About

A TCL templatng system for use with the molecular dynamics program NAMD.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages