VOTCA on /opt/netapps: Difference between revisions

From LWP-Wiki
Jump to navigation Jump to search
(Created page with "VOTCA (http://www.votca.org/) has been made available to all LWP users via networked storage. VOTCA needs Gromacs, therefore you'll first need to set up the environment voor...")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:software-faq]]
VOTCA (http://www.votca.org/) has been made available to all LWP users via networked storage.
VOTCA (http://www.votca.org/) has been made available to all LWP users via networked storage.


Line 7: Line 8:
  source VOTCARC
  source VOTCARC


If you use the C-shell ('''csh'''), usr this command instead:
If you use the C-shell (csh), usr this command instead:
  source VOTCARC.csh
  source VOTCARC.csh


Line 15: Line 16:
  ctp_tools
  ctp_tools
  xtp_map
  xtp_map
  [...]
  ...


and man pages:
and man pages:
  man ctp_tools
  man ctp_tools
  man ctp_map
  man ctp_map
  [...]
  ...

Latest revision as of 15:26, 10 August 2017

VOTCA (http://www.votca.org/) has been made available to all LWP users via networked storage.

VOTCA needs Gromacs, therefore you'll first need to set up the environment voor Gromacs:

source GMXRC

Next setup the environment for the VOTCA commands itself:

source VOTCARC

If you use the C-shell (csh), usr this command instead:

source VOTCARC.csh

You can add these commands to your ~/.bashrc file, so it is automatically run every time you open a terminal.

After this you can start all of VOTCA's commands, e.g.

ctp_tools
xtp_map
...

and man pages:

man ctp_tools
man ctp_map
...