[CPMD-list] Visualization of CPMD

Junichi Kato airy at moegi.waseda.jp
Fri Apr 1 10:36:39 CEST 2005


Hi.
I begin vizualization of CPMD with Axel home page.
Though this page is easy to understand, I have struggle with secion 3.3 
titled Extending the Script and Plugin Search Path.
I have installed VMD1.8.3 Windows version by the defalut option.

Where should I locate vmd.rc for being additional Tcl scripts (=subroutines) 
and plugins avaliable for Windows?
I have get the error that Couldnt found  additional Tcl scripts and plugins.
What is worng?

I have added the scentence of the following in vmd.rc and located vmd.rc in 
My Document directory.
//////////////////////////////////////////////////////////////////////# 
search for new/updated molfile plugins in $HOME/vmd/plugins/$VMDARCH/molfile
# type 'vmdinfo arch' to find your name for $VMDARCH
vmd_plugin_scandirectory [file join $env(HOME) vmd/plugins [vmdinfo arch] 
molfile] *.so

# add local (autoloaded) scripts to the search path
set auto_path [concat $env(HOME)/vmd/scripts/tcl $auto_path]

# command extensions (e.g. vmd_draw_vector) have to be sourced
foreach ext [glob -nocomplain $env(HOME)/vmd/scripts/extensions/*.tcl ] {
        source $ext
}
unset ext
//////////////////////////////////////////////////////////////////////
Then made directories named vmd/scripts, vmd/scripts/tcl, 
vnd/scripts/extensions, and plugins, respectively in My Document directory,
 and moved addtional files to those directories.


Junichi kato

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://cpmd.org/pipermail/cpmd-list/attachments/20050401/afb744ff/attachment.html 


More information about the CPMD-list mailing list