<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://chemwiki.ch.ic.ac.uk/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Hn306</id>
	<title>ChemWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://chemwiki.ch.ic.ac.uk/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Hn306"/>
	<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/wiki/Special:Contributions/Hn306"/>
	<updated>2026-07-15T00:26:24Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group/node-script&amp;diff=182396</id>
		<title>Mod:Hunt Research Group/node-script</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group/node-script&amp;diff=182396"/>
		<updated>2011-08-10T13:39:55Z</updated>

		<summary type="html">&lt;p&gt;Hn306: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Host hpc&lt;br /&gt;
     Hostname login.cx1.hpc.ic.ac.uk&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
cat .bashrc&lt;br /&gt;
# Sample .bashrc for SuSE Linux&lt;br /&gt;
# Copyright (c) SuSE GmbH Nuernberg&lt;br /&gt;
&lt;br /&gt;
# There are 3 different types of shells in bash: the login shell, normal shell&lt;br /&gt;
# and interactive shell. Login shells read ~/.profile and interactive shells&lt;br /&gt;
# read ~/.bashrc; in our setup, /etc/profile sources ~/.bashrc - thus all&lt;br /&gt;
# settings made here will also take effect in a login shell.&lt;br /&gt;
#&lt;br /&gt;
# NOTE: It is recommended to make language settings in ~/.profile rather than&lt;br /&gt;
# here, since multilingual X sessions would not work properly if LANG is over-&lt;br /&gt;
# ridden in every subshell.&lt;br /&gt;
&lt;br /&gt;
# Some applications read the EDITOR variable to determine your favourite text&lt;br /&gt;
# editor. So uncomment the line below and enter the editor of your choice :-)&lt;br /&gt;
#export EDITOR=/usr/bin/vim&lt;br /&gt;
#export EDITOR=/usr/bin/mcedit&lt;br /&gt;
&lt;br /&gt;
# For some news readers it makes sense to specify the NEWSSERVER variable here&lt;br /&gt;
#export NEWSSERVER=your.news.server&lt;br /&gt;
&lt;br /&gt;
# If you want to use a Palm device with Linux, uncomment the two lines below.&lt;br /&gt;
# For some (older) Palm Pilots, you might need to set a lower baud rate&lt;br /&gt;
# e.g. 57600 or 38400; lowest is 9600 (very slow!)&lt;br /&gt;
#&lt;br /&gt;
#export PILOTPORT=/dev/pilot&lt;br /&gt;
#export PILOTRATE=115200&lt;br /&gt;
&lt;br /&gt;
#export PARA_ARCH=MPI&lt;br /&gt;
#export PARNODES=2&lt;br /&gt;
#export TURBODIR=/home/niederme/TURBOMOLE&lt;br /&gt;
#export PATH=$TURBODIR/scripts:$PATH&lt;br /&gt;
#export PATH=$TURBODIR/bin/`sysname`:$PATH&lt;br /&gt;
#export PATH=$PATH:/home/niederme/bin/openbabel/bin/&lt;br /&gt;
&lt;br /&gt;
test -s ~/.alias &amp;amp;&amp;amp; . ~/.alias || true&lt;br /&gt;
# ~/.bashrc: executed by bash(1) for non-login shells.&lt;br /&gt;
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)&lt;br /&gt;
# for examples&lt;br /&gt;
&lt;br /&gt;
# If not running interactively, don&#039;t do anything&lt;br /&gt;
[ -z &amp;quot;$PS1&amp;quot; ] &amp;amp;&amp;amp; return&lt;br /&gt;
&lt;br /&gt;
# don&#039;t put duplicate lines in the history. See bash(1) for more options&lt;br /&gt;
export HISTCONTROL=ignoredups&lt;br /&gt;
# ... and ignore same sucessive entries.&lt;br /&gt;
export HISTCONTROL=ignoreboth&lt;br /&gt;
&lt;br /&gt;
# check the window size after each command and, if necessary,&lt;br /&gt;
# update the values of LINES and COLUMNS.&lt;br /&gt;
shopt -s checkwinsize&lt;br /&gt;
&lt;br /&gt;
# make less more friendly for non-text input files, see lesspipe(1)&lt;br /&gt;
[ -x /usr/bin/lesspipe ] &amp;amp;&amp;amp; eval &amp;quot;$(lesspipe)&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# set variable identifying the chroot you work in (used in the prompt below)&lt;br /&gt;
if [ -z &amp;quot;$debian_chroot&amp;quot; ] &amp;amp;&amp;amp; [ -r /etc/debian_chroot ]; then&lt;br /&gt;
    debian_chroot=$(cat /etc/debian_chroot)&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
# set a fancy prompt (non-color, unless we know we &amp;quot;want&amp;quot; color)&lt;br /&gt;
case &amp;quot;$TERM&amp;quot; in&lt;br /&gt;
xterm-color)&lt;br /&gt;
    PS1=&#039;${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ &#039;&lt;br /&gt;
    ;;&lt;br /&gt;
*)&lt;br /&gt;
    PS1=&#039;${debian_chroot:+($debian_chroot)}\u@\h:\w\$ &#039;&lt;br /&gt;
    ;;&lt;br /&gt;
esac&lt;br /&gt;
&lt;br /&gt;
# Comment in the above and uncomment this below for a color prompt&lt;br /&gt;
#PS1=&#039;${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ &#039;&lt;br /&gt;
&lt;br /&gt;
# If this is an xterm set the title to user@host:dir&lt;br /&gt;
case &amp;quot;$TERM&amp;quot; in&lt;br /&gt;
xterm*|rxvt*)&lt;br /&gt;
    PROMPT_COMMAND=&#039;echo -ne &amp;quot;\033]0;${USER}@${HOSTNAME}: ${PWD/$HOME/~}\007&amp;quot;&#039;&lt;br /&gt;
    ;;&lt;br /&gt;
*)&lt;br /&gt;
    ;;&lt;br /&gt;
esac&lt;br /&gt;
&lt;br /&gt;
# Alias definitions.&lt;br /&gt;
# You may want to put all your additions into a separate file like&lt;br /&gt;
# ~/.bash_aliases, instead of adding them here directly.&lt;br /&gt;
# See /usr/share/doc/bash-doc/examples in the bash-doc package.&lt;br /&gt;
&lt;br /&gt;
#if [ -f ~/.bash_aliases ]; then&lt;br /&gt;
#    . ~/.bash_aliases&lt;br /&gt;
#fi&lt;br /&gt;
&lt;br /&gt;
# enable color support of ls and also add handy aliases&lt;br /&gt;
if [ &amp;quot;$TERM&amp;quot; != &amp;quot;dumb&amp;quot; ]; then&lt;br /&gt;
    eval &amp;quot;`dircolors -b`&amp;quot;&lt;br /&gt;
    alias ls=&#039;ls --color=auto&#039;&lt;br /&gt;
    #alias dir=&#039;ls --color=auto --format=vertical&#039;&lt;br /&gt;
    #alias vdir=&#039;ls --color=auto --format=long&#039;&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
# some more ls aliases&lt;br /&gt;
alias ..=&#039;cd ..&#039;&lt;br /&gt;
alias grepfreq=&#039;egrep &amp;quot;SCF D|Low|Zero-point correction|NIm&amp;quot;&#039;&lt;br /&gt;
alias ll=&#039;ls -lh&#039;&lt;br /&gt;
alias x=&#039;exit&#039;&lt;br /&gt;
alias vic=&#039;vi control&#039;&lt;br /&gt;
#alias gop=&#039;rungOpenMol&#039;&lt;br /&gt;
#alias subturbo=&#039;subturbo -v 510&#039;&lt;br /&gt;
#alias molden=&#039;/home/niederme/bin/gmolden4.6.linux -l -m -z -A -S&#039;&lt;br /&gt;
alias cpv=&#039;cp -v&#039;&lt;br /&gt;
alias rmv=&#039;rm -v&#039;&lt;br /&gt;
alias gaussview=&#039;gview&#039;&lt;br /&gt;
alias myq=&#039;qstat&#039;&lt;br /&gt;
   alias home=&amp;quot;cd&amp;quot;&lt;br /&gt;
   alias work=&amp;quot;cd \$WORK&amp;quot;&lt;br /&gt;
   alias tmp=&amp;quot;cd \$TMPDIR&amp;quot;&lt;br /&gt;
   alias force=&amp;quot;grep -i &#039;Maximum Force&#039;&amp;quot;&lt;br /&gt;
   alias dist=&amp;quot;grep -i &#039;Maximum Disp&#039;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
module load gaussian &lt;br /&gt;
module load gnuplot &lt;br /&gt;
module load scipy/2009-08-25&lt;br /&gt;
module load python/2.6.4&lt;br /&gt;
module load openbabel/2.2.3&lt;br /&gt;
module load java&lt;br /&gt;
module load gaussview/5.09&lt;br /&gt;
&lt;br /&gt;
#alias gop=&#039;~/gOpenMol-3.00/bin/rungOpenMol&#039;&lt;br /&gt;
#alias cq=&#039;ssh chemie cq&#039;&lt;br /&gt;
#alias ort=&#039;myq -m&#039;&lt;br /&gt;
#alias myqstat=&#039;myq -acl&#039;&lt;br /&gt;
#alias la=&#039;ls -A&#039;&lt;br /&gt;
#alias l=&#039;ls -CF&#039;&lt;br /&gt;
&lt;br /&gt;
# enable programmable completion features (you don&#039;t need to enable&lt;br /&gt;
# this, if it&#039;s already enabled in /etc/bash.bashrc and /etc/profile&lt;br /&gt;
# sources /etc/bash.bashrc).&lt;br /&gt;
if [ -f /etc/bash_completion ]; then&lt;br /&gt;
    . /etc/bash_completion&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
&lt;br /&gt;
# submit jobs to the que with this script using the following command:&lt;br /&gt;
# rng4 is this script&lt;br /&gt;
# jobname is a name you will see in the qstat command&lt;br /&gt;
# name is the actual file minus .com etc it is passed into this script as ${in}&lt;br /&gt;
#&lt;br /&gt;
# qsub rng4_8 -N jobname -v in=name&lt;br /&gt;
&lt;br /&gt;
# batch processing commands&lt;br /&gt;
#PBS -l walltime=119:59:00&lt;br /&gt;
#PBS -lselect=1:ncpus=8:mem=7800MB&lt;br /&gt;
#PBS -k o&lt;br /&gt;
#PBS -q pqph&lt;br /&gt;
#PBS -m ae&lt;br /&gt;
&lt;br /&gt;
# load modules&lt;br /&gt;
#&lt;br /&gt;
module load gaussian/g09&lt;br /&gt;
&lt;br /&gt;
# check for a checkpoint file&lt;br /&gt;
#&lt;br /&gt;
# variable PBS_O_WORKDIR=directoiry from which the job was sumbited.&lt;br /&gt;
   test -r $PBS_O_WORKDIR/${in}.chk&lt;br /&gt;
   if [ $? -eq 0 ]&lt;br /&gt;
   then&lt;br /&gt;
     echo &amp;quot;located $PBS_O_WORKDIR/${in}.chk&amp;quot;&lt;br /&gt;
     cp $PBS_O_WORKDIR/${in}.chk $TMPDIR/.&lt;br /&gt;
   else&lt;br /&gt;
     echo &amp;quot;no checkpoint file $PBS_O_WORKDIR/${in}.chk&amp;quot;&lt;br /&gt;
   fi&lt;br /&gt;
#&lt;br /&gt;
# run gaussian&lt;br /&gt;
#&lt;br /&gt;
  g09 $PBS_O_WORKDIR/${in}.com&lt;br /&gt;
  cp $TMPDIR/${in}.chk /$PBS_O_WORKDIR/.&lt;br /&gt;
#  cp *.chk /$PBS_O_WORKDIR/pbs_${in}.chk&lt;br /&gt;
#  test -r $TMPDIR/fort.7&lt;br /&gt;
#  if [ $? -eq 0 ]&lt;br /&gt;
#  then&lt;br /&gt;
#    cp $TMPDIR/fort.7 /$PBS_O_WORKDIR/${in}.mos&lt;br /&gt;
#  fi&lt;br /&gt;
# exit&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group/node-script&amp;diff=182395</id>
		<title>Mod:Hunt Research Group/node-script</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group/node-script&amp;diff=182395"/>
		<updated>2011-08-10T13:35:14Z</updated>

		<summary type="html">&lt;p&gt;Hn306: New page: Host hpc      Hostname login.cx1.hpc.ic.ac.uk    #!/bin/sh  # submit jobs to the que with this script using the following command: # rng4 is this script # jobname is a name you will see in...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Host hpc&lt;br /&gt;
     Hostname login.cx1.hpc.ic.ac.uk&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
&lt;br /&gt;
# submit jobs to the que with this script using the following command:&lt;br /&gt;
# rng4 is this script&lt;br /&gt;
# jobname is a name you will see in the qstat command&lt;br /&gt;
# name is the actual file minus .com etc it is passed into this script as ${in}&lt;br /&gt;
#&lt;br /&gt;
# qsub rng4_8 -N jobname -v in=name&lt;br /&gt;
&lt;br /&gt;
# batch processing commands&lt;br /&gt;
#PBS -l walltime=119:59:00&lt;br /&gt;
#PBS -lselect=1:ncpus=8:mem=7800MB&lt;br /&gt;
#PBS -k o&lt;br /&gt;
#PBS -q pqph&lt;br /&gt;
#PBS -m ae&lt;br /&gt;
&lt;br /&gt;
# load modules&lt;br /&gt;
#&lt;br /&gt;
module load gaussian/g09&lt;br /&gt;
&lt;br /&gt;
# check for a checkpoint file&lt;br /&gt;
#&lt;br /&gt;
# variable PBS_O_WORKDIR=directoiry from which the job was sumbited.&lt;br /&gt;
   test -r $PBS_O_WORKDIR/${in}.chk&lt;br /&gt;
   if [ $? -eq 0 ]&lt;br /&gt;
   then&lt;br /&gt;
     echo &amp;quot;located $PBS_O_WORKDIR/${in}.chk&amp;quot;&lt;br /&gt;
     cp $PBS_O_WORKDIR/${in}.chk $TMPDIR/.&lt;br /&gt;
   else&lt;br /&gt;
     echo &amp;quot;no checkpoint file $PBS_O_WORKDIR/${in}.chk&amp;quot;&lt;br /&gt;
   fi&lt;br /&gt;
#&lt;br /&gt;
# run gaussian&lt;br /&gt;
#&lt;br /&gt;
  g09 $PBS_O_WORKDIR/${in}.com&lt;br /&gt;
  cp $TMPDIR/${in}.chk /$PBS_O_WORKDIR/.&lt;br /&gt;
#  cp *.chk /$PBS_O_WORKDIR/pbs_${in}.chk&lt;br /&gt;
#  test -r $TMPDIR/fort.7&lt;br /&gt;
#  if [ $? -eq 0 ]&lt;br /&gt;
#  then&lt;br /&gt;
#    cp $TMPDIR/fort.7 /$PBS_O_WORKDIR/${in}.mos&lt;br /&gt;
#  fi&lt;br /&gt;
# exit&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group/calendar&amp;diff=182333</id>
		<title>Mod:Hunt Research Group/calendar</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group/calendar&amp;diff=182333"/>
		<updated>2011-07-24T20:50:38Z</updated>

		<summary type="html">&lt;p&gt;Hn306: /* Calendar */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Calendar ==&lt;br /&gt;
&lt;br /&gt;
*Tricia (Done!)&lt;br /&gt;
*Abdihakin Hassan (Done)&lt;br /&gt;
*Claire Ashworth (starts in october)&lt;br /&gt;
*Dimitrios Katsikadakos (not done)&lt;br /&gt;
*Heiko Niedermeyer (done)&lt;br /&gt;
*Ioannis Skarmoutsos (not done)&lt;br /&gt;
*Ling Ge (done)&lt;br /&gt;
*Weihong Teo (Done)&lt;br /&gt;
*Yang Li (Done)&lt;br /&gt;
*Richard Matthews (Done)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr bgcolor=&amp;quot;#66CCFF&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;th width=&amp;quot;90px&amp;quot;&amp;gt;Mon&amp;lt;/th&amp;gt;&lt;br /&gt;
   &amp;lt;th width=&amp;quot;90px&amp;quot;&amp;gt;Tues&amp;lt;/th&amp;gt;&lt;br /&gt;
   &amp;lt;th width=&amp;quot;90px&amp;quot;&amp;gt;Wed&amp;lt;/th&amp;gt;&lt;br /&gt;
   &amp;lt;th width=&amp;quot;90px&amp;quot;&amp;gt;Thur&amp;lt;/th&amp;gt;&lt;br /&gt;
   &amp;lt;th width=&amp;quot;90px&amp;quot;&amp;gt;Fri&amp;lt;/th&amp;gt;&lt;br /&gt;
   &amp;lt;th width=&amp;quot;90px&amp;quot; bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;Sat&amp;lt;/th&amp;gt;&lt;br /&gt;
   &amp;lt;th width=&amp;quot;90px&amp;quot; bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;Sun&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;July 4&amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;5&amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;6&amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;7&amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;8&amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;9&amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;10&amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;11&amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;12&amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;13&amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;14&amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;15&amp;lt;br&amp;gt;Ling work from home&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;16&amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;17&amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;18&amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;19&amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;20&amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#FFCCCC&amp;quot;&amp;gt;21&amp;lt;br&amp;gt;Tricia&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#FFCCCC&amp;quot;&amp;gt;22&amp;lt;br&amp;gt;Tricia&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;23 &amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;24 &amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td &amp;gt;25&amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;26&amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;27&amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;28&amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;29&amp;lt;br&amp;gt;Heiko&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;30 &amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;31 &amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;  &lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;August 1&amp;lt;br&amp;gt;UROP start&amp;lt;br&amp;gt;Heiko&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;2&amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;3&amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;4&amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;5&amp;lt;br&amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;6 &amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;7 &amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;8&amp;lt;br&amp;gt;Ling meeting in Leipzig&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;9&amp;lt;br&amp;gt;Ling meeting in Leipzig&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;10&amp;lt;br&amp;gt;Ling meeting in Leipzig&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;11&amp;lt;br&amp;gt;Ling meeting in Leipzig&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;12&amp;lt;br&amp;gt;Ling meeting in Leipzig&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;13 &amp;lt;br&amp;gt;Ling meeting in Leipzig&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;14&amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;  &lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#FFCCCC&amp;quot;&amp;gt;15&amp;lt;br&amp;gt;Tricia&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#FFCCCC&amp;quot;&amp;gt;16&amp;lt;br&amp;gt;Tricia&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#FFCCCC&amp;quot;&amp;gt;17&amp;lt;br&amp;gt;Tricia&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#FFCCCC&amp;quot;&amp;gt;18&amp;lt;br&amp;gt;Tricia&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#FFCCCC&amp;quot;&amp;gt;19&amp;lt;br&amp;gt;Tricia &amp;lt;br&amp;gt; Richard&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;20 &amp;lt;br&amp;gt;Tricia&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;21 &amp;lt;br&amp;gt;Tricia&amp;lt;/td&amp;gt;  &lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#FFCCCC&amp;quot;&amp;gt;22&amp;lt;br&amp;gt;Tricia &amp;lt;br&amp;gt; Richard &amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#FFCCCC&amp;quot;&amp;gt;23&amp;lt;br&amp;gt;Tricia &amp;lt;br&amp;gt; Richard &amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#FFCCCC&amp;quot;&amp;gt;24&amp;lt;br&amp;gt;Tricia &amp;lt;br&amp;gt; Richard &amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#FFCCCC&amp;quot;&amp;gt;25&amp;lt;br&amp;gt;Tricia &amp;lt;br&amp;gt; Richard &amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#FFCCCC&amp;quot;&amp;gt;26&amp;lt;br&amp;gt;Tricia &amp;lt;br&amp;gt; Richard &amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;27 &amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;28 &amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt; 29&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;30&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;31&amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;September 1&amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;2&amp;lt;br&amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;3 &amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;4 &amp;lt;br&amp;gt;yang &amp;lt;br&amp;gt; Ling meeting in Barcelona&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;5&amp;lt;br&amp;gt;yang &amp;lt;br&amp;gt; Ling meeting in Barcelona&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;6&amp;lt;br&amp;gt;yang &amp;lt;br&amp;gt; Ling meeting in Barcelona&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;7&amp;lt;br&amp;gt;yang &amp;lt;br&amp;gt; Ling meeting in Barcelona&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;8&amp;lt;br&amp;gt;yang &amp;lt;br&amp;gt; Ling meeting in Barcelona&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;9&amp;lt;br&amp;gt; Richard&amp;lt;br&amp;gt; yang &amp;lt;br&amp;gt; Ling meeting in Barcelona&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;10 &amp;lt;br&amp;gt;yang &amp;lt;br&amp;gt; Ling meeting in Barcelona&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;11 &amp;lt;br&amp;gt;yang&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;12&amp;lt;br&amp;gt;yang&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;13&amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;14&amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#FFCCCC&amp;quot;&amp;gt;15&amp;lt;br&amp;gt;Tricia&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#FFCCCC&amp;quot;&amp;gt;16&amp;lt;br&amp;gt;Tricia&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;17 &amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;18 &amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#FFCCCC&amp;quot;&amp;gt;19&amp;lt;br&amp;gt;Tricia&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;20&amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;21&amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td &amp;gt;22&amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td &amp;gt;23&amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;24 &amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;25 &amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;26&amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;27&amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;28&amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;29&amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;30&amp;lt;br&amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;October 1 &amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;2 &amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;                &lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group/SSHkeyfile&amp;diff=160423</id>
		<title>Mod:Hunt Research Group/SSHkeyfile</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group/SSHkeyfile&amp;diff=160423"/>
		<updated>2011-03-03T13:24:59Z</updated>

		<summary type="html">&lt;p&gt;Hn306: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== How to... not have to enter your password for every single SSH connection because you have better things to do with your time ==&lt;br /&gt;
&lt;br /&gt;
THIS WAS WRITTEN MORE OR LESS FROM MEMORY, AS MY SYSTEM ALREADY WORKS THIS WAY AND I DID NOT FEEL TO BREAK IT JUST TO SEE WHETHER I CAN GET IT RUNNING AGAIN. IT SHOULD BE LARGELY RIGHT, BUT I DO NOT PROMIS ANYTHING. IF YOU FIND ANY MISTAKES, LET ME KNOW AND I WILL FIX THEM. OR BETTER YET: FIX THEM YOURSELF AND LET ME KNOW AFTERWARDS.&lt;br /&gt;
&lt;br /&gt;
In case you are fed up with having to enter your password for every SSH connection you make, you can use a so called keypair. Be aware that this is a fairly complex business with a million and one possibilities to tweak and play around if you want. Be also aware that you are dealing with security issues and that you will have to make a few decisions, which could lower the overall security of your account (I will mention that later). Your are therefore encouraged to make use of google and have a look at the different (and far better) tutorials on this topic. In case you just want it to work and that&#039;s it, read on...&lt;br /&gt;
&lt;br /&gt;
First open a shell on the computer you want to connect from. Enter &#039;&#039;cd ~/.ssh&#039;&#039;.&lt;br /&gt;
If a &#039;&#039;ls&#039;&#039; shows to files called &#039;id_rsa&#039; and &#039;id_rsa.pub&#039; you already have a key pair. If not, enter &#039;ssh-keygen&#039; Here is what the result should look like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;heiko@clove:~/.ssh$ ssh-keygen &lt;br /&gt;
Generating public/private rsa key pair.&lt;br /&gt;
Enter file in which to save the key (/Users/heiko/.ssh/id_rsa):&lt;br /&gt;
Enter passphrase (empty for no passphrase): &lt;br /&gt;
Enter same passphrase again: &lt;br /&gt;
Your identification has been saved in id_rsa.&lt;br /&gt;
Your public key has been saved in id_rsa.pub.&lt;br /&gt;
The key fingerprint is:&lt;br /&gt;
f0:da:dc:77:cf:71:12:c8:50:dc:18:a9:8d:66:38:ae heiko@clove.ch.ic.ac.uk&lt;br /&gt;
The key&#039;s randomart image is:&lt;br /&gt;
+--[ RSA 2048]----+&lt;br /&gt;
|           .o=   |&lt;br /&gt;
|           .+ .  |&lt;br /&gt;
|      .  ..+     |&lt;br /&gt;
|       oo =o..   |&lt;br /&gt;
|       .S+  o .  |&lt;br /&gt;
|       +..     . |&lt;br /&gt;
|      ..o . . o..|&lt;br /&gt;
|      E    . . +o|&lt;br /&gt;
|                o|&lt;br /&gt;
+-----------------+&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should keep the standard directory and choose a suitably difficult passphrase.&lt;br /&gt;
&lt;br /&gt;
The two file you just created are  key and keyhole. The first file &#039;id_rsa&#039; is the key. You should not ever ever ever give it to anybody else or allow anyone to copy it. The second file &#039;id_rsa.pub&#039; the keyhole. It is public and you could give it to anyone. In this case, give it to the hpc.&lt;br /&gt;
&lt;br /&gt;
If you open &#039;id_rsa.pub&#039; it should contain one line of complete gibberish (it may look like more lines, but it is in fact just one long line, and you have to make sure not to add any additional line breaks). Mine looks like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAwRDgM+iQg7OaX/CFq1sZ9jl206nYIhW9SMBqsOIRvGM68/6o6uxZo/D4IlmQI9sAcU5FVNEt9dvDanRqUlC7ZtcOGOCqZsj1HTGD3LcOiPNHYPvi1auEwrXv1hDh4pmJwdgZCRnpewNl+I6RNBiZUyzLzp0/2eIyf4TqG1rpHRNjmtS9turANIv1GK1ONIO7RfVmmIk/jjTQJU9iJqje9ZSXTSm7rUG4W8q+mWcnACReVChc+9mVZDOb3gUZV1Vs8e7G36nj6XfHw51y1B1lrlnPQJ7U3JdqPz6AG3Je39cR1vnfALxBSpF5QbTHTJOX5ke+sNKo//kDyWWlfzz3rQ== heiko@clove.ch.ic.ac.uk&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now log in to the HPC and open (or create) the file &#039;~/.ssh/authorized_keys&#039;. In a new line at the end of this file, you should add a comment (starting with #) about where that keypair comes from and then in a second line you should copy&amp;amp;paste the complete contents of your &#039;id_rsa.pub&#039; file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;#MAC in the office&lt;br /&gt;
ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAwRDgM+iQg7OaX/CFq1sZ9jl206nYIhW9SMBqsOIRvGM68/6o6uxZo/D4IlmQI9sAcU5FVNEt9dvDanRqUlC7ZtcOGOCqZsj1HTGD3LcOiPNHYPvi1auEwrXv1hDh4pmJwdgZCRnpewNl+I6RNBiZUyzLzp0/2eIyf4TqG1rpHRNjmtS9turANIv1GK1ONIO7RfVmmIk/jjTQJU9iJqje9ZSXTSm7rUG4W8q+mWcnACReVChc+9mVZDOb3gUZV1Vs8e7G36nj6XfHw51y1B1lrlnPQJ7U3JdqPz6AG3Je39cR1vnfALxBSpF5QbTHTJOX5ke+sNKo//kDyWWlfzz3rQ== heiko@clove.ch.ic.ac.uk&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And that was more or less all. Close the &#039;authorized_keys&#039; file and your connection to the HPC. Now connect again. You will be asked for the passphrase for your keyfile. Enter it. You should now be logged in to the HPC. If you are not asked for the passphrase but for the password of your account, the Server does not accept your key pair. Possible reasons can be to wide access rights for anyone but you on a range of files. The group is not allowed to have +w access to your home directory. Furthermore there are more specific restriction on the file permission in your ~/.ssh directory. Check these first.&lt;br /&gt;
&lt;br /&gt;
So far, we have replaced entering the password for your account with entering the passphrase for your keypair. This is where a so called SSH-agent comes handy. The agent will store your passphrases for you so you do not have to enter them anymore. Luckily MacOS has one build in, that should have popped up and asked you, wether you want the agent to take care of your passphrases. If you said &#039;YES&#039;, that was the very last time you ever heard or saw anything of it or your passphrase. Similar agents exist for more or less every OS. From now on you just have to enter &#039;&#039;ssh user@server&#039;&#039; (or in my case &#039;&#039;&#039;ssh hpc&#039;&#039; if you followed the other tutorial) and you are logged in. No questions asked.&lt;br /&gt;
&lt;br /&gt;
In case your are to lazy to se up a ssh-agent application, you can create a keyfile without a passphrase. But be aware, that everyone with access to that keyfile can log in to your account. So you should not use such a keyfile. It is very naughty.&lt;br /&gt;
&lt;br /&gt;
PuTTY has a special application for creating keyfile under Windows, and has it&#039;s own agent. But I am to lazy to write about that now, as I don&#039;t have my laptop here and would have to look everything up on the internet. If someone needs this feel free to write your own tutorial or come and ask me if I feel like extending this one. :)&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group/calendar&amp;diff=127631</id>
		<title>Mod:Hunt Research Group/calendar</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group/calendar&amp;diff=127631"/>
		<updated>2010-11-28T18:00:29Z</updated>

		<summary type="html">&lt;p&gt;Hn306: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Calendar ==&lt;br /&gt;
RED is when the college is closted!&lt;br /&gt;
&lt;br /&gt;
*Tricia (done)&lt;br /&gt;
*Abdihakin Hassan (not done)&lt;br /&gt;
*Claire Ashworth (done)&lt;br /&gt;
*Dimitrios Katsikadakos (done)&lt;br /&gt;
*Heiko Niedermeyer (done)&lt;br /&gt;
*Ioannis Skarmoutsos (not done)&lt;br /&gt;
*Ling Ge (done)&lt;br /&gt;
*Rachael Bartholomew (done)&lt;br /&gt;
*Weihong Teo (not done)&lt;br /&gt;
*Yang Li (not done)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr bgcolor=&amp;quot;#66CCFF&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;th width=&amp;quot;90px&amp;quot;&amp;gt;Mon&amp;lt;/th&amp;gt;&lt;br /&gt;
   &amp;lt;th width=&amp;quot;90px&amp;quot;&amp;gt;Tues&amp;lt;/th&amp;gt;&lt;br /&gt;
   &amp;lt;th width=&amp;quot;90px&amp;quot;&amp;gt;Wed&amp;lt;/th&amp;gt;&lt;br /&gt;
   &amp;lt;th width=&amp;quot;90px&amp;quot;&amp;gt;Thur&amp;lt;/th&amp;gt;&lt;br /&gt;
   &amp;lt;th width=&amp;quot;90px&amp;quot;&amp;gt;Fri&amp;lt;/th&amp;gt;&lt;br /&gt;
   &amp;lt;th width=&amp;quot;90px&amp;quot; bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;Sat&amp;lt;/th&amp;gt;&lt;br /&gt;
   &amp;lt;th width=&amp;quot;90px&amp;quot; bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;Sun&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;29&amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;30&amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;December 1&amp;lt;br&amp;gt;Tricia Manchester&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;2&amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;3&amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;4&amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;5&amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;6&amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;7&amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;8&amp;lt;br&amp;gt;Tricia/Heiko Germany&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;9&amp;lt;br&amp;gt;Tricia/Heiko Germany&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;10&amp;lt;br&amp;gt;Tricia/Heiko Germany&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;11&amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;12&amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;13&amp;lt;br&amp;gt;Tricia Pacifichem&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;14&amp;lt;br&amp;gt;Tricia Pacifichem&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;15&amp;lt;br&amp;gt;Tricia Pacifichem&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;16&amp;lt;br&amp;gt;Tricia Pacifichem&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;17&amp;lt;br&amp;gt;TERM ENDS &amp;lt;br&amp;gt; Tricia Pacifichem&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;18 &amp;lt;br&amp;gt;Tricia Pacifichem&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;19 &amp;lt;br&amp;gt;Tricia Pacifichem&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;20 &amp;lt;br&amp;gt;Tricia away/ Rachael -holiday and revision&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;21 &amp;lt;br&amp;gt;Rachael -holiday and revision&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;22 &amp;lt;br&amp;gt;Dimitris/Tricia/Heiko holiday/ Rachael -holiday and revision/Claire away&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;23 &amp;lt;br&amp;gt;Dimitris/Tricia/Heiko holiday / Rachael -holiday and revision/Claire away &amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#FF9999&amp;quot;&amp;gt;24 &amp;lt;br&amp;gt;Dimitris/Tricia/Heiko holiday / Rachael -holiday and revision / Ling holiday/Claire away&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#FF9999&amp;quot;&amp;gt;25 &amp;lt;br&amp;gt;Dimitris/Tricia/Heiko/Rachael holiday/ Ling holiday/ Claire away&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#FF9999&amp;quot;&amp;gt;26 &amp;lt;br&amp;gt;Dimitris/Tricia/Heiko holiday / Rachael -holiday and revision / Ling holiday/ Claire away&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#FF9999&amp;quot;&amp;gt;27 &amp;lt;br&amp;gt;Dimitris/Tricia/Heiko holiday/ Rachael -holiday and revision / Ling holiday/ Claire away&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#FF9999&amp;quot;&amp;gt;28 &amp;lt;br&amp;gt;Dimitris/Tricia/Heiko holiday / Rachael -holiday and revision / Ling holiday/ Claire away&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#FF9999&amp;quot;&amp;gt;29 &amp;lt;br&amp;gt;Dimitris/Tricia/Heiko holiday / Rachael -holiday and revision / Ling holiday/Claire away&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#FF9999&amp;quot;&amp;gt;30 &amp;lt;br&amp;gt;Dimitris/Tricia/Heiko holiday / Rachael -holiday and revision / Ling holiday/ Claire away&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#FF9999&amp;quot;&amp;gt;31 &amp;lt;br&amp;gt;Dimitris/Tricia/Heiko holiday / Rachael -holiday and revision / Ling holiday/ Claire away&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#FF9999&amp;quot;&amp;gt;January 1 &amp;lt;br&amp;gt;Dimitris/Tricia/Heiko holiday / Rachael -holiday and revision / Ling holiday/Claire away&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#FF9999&amp;quot;&amp;gt;2 &amp;lt;br&amp;gt;Dimitris/Tricia/Heiko holiday / Rachael -holiday and revision / Ling holiday/Claire away&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#FF9999&amp;quot;&amp;gt;3 &amp;lt;br&amp;gt;Dimitris holiday / Tricia work from home / Rachael -holiday and revision / Ling work from home/Claire away&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;4 &amp;lt;br&amp;gt;Dimitris/Heiko holiday / Tricia work from home / Rachael -holiday and revision/ Claire away&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;5 &amp;lt;br&amp;gt;Dimitris/Heiko holiday / Tricia work from home / Rachael -holiday and revision/Claire away&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;6 &amp;lt;br&amp;gt;Dimitris/Heiko holiday / Tricia work from home / Rachael -holiday and revision/ Claire away&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;7 &amp;lt;br&amp;gt;Dimitris/Heiko holiday / Tricia work from home / Rachael -holiday and revision/ Claire away&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;8 &amp;lt;br&amp;gt;Dimitris/Heiko holiday / Rachael -holiday and revision/ Claire away&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;9 &amp;lt;br&amp;gt;Dimitris/Heiko holiday / Rachael -holiday and revision/ Claire away&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;10 &amp;lt;br&amp;gt;TERM STARTS Rachael IVA exam week/ Claire exams&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;11 &amp;lt;br&amp;gt; Rachael IVA exam week/ Claire exams&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;12 &amp;lt;br&amp;gt; Rachael IVA exam week/Claire exams&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;13 &amp;lt;br&amp;gt; Rachael IVA exam week/Claire exams&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;14 &amp;lt;br&amp;gt; Rachael IVA exam weekClaire exams&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;15 &amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;16 &amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;17 &amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;18 &amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;19 &amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;20 &amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;21 &amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;22 &amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;23 &amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group/calendar&amp;diff=109302</id>
		<title>Mod:Hunt Research Group/calendar</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group/calendar&amp;diff=109302"/>
		<updated>2010-07-19T13:20:35Z</updated>

		<summary type="html">&lt;p&gt;Hn306: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Calendar ==&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr bgcolor=&amp;quot;#66CCFF&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;th width=&amp;quot;90px&amp;quot;&amp;gt;Mon&amp;lt;/th&amp;gt;&lt;br /&gt;
   &amp;lt;th width=&amp;quot;90px&amp;quot;&amp;gt;Tues&amp;lt;/th&amp;gt;&lt;br /&gt;
   &amp;lt;th width=&amp;quot;90px&amp;quot;&amp;gt;Wed&amp;lt;/th&amp;gt;&lt;br /&gt;
   &amp;lt;th width=&amp;quot;90px&amp;quot;&amp;gt;Thur&amp;lt;/th&amp;gt;&lt;br /&gt;
   &amp;lt;th width=&amp;quot;90px&amp;quot;&amp;gt;Fri&amp;lt;/th&amp;gt;&lt;br /&gt;
   &amp;lt;th width=&amp;quot;90px&amp;quot; bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;Sat&amp;lt;/th&amp;gt;&lt;br /&gt;
   &amp;lt;th width=&amp;quot;90px&amp;quot; bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;Sun&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;July 5&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;6&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;7&amp;lt;br&amp;gt;ling holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;8&amp;lt;br&amp;gt;ling holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;9&amp;lt;br&amp;gt;ling holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;10&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;11&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot; bgcolor=&amp;quot;#CCFF99&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;12&amp;lt;br&amp;gt;tricia holiday  &amp;lt;br&amp;gt;ling in china &amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;13&amp;lt;br&amp;gt;tricia holiday  &amp;lt;br&amp;gt;ling in china &amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;14&amp;lt;br&amp;gt;tricia holiday  &amp;lt;br&amp;gt;ling in china &amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;15&amp;lt;br&amp;gt;tricia holiday  &amp;lt;br&amp;gt;ling in china &amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;16&amp;lt;br&amp;gt;tricia holiday  &amp;lt;br&amp;gt;ling in china &amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;17&amp;lt;br&amp;gt;tricia holiday  &amp;lt;br&amp;gt;ling in china &amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;18&amp;lt;br&amp;gt;tricia holiday  &amp;lt;br&amp;gt;ling in china &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#FFCCFF&amp;quot;&amp;gt;19&amp;lt;br&amp;gt;Fiona, Claire, Serene start  &amp;lt;br&amp;gt;ling in china &amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;20&amp;lt;br&amp;gt;ling in china &amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;21&amp;lt;br&amp;gt;ling in china &amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;22&amp;lt;br&amp;gt;ling in china &amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;23&amp;lt;br&amp;gt;ling in china &amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;24&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;25&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;26 &amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;27 &amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;28 &amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;29 &amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;30 &amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;31&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;Aug 1 &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;2 &amp;lt;br&amp;gt; yannis holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;3 &amp;lt;br&amp;gt; yannis holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;4 &amp;lt;br&amp;gt; yannis holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;5 &amp;lt;br&amp;gt; yannis holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;6 &amp;lt;br&amp;gt; yannis holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;7 &amp;lt;br&amp;gt; yannis holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;8 &amp;lt;br&amp;gt; yannis holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#FF9999&amp;quot;&amp;gt;9 &amp;lt;br&amp;gt; yannis holiday&amp;lt;br&amp;gt;C1 closes&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;10 &amp;lt;br&amp;gt;yannis holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;11 &amp;lt;br&amp;gt;yannis holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;12 &amp;lt;br&amp;gt;yannis holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;13 &amp;lt;br&amp;gt;yannis holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;14 &amp;lt;br&amp;gt;yannis holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;15 &amp;lt;br&amp;gt;yannis holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;16 &amp;lt;br&amp;gt;yannis holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;17 &amp;lt;br&amp;gt;yannis holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;18 &amp;lt;br&amp;gt;yannis holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;19 &amp;lt;br&amp;gt;yannis holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;20 &amp;lt;br&amp;gt;yannis holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;21 &amp;lt;br&amp;gt;yannis holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;22 &amp;lt;br&amp;gt;yannis holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;23 &amp;lt;br&amp;gt;yannis holiday&amp;lt;br&amp;gt;Heiko holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;24 &amp;lt;br&amp;gt;yannis holiday&amp;lt;br&amp;gt;Heiko holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;25 &amp;lt;br&amp;gt;yannis holiday&amp;lt;br&amp;gt;Heiko holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;26 &amp;lt;br&amp;gt;yannis holiday&amp;lt;br&amp;gt;Heiko holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;27 &amp;lt;br&amp;gt;yannis holiday&amp;lt;br&amp;gt;Heiko holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;28 &amp;lt;br&amp;gt;yannis holiday&amp;lt;br&amp;gt;Heiko holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;29 &amp;lt;br&amp;gt;yannis holiday&amp;lt;br&amp;gt;Heiko holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#FFCCCC&amp;quot;&amp;gt;30 &amp;lt;br&amp;gt;Bank holiday&amp;lt;br&amp;gt;Heiko holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;31 &amp;lt;br&amp;gt;yannis holiday&amp;lt;br&amp;gt;Heiko holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;Sept 1 &amp;lt;br&amp;gt;Flo visits&amp;lt;br&amp;gt;yannis holiday&amp;lt;br&amp;gt;Heiko holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;2 &amp;lt;br&amp;gt;Flo visits&amp;lt;br&amp;gt; yannis holiday&amp;lt;br&amp;gt;Heiko holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;3 &amp;lt;br&amp;gt; yannis holiday&amp;lt;br&amp;gt;Heiko holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;4 &amp;lt;br&amp;gt;Heiko holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;5 &amp;lt;br&amp;gt;Heiko holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;6&amp;lt;br&amp;gt;Heiko holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;7&amp;lt;br&amp;gt;Heiko holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;8&amp;lt;br&amp;gt;Heiko holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;9&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#FF9999&amp;quot;&amp;gt;10 &amp;lt;br&amp;gt; Serene finishes 8 weeks &amp;lt;br&amp;gt; C1 opens on monday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;11&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;12&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot; bgcolor=&amp;quot;#CCFF99&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;13 &amp;lt;br&amp;gt;tricia holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;14&amp;lt;br&amp;gt;tricia holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;15 &amp;lt;br&amp;gt;tricia holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;16 &amp;lt;br&amp;gt;tricia holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;17 &amp;lt;br&amp;gt;tricia holiday &amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;18&amp;lt;br&amp;gt;tricia holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;19&amp;lt;br&amp;gt;tricia holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;20&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;21&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;22&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;23&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#FFCCFF&amp;quot;&amp;gt;24 &amp;lt;br&amp;gt;Claire and Fiona finish 10 weeks&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;25&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;26&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;27&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;28&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;29&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;30&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td &amp;gt;Oct 1&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;2&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;3&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#FF9999&amp;quot;&amp;gt;4 &amp;lt;br&amp;gt;TERM STARTS&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;5 &amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;6&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;7&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;8&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;9&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;10&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group/calendar&amp;diff=109299</id>
		<title>Mod:Hunt Research Group/calendar</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group/calendar&amp;diff=109299"/>
		<updated>2010-07-02T16:29:43Z</updated>

		<summary type="html">&lt;p&gt;Hn306: /* Calendar */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Calendar ==&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr bgcolor=&amp;quot;#66CCFF&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;th width=&amp;quot;90px&amp;quot;&amp;gt;Mon&amp;lt;/th&amp;gt;&lt;br /&gt;
   &amp;lt;th width=&amp;quot;90px&amp;quot;&amp;gt;Tues&amp;lt;/th&amp;gt;&lt;br /&gt;
   &amp;lt;th width=&amp;quot;90px&amp;quot;&amp;gt;Wed&amp;lt;/th&amp;gt;&lt;br /&gt;
   &amp;lt;th width=&amp;quot;90px&amp;quot;&amp;gt;Thur&amp;lt;/th&amp;gt;&lt;br /&gt;
   &amp;lt;th width=&amp;quot;90px&amp;quot;&amp;gt;Fri&amp;lt;/th&amp;gt;&lt;br /&gt;
   &amp;lt;th width=&amp;quot;90px&amp;quot; bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;Sat&amp;lt;/th&amp;gt;&lt;br /&gt;
   &amp;lt;th width=&amp;quot;90px&amp;quot; bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;Sun&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;July 5&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;6&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;7&amp;lt;br&amp;gt;ling holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;8&amp;lt;br&amp;gt;ling holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;9&amp;lt;br&amp;gt;ling holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;10&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;11&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot; bgcolor=&amp;quot;#CCFF99&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;12&amp;lt;br&amp;gt;tricia holiday  &amp;lt;br&amp;gt;ling in china &amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;13&amp;lt;br&amp;gt;tricia holiday  &amp;lt;br&amp;gt;ling in china &amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;14&amp;lt;br&amp;gt;tricia holiday  &amp;lt;br&amp;gt;ling in china &amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;15&amp;lt;br&amp;gt;tricia holiday  &amp;lt;br&amp;gt;ling in china &amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;16&amp;lt;br&amp;gt;tricia holiday  &amp;lt;br&amp;gt;ling in china &amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;17&amp;lt;br&amp;gt;tricia holiday  &amp;lt;br&amp;gt;ling in china &amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;18&amp;lt;br&amp;gt;tricia holiday  &amp;lt;br&amp;gt;ling in china &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#FFCCFF&amp;quot;&amp;gt;19&amp;lt;br&amp;gt;Fiona, Claire, Serene start  &amp;lt;br&amp;gt;ling in china &amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;20&amp;lt;br&amp;gt;ling in china &amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;21&amp;lt;br&amp;gt;ling in china &amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;22&amp;lt;br&amp;gt;ling in china &amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;23&amp;lt;br&amp;gt;ling in china &amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;24&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;25&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;26 &amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;27 &amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;28 &amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;29 &amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;30 &amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;31&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;Aug 1 &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;2 &amp;lt;br&amp;gt; yannis holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;3 &amp;lt;br&amp;gt; yannis holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;4 &amp;lt;br&amp;gt; yannis holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;5 &amp;lt;br&amp;gt; yannis holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;6 &amp;lt;br&amp;gt; yannis holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;7 &amp;lt;br&amp;gt; yannis holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;8 &amp;lt;br&amp;gt; yannis holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#FF9999&amp;quot;&amp;gt;9 &amp;lt;br&amp;gt; yannis holiday&amp;lt;br&amp;gt;C1 closes&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;10 &amp;lt;br&amp;gt;yannis holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;11 &amp;lt;br&amp;gt;yannis holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;12 &amp;lt;br&amp;gt;yannis holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;13 &amp;lt;br&amp;gt;yannis holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;14 &amp;lt;br&amp;gt;yannis holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;15 &amp;lt;br&amp;gt;yannis holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;16 &amp;lt;br&amp;gt;yannis holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;17 &amp;lt;br&amp;gt;yannis holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;18 &amp;lt;br&amp;gt;yannis holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;19 &amp;lt;br&amp;gt;yannis holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;20 &amp;lt;br&amp;gt;yannis holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;21 &amp;lt;br&amp;gt;yannis holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;22 &amp;lt;br&amp;gt;yannis holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;23 &amp;lt;br&amp;gt;yannis holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;24 &amp;lt;br&amp;gt;yannis holiday&amp;lt;br&amp;gt;Heiko holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;25 &amp;lt;br&amp;gt;yannis holiday&amp;lt;br&amp;gt;Heiko holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;26 &amp;lt;br&amp;gt;yannis holiday&amp;lt;br&amp;gt;Heiko holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;27 &amp;lt;br&amp;gt;yannis holiday&amp;lt;br&amp;gt;Heiko holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;28 &amp;lt;br&amp;gt;yannis holiday&amp;lt;br&amp;gt;Heiko holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;29 &amp;lt;br&amp;gt;yannis holiday&amp;lt;br&amp;gt;Heiko holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#FFCCCC&amp;quot;&amp;gt;30 &amp;lt;br&amp;gt;Bank holiday&amp;lt;br&amp;gt;Heiko holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;31 &amp;lt;br&amp;gt;yannis holiday&amp;lt;br&amp;gt;Heiko holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;Sept 1 &amp;lt;br&amp;gt;Flo visits&amp;lt;br&amp;gt;yannis holiday&amp;lt;br&amp;gt;Heiko holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;2 &amp;lt;br&amp;gt;Flo visits&amp;lt;br&amp;gt; yannis holiday&amp;lt;br&amp;gt;Heiko holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;3 &amp;lt;br&amp;gt; yannis holiday&amp;lt;br&amp;gt;Heiko holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;4 &amp;lt;br&amp;gt;Heiko holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;5 &amp;lt;br&amp;gt;Heiko holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;6&amp;lt;br&amp;gt;Heiko holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;7&amp;lt;br&amp;gt;Heiko holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;8&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;9&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#FF9999&amp;quot;&amp;gt;10 &amp;lt;br&amp;gt; Serene finishes 8 weeks &amp;lt;br&amp;gt; C1 opens on monday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;11&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;12&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot; bgcolor=&amp;quot;#CCFF99&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;13 &amp;lt;br&amp;gt;tricia holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;14&amp;lt;br&amp;gt;tricia holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;15 &amp;lt;br&amp;gt;tricia holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;16 &amp;lt;br&amp;gt;tricia holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;17 &amp;lt;br&amp;gt;tricia holiday &amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;18&amp;lt;br&amp;gt;tricia holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;19&amp;lt;br&amp;gt;tricia holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;20&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;21&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;22&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;23&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#FFCCFF&amp;quot;&amp;gt;24 &amp;lt;br&amp;gt;Claire and Fiona finish 10 weeks&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;25&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;26&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;27&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;28&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;29&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;30&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td &amp;gt;Oct 1&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;2&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;3&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#FF9999&amp;quot;&amp;gt;4 &amp;lt;br&amp;gt;TERM STARTS&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;5 &amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;6&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;7&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;8&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;9&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;10&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group&amp;diff=106116</id>
		<title>Mod:Hunt Research Group</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group&amp;diff=106116"/>
		<updated>2010-03-16T14:42:04Z</updated>

		<summary type="html">&lt;p&gt;Hn306: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Hunt Group Wiki==&lt;br /&gt;
&lt;br /&gt;
Back to the main [http://www.ch.ic.ac.uk/hunt web-page]&lt;br /&gt;
===Gaussian General===&lt;br /&gt;
:Back to the main [https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group wiki-page]&lt;br /&gt;
&lt;br /&gt;
#A database of common errors encountered when running Gaussian jobs [https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/gaussian_errors link] (notes by Everyone!)&lt;br /&gt;
#Instructions for visualizing electrostatic potentials [https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/electrostatic_potentials link] (notes by Flo)&lt;br /&gt;
# [http://www.ch.ic.ac.uk/hunt/g03_man/index.htm G03 Manual]&lt;br /&gt;
#How to turn a gaussian optimization into a VMD movie [https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/VMDmovie link] (notes by Heiko)&lt;br /&gt;
&lt;br /&gt;
===Unix and HPC===&lt;br /&gt;
#Setting up a connection to HPC if you have a PC [https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/hpc_connections link] (notes by Hieu) &lt;br /&gt;
#How to fix Windows files under UNIX [https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/Windowsfiles link] (notes by Heiko)&lt;br /&gt;
#HPC servers and run scripts [https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/hpc link] (notes by Ling)]&lt;br /&gt;
#How to make ssh more comfortable [https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/pimpSSH link] (notes by Heiko)&lt;br /&gt;
#How to set up a SSH keypair [https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/SSHkeyfile link] (notes by Heiko)&lt;br /&gt;
#How to use gaussview directly on the HPC [https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/gview link] (notes by Heiko)&lt;br /&gt;
#How to comfortably search through old BASH commands [https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/searchbash link] (notes by Heiko)&lt;br /&gt;
&lt;br /&gt;
===Installing packages===&lt;br /&gt;
#CPMD: Car-Parrinello Molecular Dynamics [https://www.ch.ic.ac.uk/wiki/index.php/Talk:Mod:Hunt_Research_Group/cpmd link] (notes by Ling)&lt;br /&gt;
#VMD: a molecular dynamics visualisation package [https://www.ch.ic.ac.uk/wiki/index.php/Talk:Mod:Hunt_Research_Group/vmd link]  (notes by Ling)&lt;br /&gt;
#DLPOLY a MD simmulation package, Installation on an IMac [https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/dlpoly_install  link] (notes by Ling)&lt;br /&gt;
#How to install POLYRATE [https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/polyrate link]  (notes by Tricia)&lt;br /&gt;
#How to install Geomview [https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/geomview link]  (notes by Tricia)&lt;br /&gt;
&lt;br /&gt;
===Research Notes===&lt;br /&gt;
#Voids in ILs[https://www.ch.ic.ac.uk/wiki/index.php/Talk:Mod:Hunt_Research_Group/voids link] (notes by Ling)&lt;br /&gt;
#How to equilibrate an MD run[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/equilibration link]  (notes by Tricia and Ling)]&lt;br /&gt;
#Equilibration of [bmim][BF4] and [bmim][NO3][https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/BmimBF4_equilibration link] (notes by Ling)]&lt;br /&gt;
#Summary of discussions with Ruth[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/Aug09QtoRuth link] (notes by Ling and Tricia)]&lt;br /&gt;
#Cl- in water[https://www.ch.ic.ac.uk/wiki/index.php/Talk:Mod:Hunt_Research_Group/wannier_centre link] (notes by Ling)]&lt;br /&gt;
#The use of Legendre time correlation functions to study reorientational dynamics in liquids[https://www.ch.ic.ac.uk/wiki/index.php/Talk:Mod:Hunt_Research_Group/legendre  link] (notes by Yannis)&lt;br /&gt;
&lt;br /&gt;
===Teaching Stuff===&lt;br /&gt;
#Tutorial group A  [https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/Tutorial_A notes]&lt;br /&gt;
#Tutorial group B [https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/Tutorial_B notes]&lt;br /&gt;
&lt;br /&gt;
===Admin Stuff===&lt;br /&gt;
#Not used to writing a wiki, make your test runs [https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/testing  on this page]&lt;br /&gt;
#How to set-up new macs [https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/mac_setup link]  (notes by Tricia)&lt;br /&gt;
#[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/calendar Calendar]  (notes by Tricia)&lt;br /&gt;
#Demonstrating in the 3rd year computational chemistry lab [https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/compchemlab  Timetable] (notes by Tricia)&lt;br /&gt;
#computational chemistry lab [https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/comp_chem_results  results] (notes by Yannis)&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group/VMDmovie&amp;diff=106107</id>
		<title>Mod:Hunt Research Group/VMDmovie</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group/VMDmovie&amp;diff=106107"/>
		<updated>2010-03-16T14:39:49Z</updated>

		<summary type="html">&lt;p&gt;Hn306: New page: == How to... turn a gaussian optimization into a VMD movie ==  First create a .xyz file with your coordinates. The format has to be as follows:  &amp;lt;code&amp;gt; &amp;lt;Number of Atoms&amp;gt;  &amp;lt;title&amp;gt;  &amp;lt;Symbol ...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== How to... turn a gaussian optimization into a VMD movie ==&lt;br /&gt;
&lt;br /&gt;
First create a .xyz file with your coordinates. The format has to be as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
&amp;lt;Number of Atoms&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;title&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Symbol or Number of Atom1&amp;gt; &amp;lt;x&amp;gt; &amp;lt;y&amp;gt; &amp;lt;z&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Symbol or Number of Atom2&amp;gt; &amp;lt;x&amp;gt; &amp;lt;y&amp;gt; &amp;lt;z&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Symbol or Number of Atom3&amp;gt; &amp;lt;x&amp;gt; &amp;lt;y&amp;gt; &amp;lt;z&amp;gt;&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
repeat this for every frame of your animation (= every step of your optimization). You cannot change the number of atoms or the title after the first step, but you still have to include them (or at least a blank line for each).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To simplify this process you can get a copy of the &#039;&#039;&#039;XYZmovie.py&#039;&#039;&#039; script. This will do a number of things:&lt;br /&gt;
&lt;br /&gt;
1.) It will read every geometry from a gaussian output file and bring it into the correct XYZ format for VMD. If you do this with a frequency or singlepoint calculation you are just going to get a single geometry, if you try it with an optimization, you will get a series of frames, one for each step of the optimization.&lt;br /&gt;
&lt;br /&gt;
2.) It will write the output into a file. :)&lt;br /&gt;
&lt;br /&gt;
3.) It will move one atom of your choice to the origin of the coordinate system.&lt;br /&gt;
&lt;br /&gt;
4.) It will rotate the molecule so that a second atom of your choice is on the y axis.&lt;br /&gt;
&lt;br /&gt;
5.) It will rotate the molecule so that a third atom of your choice is in the y,z plane.&lt;br /&gt;
&lt;br /&gt;
6.) It will rotate the molecule so that the second and third atom have a positive y value.&lt;br /&gt;
&lt;br /&gt;
Point 3 to 6 are in order to stop the molecule from &#039;hopping around&#039;. The atoms should be chosen so that they are not strongly affected by the movement in your molecule, otherwise the animations may look &#039;odd&#039;.&lt;br /&gt;
&lt;br /&gt;
The syntax for the script is&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;XYZmovie.py&#039;&#039;&#039; &amp;lt;input file&amp;gt; &amp;lt;output file&amp;gt; &amp;lt;atom 1&amp;gt; &amp;lt;atom2&amp;gt; &amp;lt;atom3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The atoms are counted starting from 0!&lt;br /&gt;
&lt;br /&gt;
The resulting file can then be opened in VMD and should result in a trajectory/movie. The representation can then be changed as usual in VMD. To save the result as a movie, open &#039;&#039;&#039;Extensions -&amp;gt; Visualization -&amp;gt;  Movie Maker&#039;&#039;&#039; in VMD.&lt;br /&gt;
&lt;br /&gt;
In the new window the following options should be set:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Renderer&#039;&#039;&#039; should be set to either &#039;Snapshot&#039; or &#039;Tachyon (Raytracer)&#039;. The later gives slightly better looking pictures but takes significantly longer to render. If time is any issue at all, go for Snapshot.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Movie Settings&#039;&#039;&#039;: check &#039;Trajectory&#039; and &#039;&#039;&#039;un&#039;&#039;&#039;check &#039;Delete image files&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Format&#039;&#039;&#039; should be &#039;Animated GIF (ImageMagick)&#039;&lt;br /&gt;
&lt;br /&gt;
Set the working directory and give the whole thing a name of your choice. Finally click on &#039;&#039;&#039;Make Movie&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
This will create a range of files of the patter &amp;lt;directory&amp;gt;/&amp;lt;name&amp;gt;.&amp;lt;frame number&amp;gt;.ppm, each a picture of another frame, as well as the file &amp;lt;directory&amp;gt;/&amp;lt;name&amp;gt;.gif with the video. If this video is to fast or slow, you can create a new video from the frames by running &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;convert&#039;&#039;&#039; -delay &amp;lt;time in ms&amp;gt; &amp;lt;directory&amp;gt;/&amp;lt;name&amp;gt;.&amp;lt;frame number&amp;gt;.ppm &amp;lt;directory&amp;gt;/&amp;lt;name&amp;gt;.gif&lt;br /&gt;
&lt;br /&gt;
from a console window. The standard delay is 4.17. You can copy the command from the VMD console window to make it easier. A delay of &amp;gt;10 will most likely result in a video which starts to &#039;jump&#039;, not showing a smooth motion.&lt;br /&gt;
&lt;br /&gt;
P.S.: If the optimization itself is jerking (i.e. goes back and forth, &#039;shivers&#039; etc.) in the VMD window before exporting it as a video, open &#039;&#039;&#039;Graphics -&amp;gt; Representations -&amp;gt; Trajectory&#039;&#039;&#039; and increase the &#039;&#039;&#039;Trajectory Smoothing Window Size&#039;&#039;&#039;. A value of 5 or 10 worked well for me, but try this for yourself. The higher the value, the more detail you are going to &#039;drown&#039;, up to a point where the rotation of a methyl group will actually move the hydrogens through the carbon.&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group/calendar&amp;diff=53730</id>
		<title>Mod:Hunt Research Group/calendar</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group/calendar&amp;diff=53730"/>
		<updated>2009-07-17T13:25:36Z</updated>

		<summary type="html">&lt;p&gt;Hn306: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Calendar ==&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr bgcolor=&amp;quot;#66CCFF&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;th width=&amp;quot;90px&amp;quot;&amp;gt;Mon&amp;lt;/th&amp;gt;&lt;br /&gt;
   &amp;lt;th width=&amp;quot;90px&amp;quot;&amp;gt;Tues&amp;lt;/th&amp;gt;&lt;br /&gt;
   &amp;lt;th width=&amp;quot;90px&amp;quot;&amp;gt;Wed&amp;lt;/th&amp;gt;&lt;br /&gt;
   &amp;lt;th width=&amp;quot;90px&amp;quot;&amp;gt;Thur&amp;lt;/th&amp;gt;&lt;br /&gt;
   &amp;lt;th width=&amp;quot;90px&amp;quot;&amp;gt;Fri&amp;lt;/th&amp;gt;&lt;br /&gt;
   &amp;lt;th width=&amp;quot;90px&amp;quot; bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;Sat&amp;lt;/th&amp;gt;&lt;br /&gt;
   &amp;lt;th width=&amp;quot;90px&amp;quot; bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;Sun&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;July 20&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;21&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;22&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;23&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;24&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;25&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;26&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;27 &amp;lt;br&amp;gt;zeya away&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;28 &amp;lt;br&amp;gt;zeya away&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;29 &amp;lt;br&amp;gt;zeya away&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;30 &amp;lt;br&amp;gt;zeya away, Heiko away&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;31 &amp;lt;br&amp;gt;zeya away, Heiko away&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;Aug 1&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;2&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;3 &amp;lt;br&amp;gt;dimitris holiday, Heiko away&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;4 &amp;lt;br&amp;gt;dimitris holiday, Heiko away&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;5 &amp;lt;br&amp;gt;dimitris holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;6 &amp;lt;br&amp;gt;dimitris holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;7 &amp;lt;br&amp;gt;dimitris holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;8 &amp;lt;br&amp;gt;dimitris holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;9 &amp;lt;br&amp;gt;dimitris holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;10 &amp;lt;br&amp;gt;dimitris holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;11 &amp;lt;br&amp;gt;dimitris holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;12 &amp;lt;br&amp;gt;dimitris holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;13 &amp;lt;br&amp;gt;dimitris holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;14 &amp;lt;br&amp;gt;dimitris holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;15 &amp;lt;br&amp;gt;dimitris holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;16 &amp;lt;br&amp;gt;dimitris holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;17&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;18&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;19&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;20&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;21&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;22&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;23&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;24&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;25&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;26&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;27&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;28&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;29&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;30&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot; bgcolor=&amp;quot;#CCFF99&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;31 &amp;lt;br&amp;gt;tricia conference&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;Sept 1&amp;lt;br&amp;gt;tricia conference&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;2 &amp;lt;br&amp;gt;tricia conference&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;3 &amp;lt;br&amp;gt;tricia conference&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;4 &amp;lt;br&amp;gt;tricia conference&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;5&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;6&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;7&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;8&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;9&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;10&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;11&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;12&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;13&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot; bgcolor=&amp;quot;#CCFF99&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;14&amp;lt;br&amp;gt; tricia holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;15 &amp;lt;br&amp;gt;tricia holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;16 &amp;lt;br&amp;gt;tricia holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;17 &amp;lt;br&amp;gt;tricia holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;18 &amp;lt;br&amp;gt;tricia holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;19 &amp;lt;br&amp;gt;tricia holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;20 &amp;lt;br&amp;gt;tricia holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot; &amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;21 &amp;lt;br&amp;gt;ling holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;22 &amp;lt;br&amp;gt;ling holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;23 &amp;lt;br&amp;gt;ling holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;24 &amp;lt;br&amp;gt;ling holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;25 &amp;lt;br&amp;gt;ling holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;26 &amp;lt;br&amp;gt;ling holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;27 &amp;lt;br&amp;gt;ling holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;28 &amp;lt;br&amp;gt;ling holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;29 &amp;lt;br&amp;gt;ling holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;30 &amp;lt;br&amp;gt;ling holiday&amp;lt;br&amp;gt;heiko holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;Oct 1 &amp;lt;br&amp;gt;ling holiday &amp;lt;br&amp;gt;heiko holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;2 &amp;lt;br&amp;gt;ling holiday &amp;lt;br&amp;gt;heiko holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;3 &amp;lt;br&amp;gt;ling holiday &amp;lt;br&amp;gt;heiko holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;4 &amp;lt;br&amp;gt;ling holiday &amp;lt;br&amp;gt;heiko holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#FF9999&amp;quot;&amp;gt;5 &amp;lt;br&amp;gt;TERM STARTS &amp;lt;br&amp;gt;ling holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;6 &amp;lt;br&amp;gt;ling holiday&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;7&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;8&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;9&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;10&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;11&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group&amp;diff=53628</id>
		<title>Mod:Hunt Research Group</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group&amp;diff=53628"/>
		<updated>2009-07-14T17:16:09Z</updated>

		<summary type="html">&lt;p&gt;Hn306: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://www.ch.ic.ac.uk/wiki/index.php/Talk:Mod:Hunt_Research_Group/cpmd | Car-Parrinello Molecular Dynamics (notes by Ling)]]&lt;br /&gt;
&lt;br /&gt;
[https://www.ch.ic.ac.uk/wiki/index.php/Talk:Mod:Hunt_Research_Group/vmd | VMD (notes by Ling)]&lt;br /&gt;
&lt;br /&gt;
[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/hpc | HPC servers and run scripts (notes by Ling)]&lt;br /&gt;
&lt;br /&gt;
[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/hpc_connections | HPC Connections (notes by Hieu)]&lt;br /&gt;
&lt;br /&gt;
[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/dlpoly_install | DLPOLY Installation on iMac (notes by Ling)]&lt;br /&gt;
&lt;br /&gt;
[https://www.ch.ic.ac.uk/wiki/index.php/Talk:Mod:Hunt_Research_Group/voids | Voids in ILs (notes by Ling)]&lt;br /&gt;
&lt;br /&gt;
[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/Windowsfiles How to... fix Windows files under UNIX (notes by Heiko)]&lt;br /&gt;
&lt;br /&gt;
[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/pimpSSH How to... make the SSH client more comfortable (notes by Heiko)]&lt;br /&gt;
&lt;br /&gt;
[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/SSHkeyfile How to... set up a SSH keypair (notes by Heiko)]&lt;br /&gt;
&lt;br /&gt;
[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/gview How to... use gaussview directly on the HPC (notes by Heiko)]&lt;br /&gt;
&lt;br /&gt;
[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/searchbash How to... comfortably search through old BASH commands]&lt;br /&gt;
&lt;br /&gt;
[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/equilibration How to equilibrate an MD run  (notes by Tricia and Ling)]&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group/searchbash&amp;diff=53627</id>
		<title>Mod:Hunt Research Group/searchbash</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group/searchbash&amp;diff=53627"/>
		<updated>2009-07-14T17:15:07Z</updated>

		<summary type="html">&lt;p&gt;Hn306: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== How to... comfortably search trough your shell history ==&lt;br /&gt;
&lt;br /&gt;
If you use the bash, you are probably aware of the possibility to search through your old commands by pressing the &#039;up&#039; or &#039;down&#039; button. A little less well known is the possibility to press &#039;Ctrl + R&#039; and then start typing the beginning of a command. Then pressing &#039;Ctrl+R&#039; repeatedly lets you cycle through all commands starting with the letters you entered. To make this a bit more clear: If you press &#039;Ctrl+R&#039; and then enter &#039;&#039;vi &#039;&#039;, pressing &#039;Ctrl+R&#039; again and again will cycle through all files you opened with VI. To actually execute the command you have to press enter. Be aware that this will show any command from your history starting with what you entered, so &#039;&#039;qs&#039;&#039; would produce every &#039;qsub&#039; as well as &#039;qstat&#039;.&lt;br /&gt;
&lt;br /&gt;
This can be further simplified by opening (or creating) the file &#039;&#039;~/.inputrc&#039;&#039; and adding the following two lines to it (You might want to check, that the two keys are not already mapped to something else. Just search for the first few letters to the colon):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt; &amp;quot;\e[5~&amp;quot;: history-search-backward&lt;br /&gt;
 &amp;quot;\e[6~&amp;quot;: history-search-forward&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now log out and back in. If you are logged in from a PC, just start typing a command, like &#039;&#039;qs&#039;&#039; and try pressing page-up or page-down. It should do exactly what &#039;Strg+R&#039; does, but without messing up your command prompt. You can also move the cursor back and forth in your command and start searching something else. So if you had the files &#039;file_a.com&#039;, &#039;file_b&#039; and &#039;file_c&#039; and they had all been opened with &#039;VI&#039; at some point, along with a million other files, I would have to type &#039;&#039;vi&#039;&#039; and the cycle to the first instance of &#039;file*&#039;. I would then move the cursor to the right up to the &#039;_&#039; and if I now pressed page-up or -down I would just be going through all the commands starting with &#039;&#039;vi file_&#039;&#039;, so only my files &#039;a&#039;, &#039;b&#039; and &#039;c&#039;. It may sound pointless in this example, but once you actually start using it, you wouldn&#039;t want anything else...&lt;br /&gt;
&lt;br /&gt;
If you happen to be using a MAC, you can NOT simply press page-up or page-down. You have to press &#039;Shift+[[Image:Menusym-pageup.gif]]&#039; or &#039;Shift+[[Image:Menusym-pagedown.gif]]&#039;.&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=File:Menusym-pageup.gif&amp;diff=53626</id>
		<title>File:Menusym-pageup.gif</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=File:Menusym-pageup.gif&amp;diff=53626"/>
		<updated>2009-07-14T17:05:29Z</updated>

		<summary type="html">&lt;p&gt;Hn306: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=File:Menusym-pagedown.gif&amp;diff=53625</id>
		<title>File:Menusym-pagedown.gif</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=File:Menusym-pagedown.gif&amp;diff=53625"/>
		<updated>2009-07-14T17:05:18Z</updated>

		<summary type="html">&lt;p&gt;Hn306: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group/searchbash&amp;diff=53624</id>
		<title>Mod:Hunt Research Group/searchbash</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group/searchbash&amp;diff=53624"/>
		<updated>2009-07-14T17:04:58Z</updated>

		<summary type="html">&lt;p&gt;Hn306: New page: == How to... comfortably search trough your shell history ==  If you use the bash, you are probably aware of the possibility to search through your old commands by pressing the &amp;#039;up&amp;#039; or &amp;#039;do...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== How to... comfortably search trough your shell history ==&lt;br /&gt;
&lt;br /&gt;
If you use the bash, you are probably aware of the possibility to search through your old commands by pressing the &#039;up&#039; or &#039;down&#039; button. A little less well known is the possibility to press &#039;Ctrl + R&#039; and then start typing the beginning of a command. Then pressing &#039;Ctrl+R&#039; repeatedly lets you cycle through all commands starting with the letters you entered. To make this a bit more clear: If you press &#039;Ctrl+R&#039; and then enter &#039;&#039;vi &#039;&#039;, pressing &#039;Ctrl+R&#039; again and again will cycle through all files you opened with VI. To actually execute the command you have to press enter. Be aware that this will show any command from your history starting with what you entered, so &#039;&#039;qs&#039;&#039; would produce every &#039;qsub&#039; as well as &#039;qstat&#039;.&lt;br /&gt;
&lt;br /&gt;
This can be further simplified by opening (or creating) the file &#039;&#039;~/.inputrc&#039;&#039; and adding the following two lines to it (You might want to check, that the two keys are not already mapped to something else. Just search for the first few letters to the colon):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt; &amp;quot;\e[5~&amp;quot;: history-search-backward&lt;br /&gt;
 &amp;quot;\e[6~&amp;quot;: history-search-forward&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now log out and back in.&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group/pimpSSH&amp;diff=53623</id>
		<title>Mod:Hunt Research Group/pimpSSH</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group/pimpSSH&amp;diff=53623"/>
		<updated>2009-07-14T16:44:55Z</updated>

		<summary type="html">&lt;p&gt;Hn306: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== How to... pimp up your SSH client ==&lt;br /&gt;
If you don&#039;t want to specify your username and various other parameters for often used SSH connections, you can set up a config file, that will take care of that for you. Just open or create the file &#039;&#039;~/.ssh/config&#039;&#039;. Mine looks like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;Host hpc&lt;br /&gt;
     Hostname XXX.hpc.ic.ac.uk&lt;br /&gt;
     user XXX&lt;br /&gt;
Host marburg&lt;br /&gt;
     Hostname XXX.248.151.203&lt;br /&gt;
     user niederme&lt;br /&gt;
Host marc&lt;br /&gt;
     Hostname XXX.uni-marburg.de&lt;br /&gt;
     user XXX&lt;br /&gt;
     Port 223&lt;br /&gt;
Host *&lt;br /&gt;
     ForwardAgent yes&lt;br /&gt;
     ForwardX11 yes&lt;br /&gt;
     ForwardX11Trusted yes&lt;br /&gt;
     Compression yes&lt;br /&gt;
     NoHostAuthenticationForLocalhost yes&lt;br /&gt;
     ServerAliveInterval 900&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
(Wherever it says &#039;XXX&#039; you have to enter the correct information of course.)&lt;br /&gt;
&lt;br /&gt;
This allows me to set configuration that should apply to any host (* section) and specific settings for a few recurring hosts. As I assigned short names to those hosts, I can connect to the hpc simply by typing &#039;&#039;ssh hpc&#039;&#039; instead of &#039;&#039;ssh [options] username@domain&#039;&#039;. These short names apply to all programs of the &#039;&#039;ssh&#039;&#039; family. So if I wanted to copy a file from the cluster in Marburg (my old university) to London, I could simply write &#039;&#039;scp marc:[file] hpc:[file]&#039;&#039; without having to worry about the different ports and usernames.&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group&amp;diff=53622</id>
		<title>Mod:Hunt Research Group</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group&amp;diff=53622"/>
		<updated>2009-07-14T16:43:42Z</updated>

		<summary type="html">&lt;p&gt;Hn306: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://www.ch.ic.ac.uk/wiki/index.php/Talk:Mod:Hunt_Research_Group/cpmd | Car-Parrinello Molecular Dynamics (notes by Ling)]]&lt;br /&gt;
&lt;br /&gt;
[https://www.ch.ic.ac.uk/wiki/index.php/Talk:Mod:Hunt_Research_Group/vmd | VMD (notes by Ling)]&lt;br /&gt;
&lt;br /&gt;
[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/hpc | HPC servers and run scripts (notes by Ling)]&lt;br /&gt;
&lt;br /&gt;
[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/hpc_connections | HPC Connections (notes by Hieu)]&lt;br /&gt;
&lt;br /&gt;
[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/dlpoly_install | DLPOLY Installation on iMac (notes by Ling)]&lt;br /&gt;
&lt;br /&gt;
[https://www.ch.ic.ac.uk/wiki/index.php/Talk:Mod:Hunt_Research_Group/voids | Voids in ILs (notes by Ling)]&lt;br /&gt;
&lt;br /&gt;
[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/Windowsfiles How to... fix Windows files under UNIX (notes by Heiko)]&lt;br /&gt;
&lt;br /&gt;
[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/pimpSSH How to... make the SSH client more comfortable (notes by Heiko)]&lt;br /&gt;
&lt;br /&gt;
[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/SSHkeyfile How to... set up a SSH keypair (notes by Heiko)]&lt;br /&gt;
&lt;br /&gt;
[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/gview How to... use gaussview directly on the HPC (notes by Heiko)]&lt;br /&gt;
&lt;br /&gt;
[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/equilibration How to equilibrate an MD run  (notes by Tricia and Ling)]&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group/Windowsfiles&amp;diff=53548</id>
		<title>Mod:Hunt Research Group/Windowsfiles</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group/Windowsfiles&amp;diff=53548"/>
		<updated>2009-07-10T16:25:43Z</updated>

		<summary type="html">&lt;p&gt;Hn306: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== How to... fix files that come from a windows machine ==&lt;br /&gt;
&lt;br /&gt;
In case you ever copied a plain ASCII textfile from a windows machine to the Cluster (especially happens, if it ends on *.com) you might have noticed that G03 will not accept it though it may look fine in VI.&lt;br /&gt;
&lt;br /&gt;
This is most likely due to the fact that the linefeed is coded in as it would be for Windows, which is different to a linefeed in UNIX ([http://en.wikipedia.org/wiki/Linebreak#Representations Look it up in the Wikipedia]).&lt;br /&gt;
&lt;br /&gt;
To fix this, most unix machines provide a command called &#039;dos2unix&#039;. Simply run &#039;&#039;dos2unix [filename]&#039;&#039; and your file will be converted.&lt;br /&gt;
&lt;br /&gt;
In case you wonder: Most sFTP/SCP programs will take care of this problem for you. But to do this, they need to know that they are dealing with a text file, not a binary. This is usually done based on the file extension. So if you had renamed your file to *.txt, copied it to the HPC and then named it back, it would already have been converted... If you suspect the conversion to be a problem, open your file in VI.  The status line at the bottom of the screen should read [DOS] (among other things...).&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group/Windowsfiles&amp;diff=53547</id>
		<title>Mod:Hunt Research Group/Windowsfiles</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group/Windowsfiles&amp;diff=53547"/>
		<updated>2009-07-10T16:25:25Z</updated>

		<summary type="html">&lt;p&gt;Hn306: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== How to... fix file that come from a windows machine ==&lt;br /&gt;
&lt;br /&gt;
In case you ever copied a plain ASCII textfile from a windows machine to the Cluster (especially happens, if it ends on *.com) you might have noticed that G03 will not accept it though it may look fine in VI.&lt;br /&gt;
&lt;br /&gt;
This is most likely due to the fact that the linefeed is coded in as it would be for Windows, which is different to a linefeed in UNIX ([http://en.wikipedia.org/wiki/Linebreak#Representations Look it up in the Wikipedia]).&lt;br /&gt;
&lt;br /&gt;
To fix this, most unix machines provide a command called &#039;dos2unix&#039;. Simply run &#039;&#039;dos2unix [filename]&#039;&#039; and your file will be converted.&lt;br /&gt;
&lt;br /&gt;
In case you wonder: Most sFTP/SCP programs will take care of this problem for you. But to do this, they need to know that they are dealing with a text file, not a binary. This is usually done based on the file extension. So if you had renamed your file to *.txt, copied it to the HPC and then named it back, it would already have been converted... If you suspect the conversion to be a problem, open your file in VI.  The status line at the bottom of the screen should read [DOS] (among other things...).&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group&amp;diff=53546</id>
		<title>Mod:Hunt Research Group</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group&amp;diff=53546"/>
		<updated>2009-07-10T16:23:30Z</updated>

		<summary type="html">&lt;p&gt;Hn306: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[https://www.ch.ic.ac.uk/wiki/index.php/Talk:Mod:Hunt_Research_Group/cpmd | Car-Parrinello Molecular Dynamics (notes by Ling)]]&lt;br /&gt;
&lt;br /&gt;
[[https://www.ch.ic.ac.uk/wiki/index.php/Talk:Mod:Hunt_Research_Group/vmd | VMD (notes by Ling)]]&lt;br /&gt;
&lt;br /&gt;
[[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/hpc | HPC servers and run scripts (notes by Ling)]]&lt;br /&gt;
&lt;br /&gt;
[[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/hpc_connections | HPC Connections (notes by Hieu)]]&lt;br /&gt;
&lt;br /&gt;
[[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/dlpoly_install | DLPOLY Installation on iMac (notes by Ling)]]&lt;br /&gt;
&lt;br /&gt;
[[https://www.ch.ic.ac.uk/wiki/index.php/Talk:Mod:Hunt_Research_Group/voids | Voids in ILs (notes by Ling)]]&lt;br /&gt;
&lt;br /&gt;
[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/Windowsfiles How to... fix Windows files under UNIX]&lt;br /&gt;
&lt;br /&gt;
[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/pimpSSH How to... make the SSH client more comfortable]&lt;br /&gt;
&lt;br /&gt;
[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/SSHkeyfile How to... set up a SSH keypair]&lt;br /&gt;
&lt;br /&gt;
[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/gview How to... use gaussview diretly on the HPC]&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group&amp;diff=53545</id>
		<title>Mod:Hunt Research Group</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group&amp;diff=53545"/>
		<updated>2009-07-10T16:23:20Z</updated>

		<summary type="html">&lt;p&gt;Hn306: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[https://www.ch.ic.ac.uk/wiki/index.php/Talk:Mod:Hunt_Research_Group/cpmd | Car-Parrinello Molecular Dynamics (notes by Ling)]]&lt;br /&gt;
&lt;br /&gt;
[[https://www.ch.ic.ac.uk/wiki/index.php/Talk:Mod:Hunt_Research_Group/vmd | VMD (notes by Ling)]]&lt;br /&gt;
&lt;br /&gt;
[[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/hpc | HPC servers and run scripts (notes by Ling)]]&lt;br /&gt;
&lt;br /&gt;
[[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/hpc_connections | HPC Connections (notes by Hieu)]]&lt;br /&gt;
&lt;br /&gt;
[[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/dlpoly_install | DLPOLY Installation on iMac (notes by Ling)]]&lt;br /&gt;
&lt;br /&gt;
[[https://www.ch.ic.ac.uk/wiki/index.php/Talk:Mod:Hunt_Research_Group/voids | Voids in ILs (notes by Ling)]]&lt;br /&gt;
&lt;br /&gt;
[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/Windowsfiles How to... fix Windows files under UNIX]&lt;br /&gt;
&lt;br /&gt;
[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/pimpSSH How to... make the SSH client more comfortable]&lt;br /&gt;
&lt;br /&gt;
[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/SSHkeyfile How to... set up a SSH keypair]&lt;br /&gt;
[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/gview How to... use gaussview diretly on the HPC]&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group/gview&amp;diff=53544</id>
		<title>Mod:Hunt Research Group/gview</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group/gview&amp;diff=53544"/>
		<updated>2009-07-10T16:22:44Z</updated>

		<summary type="html">&lt;p&gt;Hn306: New page: == How to... use gaussview directly on the HPC ==  In case you are a gussview user, and would like to have a look at your  calculations without copying them back to your local computer, yo...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== How to... use gaussview directly on the HPC ==&lt;br /&gt;
&lt;br /&gt;
In case you are a gussview user, and would like to have a look at your  calculations without copying them back to your local computer, you can add the line &lt;br /&gt;
&amp;lt;code&amp;gt;module load gaussian&amp;lt;/code&amp;gt;&lt;br /&gt;
to your &#039;~/.bash_profile&#039; file on the HPC. I personally have&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;module load gaussview&lt;br /&gt;
&lt;br /&gt;
module load gaussian&lt;br /&gt;
&lt;br /&gt;
module load gnuplot&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
but that is your choice. These commands provide access to the respective software packages from your shell. I use a few of the gaussian commands (not gaussian itself of course) and gnuplot directly from the shell. have a look at &#039;&#039;module avail&#039;&#039; to see if there is anything you need.&lt;br /&gt;
&lt;br /&gt;
Now log out and log back in.&lt;br /&gt;
&lt;br /&gt;
If you have MacOS 10.5 installed you just have to type &#039;&#039;gaussview [filename.log]&#039;&#039; in any SSH session to open gaussview. If you have MacOS 10.4, it has to be a xterm session (There might be a way around this restriction, but as I have a 10.5 here, I currently can not test it).&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group&amp;diff=53543</id>
		<title>Mod:Hunt Research Group</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group&amp;diff=53543"/>
		<updated>2009-07-10T16:07:35Z</updated>

		<summary type="html">&lt;p&gt;Hn306: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[https://www.ch.ic.ac.uk/wiki/index.php/Talk:Mod:Hunt_Research_Group/cpmd | Car-Parrinello Molecular Dynamics (notes by Ling)]]&lt;br /&gt;
&lt;br /&gt;
[[https://www.ch.ic.ac.uk/wiki/index.php/Talk:Mod:Hunt_Research_Group/vmd | VMD (notes by Ling)]]&lt;br /&gt;
&lt;br /&gt;
[[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/hpc | HPC servers and run scripts (notes by Ling)]]&lt;br /&gt;
&lt;br /&gt;
[[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/hpc_connections | HPC Connections (notes by Hieu)]]&lt;br /&gt;
&lt;br /&gt;
[[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/dlpoly_install | DLPOLY Installation on iMac (notes by Ling)]]&lt;br /&gt;
&lt;br /&gt;
[[https://www.ch.ic.ac.uk/wiki/index.php/Talk:Mod:Hunt_Research_Group/voids | Voids in ILs (notes by Ling)]]&lt;br /&gt;
&lt;br /&gt;
[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/Windowsfiles How to... fix Windows files under UNIX]&lt;br /&gt;
&lt;br /&gt;
[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/pimpSSH How to... make the SSH client more comfortable]&lt;br /&gt;
&lt;br /&gt;
[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/SSHkeyfile How to... set up a SSH keypair]&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group&amp;diff=53542</id>
		<title>Mod:Hunt Research Group</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group&amp;diff=53542"/>
		<updated>2009-07-10T16:07:26Z</updated>

		<summary type="html">&lt;p&gt;Hn306: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[https://www.ch.ic.ac.uk/wiki/index.php/Talk:Mod:Hunt_Research_Group/cpmd | Car-Parrinello Molecular Dynamics (notes by Ling)]]&lt;br /&gt;
&lt;br /&gt;
[[https://www.ch.ic.ac.uk/wiki/index.php/Talk:Mod:Hunt_Research_Group/vmd | VMD (notes by Ling)]]&lt;br /&gt;
&lt;br /&gt;
[[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/hpc | HPC servers and run scripts (notes by Ling)]]&lt;br /&gt;
&lt;br /&gt;
[[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/hpc_connections | HPC Connections (notes by Hieu)]]&lt;br /&gt;
&lt;br /&gt;
[[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/dlpoly_install | DLPOLY Installation on iMac (notes by Ling)]]&lt;br /&gt;
&lt;br /&gt;
[[https://www.ch.ic.ac.uk/wiki/index.php/Talk:Mod:Hunt_Research_Group/voids | Voids in ILs (notes by Ling)]]&lt;br /&gt;
&lt;br /&gt;
[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/Windowsfiles How to... fix Windows files under UNIX]&lt;br /&gt;
&lt;br /&gt;
[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/pimpSSH How to... make the SSH client more comfortable]&lt;br /&gt;
[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/SSHkeyfile How to... set up a SSH keypair]&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group/SSHkeyfile&amp;diff=53541</id>
		<title>Mod:Hunt Research Group/SSHkeyfile</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group/SSHkeyfile&amp;diff=53541"/>
		<updated>2009-07-10T16:06:43Z</updated>

		<summary type="html">&lt;p&gt;Hn306: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== How to... not have to enter your password for every single SSH connection because you have better things to do with your time ==&lt;br /&gt;
&lt;br /&gt;
THIS WAS WRITTEN MORE OR LESS FROM MEMORY, AS MY SYSTEM ALREADY WORKS THIS WAY AND I DID NOT FEEL TO BREAK IT JUST TO SEE WHETHER I CAN GET IT RUNNING AGAIN. IT SHOULD BE LARGELY RIGHT, BUT I DO NOT PROMIS ANYTHING. IF YOU FIND ANY MISTAKES, LET ME KNOW AND I WILL FIX THEM. OR BETTER YET: FIX THEM YOURSELF AND LET ME KNOW AFTERWARDS.&lt;br /&gt;
&lt;br /&gt;
In case you are fed up with having to enter your password for every SSH connection you make, you can use a so called keypair. Be aware that this is a fairly complex business with a million and one possibilities to tweak and play around if you want. Be also aware that you are dealing with security issues and that you will have to make a few decisions, which could lower the overall security of your account (I will mention that later). Your are therefore encouraged to make use of google and have a look at the different (and far better) tutorials on this topic. In case you just want it to work and that&#039;s it, read on...&lt;br /&gt;
&lt;br /&gt;
First open a shell on the computer you want to connect from. Enter &#039;&#039;cd ~/.ssh&#039;&#039;.&lt;br /&gt;
If a &#039;&#039;ls&#039;&#039; shows to files called &#039;id_rsa&#039; and &#039;id_rsa.pub&#039; you already have a key pair. If not, enter &#039;ssh-keygen&#039; Here is what the result should look like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;heiko@clove:~/.ssh$ ssh-keygen &lt;br /&gt;
Generating public/private rsa key pair.&lt;br /&gt;
Enter file in which to save the key (/Users/heiko/.ssh/id_rsa):&lt;br /&gt;
Enter passphrase (empty for no passphrase): &lt;br /&gt;
Enter same passphrase again: &lt;br /&gt;
Your identification has been saved in id_rsa.&lt;br /&gt;
Your public key has been saved in id_rsa.pub.&lt;br /&gt;
The key fingerprint is:&lt;br /&gt;
f0:da:dc:77:cf:71:12:c8:50:dc:18:a9:8d:66:38:ae heiko@clove.ch.ic.ac.uk&lt;br /&gt;
The key&#039;s randomart image is:&lt;br /&gt;
+--[ RSA 2048]----+&lt;br /&gt;
|           .o=   |&lt;br /&gt;
|           .+ .  |&lt;br /&gt;
|      .  ..+     |&lt;br /&gt;
|       oo =o..   |&lt;br /&gt;
|       .S+  o .  |&lt;br /&gt;
|       +..     . |&lt;br /&gt;
|      ..o . . o..|&lt;br /&gt;
|      E    . . +o|&lt;br /&gt;
|                o|&lt;br /&gt;
+-----------------+&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should keep the standard directory and choose a suitably difficult passphrase.&lt;br /&gt;
&lt;br /&gt;
The two file you just created are  key and keyhole. The first file &#039;id_rsa&#039; is the key. You should not ever ever ever give it to anybody else or allow anyone to copy it. The second file &#039;id_rsa.pub&#039; the keyhole. It is public and you could give it to anyone. In this case, give it to the hpc.&lt;br /&gt;
&lt;br /&gt;
If you open &#039;id_rsa.pub&#039; it should contain one line of complete gibberish (it may look like more lines, but it is in fact just one long line, and you have to make sure not to add any additional line breaks). Mine looks like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAwRDgM+iQg7OaX/CFq1sZ9jl206nYIhW9SMBqsOIRvGM68/6o6uxZo/D4IlmQI9sAcU5FVNEt9dvDanRqUlC7ZtcOGOCqZsj1HTGD3LcOiPNHYPvi1auEwrXv1hDh4pmJwdgZCRnpewNl+I6RNBiZUyzLzp0/2eIyf4TqG1rpHRNjmtS9turANIv1GK1ONIO7RfVmmIk/jjTQJU9iJqje9ZSXTSm7rUG4W8q+mWcnACReVChc+9mVZDOb3gUZV1Vs8e7G36nj6XfHw51y1B1lrlnPQJ7U3JdqPz6AG3Je39cR1vnfALxBSpF5QbTHTJOX5ke+sNKo//kDyWWlfzz3rQ== heiko@clove.ch.ic.ac.uk&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now log in to the HPC and open (or create) the file &#039;~/.ssh/authorized_keys&#039;. In a new line at the end of this file, you should add a comment (starting with #) about where that keypair comes from and then in a second line you should copy&amp;amp;paste the complete contents of your &#039;id_rsa.pub&#039; file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;#MAC in the office&lt;br /&gt;
ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAwRDgM+iQg7OaX/CFq1sZ9jl206nYIhW9SMBqsOIRvGM68/6o6uxZo/D4IlmQI9sAcU5FVNEt9dvDanRqUlC7ZtcOGOCqZsj1HTGD3LcOiPNHYPvi1auEwrXv1hDh4pmJwdgZCRnpewNl+I6RNBiZUyzLzp0/2eIyf4TqG1rpHRNjmtS9turANIv1GK1ONIO7RfVmmIk/jjTQJU9iJqje9ZSXTSm7rUG4W8q+mWcnACReVChc+9mVZDOb3gUZV1Vs8e7G36nj6XfHw51y1B1lrlnPQJ7U3JdqPz6AG3Je39cR1vnfALxBSpF5QbTHTJOX5ke+sNKo//kDyWWlfzz3rQ== heiko@clove.ch.ic.ac.uk&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And that was more or less all. Close the &#039;authorized_keys&#039; file and your connection to the HPC. Now connect again. You will be asked for the passphrase for your keyfile. Enter it. You should now be logged in to the HPC.&lt;br /&gt;
&lt;br /&gt;
So far, we have replaced entering the password for your account with entering the passphrase for your keypair. This is where a so called SSH-agent comes handy. The agent will store your passphrases for you so you do not have to enter them anymore. Luckily MacOS has one build in, that should have popped up and asked you, wether you want the agent to take care of your passphrases. If you said &#039;YES&#039;, that was the very last time you ever heard or saw anything of it or your passphrase. Similar agents exist for more or less every OS. From now on you just have to enter &#039;&#039;ssh user@server&#039;&#039; (or in my case &#039;&#039;&#039;ssh hpc&#039;&#039; if you followed the other tutorial) and you are logged in. No questions asked.&lt;br /&gt;
&lt;br /&gt;
In case your are to lazy to se up a ssh-agent application, you can create a keyfile without a passphrase. But be aware, that everyone with access to that keyfile can log in to your account. So you should not use such a keyfile. It is very naughty.&lt;br /&gt;
&lt;br /&gt;
PuTTY has a special application for creating keyfile under Windows, and has it&#039;s own agent. But I am to lazy to write about that now, as I don&#039;t have my laptop here and would have to look everything up on the internet. If someone needs this feel free to write your own tutorial or come and ask me if I feel like extending this one. :)&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group/SSHkeyfile&amp;diff=53540</id>
		<title>Mod:Hunt Research Group/SSHkeyfile</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group/SSHkeyfile&amp;diff=53540"/>
		<updated>2009-07-10T15:46:53Z</updated>

		<summary type="html">&lt;p&gt;Hn306: New page: == How to... not have to enter your password for every single SSH connection because you have better things to do with your time ==  In case you are fed up with having to enter your passwo...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== How to... not have to enter your password for every single SSH connection because you have better things to do with your time ==&lt;br /&gt;
&lt;br /&gt;
In case you are fed up with having to enter your password for every SSH connection you make, you can use a so called keypair. Be aware that this is a fairly complex business with a million and one possibilities to tweak and play around if you want. Be also aware that you are dealing with security issues and that you will have to make a few decisions, which could lower the overall security of your account (I will mention that later). Your are therefore encouraged to make use of google and have a look at the different (and far better) tutorials on this topic. In case you just want it to work an that&#039;s it, read on...&lt;br /&gt;
&lt;br /&gt;
First open a shell on the computer you want to connect from. Enter &#039;&#039;cd ~/.ssh&#039;&#039;.&lt;br /&gt;
If a &#039;&#039;ls&#039;&#039; shows to files called &#039;id_rsa&#039; and &#039;id_rsa.pub&#039; you already have a key pair. If not, enter &#039;ssh-keygen&#039; Here is what the result should look like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;heiko@clove:~/.ssh$ ssh-keygen &lt;br /&gt;
Generating public/private rsa key pair.&lt;br /&gt;
Enter file in which to save the key (/Users/heiko/.ssh/id_rsa):&lt;br /&gt;
Enter passphrase (empty for no passphrase): &lt;br /&gt;
Enter same passphrase again: &lt;br /&gt;
Your identification has been saved in id_rsa.&lt;br /&gt;
Your public key has been saved in id_rsa.pub.&lt;br /&gt;
The key fingerprint is:&lt;br /&gt;
f0:da:dc:77:cf:71:12:c8:50:dc:18:a9:8d:66:38:ae heiko@clove.ch.ic.ac.uk&lt;br /&gt;
The key&#039;s randomart image is:&lt;br /&gt;
+--[ RSA 2048]----+&lt;br /&gt;
|           .o=   |&lt;br /&gt;
|           .+ .  |&lt;br /&gt;
|      .  ..+     |&lt;br /&gt;
|       oo =o..   |&lt;br /&gt;
|       .S+  o .  |&lt;br /&gt;
|       +..     . |&lt;br /&gt;
|      ..o . . o..|&lt;br /&gt;
|      E    . . +o|&lt;br /&gt;
|                o|&lt;br /&gt;
+-----------------+&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should keep the standard directory and choose a suitably difficult passphrase.&lt;br /&gt;
&lt;br /&gt;
The two file you just created are  key and keyhole. The first file &#039;id_rsa&#039; is the key. You should not ever ever ever give it to anybody else or allow anyone to copy it. The second file &#039;id_rsa.pub&#039; the keyhole. It is public and you could give it to anyone. In this case, give it to the hpc.&lt;br /&gt;
&lt;br /&gt;
If you open &#039;id_rsa.pub&#039; it should contain one line of complete gibberish (it may look like more lines, but it is in fact just one long line, and you have to make sure not to add any additional line breaks). Mine looks like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAwRDgM+iQg7OaX/CFq1sZ9jl206nYIhW9SMBqsOIRvGM68/6o6uxZo/D4IlmQI9sAcU5FVNEt9dvDanRqUlC7ZtcOGOCqZsj1HTGD3LcOiPNHYPvi1auEwrXv1hDh4pmJwdgZCRnpewNl+I6RNBiZUyzLzp0/2eIyf4TqG1rpHRNjmtS9turANIv1GK1ONIO7RfVmmIk/jjTQJU9iJqje9ZSXTSm7rUG4W8q+mWcnACReVChc+9mVZDOb3gUZV1Vs8e7G36nj6XfHw51y1B1lrlnPQJ7U3JdqPz6AG3Je39cR1vnfALxBSpF5QbTHTJOX5ke+sNKo//kDyWWlfzz3rQ== heiko@clove.ch.ic.ac.uk&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now log in to the HPC and open (or create) the file &#039;~/.ssh/authorized_keys&#039;. In a new line at the end of this file, you should add a comment (starting with #) about where that keypair comes from and then in a second line you should copy&amp;amp;paste the complete contents of your &#039;id_rsa.pub&#039; file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;#MAC in the office&lt;br /&gt;
ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAwRDgM+iQg7OaX/CFq1sZ9jl206nYIhW9SMBqsOIRvGM68/6o6uxZo/D4IlmQI9sAcU5FVNEt9dvDanRqUlC7ZtcOGOCqZsj1HTGD3LcOiPNHYPvi1auEwrXv1hDh4pmJwdgZCRnpewNl+I6RNBiZUyzLzp0/2eIyf4TqG1rpHRNjmtS9turANIv1GK1ONIO7RfVmmIk/jjTQJU9iJqje9ZSXTSm7rUG4W8q+mWcnACReVChc+9mVZDOb3gUZV1Vs8e7G36nj6XfHw51y1B1lrlnPQJ7U3JdqPz6AG3Je39cR1vnfALxBSpF5QbTHTJOX5ke+sNKo//kDyWWlfzz3rQ== heiko@clove.ch.ic.ac.uk&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And that was more or less all. Close the &#039;authorized_keys&#039; file and your connection to the HPC. Now connect again. You will be asked for the passphrase for your keyfile. Enter it. You should now be logged in to the HPC.&lt;br /&gt;
&lt;br /&gt;
So far, we have replaced entering the password for your account with entering the passphrase for&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group&amp;diff=53539</id>
		<title>Mod:Hunt Research Group</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group&amp;diff=53539"/>
		<updated>2009-07-10T15:15:09Z</updated>

		<summary type="html">&lt;p&gt;Hn306: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[https://www.ch.ic.ac.uk/wiki/index.php/Talk:Mod:Hunt_Research_Group/cpmd | Car-Parrinello Molecular Dynamics (notes by Ling)]]&lt;br /&gt;
&lt;br /&gt;
[[https://www.ch.ic.ac.uk/wiki/index.php/Talk:Mod:Hunt_Research_Group/vmd | VMD (notes by Ling)]]&lt;br /&gt;
&lt;br /&gt;
[[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/hpc | HPC servers and run scripts (notes by Ling)]]&lt;br /&gt;
&lt;br /&gt;
[[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/hpc_connections | HPC Connections (notes by Hieu)]]&lt;br /&gt;
&lt;br /&gt;
[[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/dlpoly_install | DLPOLY Installation on iMac (notes by Ling)]]&lt;br /&gt;
&lt;br /&gt;
[[https://www.ch.ic.ac.uk/wiki/index.php/Talk:Mod:Hunt_Research_Group/voids | Voids in ILs (notes by Ling)]]&lt;br /&gt;
&lt;br /&gt;
[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/Windowsfiles How to... fix Windows files under UNIX]&lt;br /&gt;
&lt;br /&gt;
[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/pimpSSH How to... make the SSH client more comfortable]&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group/pimpSSH&amp;diff=53538</id>
		<title>Mod:Hunt Research Group/pimpSSH</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group/pimpSSH&amp;diff=53538"/>
		<updated>2009-07-10T15:13:42Z</updated>

		<summary type="html">&lt;p&gt;Hn306: New page: == How to... pimp up your SSH client == If you don&amp;#039;t want to specify your username and various other parameters for often used SSH connections, you can set up a config file, that will take...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== How to... pimp up your SSH client ==&lt;br /&gt;
If you don&#039;t want to specify your username and various other parameters for often used SSH connections, you can set up a config file, that will take care of that for you. Just open or create the file &#039;&#039;~/.ssh/config&#039;&#039;. Minde looks like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;Host hpc&lt;br /&gt;
     Hostname XXX.hpc.ic.ac.uk&lt;br /&gt;
     user XXX&lt;br /&gt;
Host marburg&lt;br /&gt;
     Hostname XXX.248.151.203&lt;br /&gt;
     user niederme&lt;br /&gt;
Host marc&lt;br /&gt;
     Hostname XXX.uni-marburg.de&lt;br /&gt;
     user XXX&lt;br /&gt;
     Port 223&lt;br /&gt;
Host *&lt;br /&gt;
     ForwardAgent yes&lt;br /&gt;
     ForwardX11 yes&lt;br /&gt;
     ForwardX11Trusted yes&lt;br /&gt;
     Compression yes&lt;br /&gt;
     NoHostAuthenticationForLocalhost yes&lt;br /&gt;
     ServerAliveInterval 900&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
(Wherever it says &#039;XXX&#039; you have to enter the correct information of course.)&lt;br /&gt;
&lt;br /&gt;
This allows me to set configuration that should apply to any host (* section) and specific settings for a few recurring hosts. As I assigned short names to those hosts, I can connect to the hpc simply by typing &#039;&#039;ssh hpc&#039;&#039; instead of &#039;&#039;ssh [options] username@domain&#039;&#039;. These short names apply to all programs of the &#039;&#039;ssh&#039;&#039; family. So if I wanted to copy a file from the cluster in Marburg (my old university) to London, I could simply write &#039;&#039;scp marc:[file] hpc:[file]&#039;&#039; without having to worry about the different ports and usernames.&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group&amp;diff=53537</id>
		<title>Mod:Hunt Research Group</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group&amp;diff=53537"/>
		<updated>2009-07-10T14:52:47Z</updated>

		<summary type="html">&lt;p&gt;Hn306: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[https://www.ch.ic.ac.uk/wiki/index.php/Talk:Mod:Hunt_Research_Group/cpmd | Car-Parrinello Molecular Dynamics (notes by Ling)]]&lt;br /&gt;
&lt;br /&gt;
[[https://www.ch.ic.ac.uk/wiki/index.php/Talk:Mod:Hunt_Research_Group/vmd | VMD (notes by Ling)]]&lt;br /&gt;
&lt;br /&gt;
[[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/hpc | HPC servers and run scripts (notes by Ling)]]&lt;br /&gt;
&lt;br /&gt;
[[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/hpc_connections | HPC Connections (notes by Hieu)]]&lt;br /&gt;
&lt;br /&gt;
[[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/dlpoly_install | DLPOLY Installation on iMac (notes by Ling)]]&lt;br /&gt;
&lt;br /&gt;
[[https://www.ch.ic.ac.uk/wiki/index.php/Talk:Mod:Hunt_Research_Group/voids | Voids in ILs (notes by Ling)]]&lt;br /&gt;
&lt;br /&gt;
[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/Windowsfiles How to... fix Windows files under UNIX (notes by Heiko)]&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group&amp;diff=53536</id>
		<title>Mod:Hunt Research Group</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group&amp;diff=53536"/>
		<updated>2009-07-10T14:52:25Z</updated>

		<summary type="html">&lt;p&gt;Hn306: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[https://www.ch.ic.ac.uk/wiki/index.php/Talk:Mod:Hunt_Research_Group/cpmd | Car-Parrinello Molecular Dynamics (notes by Ling)]]&lt;br /&gt;
&lt;br /&gt;
[[https://www.ch.ic.ac.uk/wiki/index.php/Talk:Mod:Hunt_Research_Group/vmd | VMD (notes by Ling)]]&lt;br /&gt;
&lt;br /&gt;
[[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/hpc | HPC servers and run scripts (notes by Ling)]]&lt;br /&gt;
&lt;br /&gt;
[[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/hpc_connections | HPC Connections (notes by Hieu)]]&lt;br /&gt;
&lt;br /&gt;
[[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/dlpoly_install | DLPOLY Installation on iMac (notes by Ling)]]&lt;br /&gt;
&lt;br /&gt;
[[https://www.ch.ic.ac.uk/wiki/index.php/Talk:Mod:Hunt_Research_Group/voids | Voids in ILs (notes by Ling)]]&lt;br /&gt;
&lt;br /&gt;
[[https://www.ch.ic.ac.uk/wiki/index.php/Mod:Hunt_Research_Group/Windowsfiles | How to... fix Windows files under UNIX (notes by Heiko)]]&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group/Windowsfiles&amp;diff=53535</id>
		<title>Mod:Hunt Research Group/Windowsfiles</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:Hunt_Research_Group/Windowsfiles&amp;diff=53535"/>
		<updated>2009-07-10T14:51:23Z</updated>

		<summary type="html">&lt;p&gt;Hn306: New page: In case you ever copied a plain ASCII textfile from a windows machine to the Cluster (especially happens, if it ends on *.com) you might have noticed, that G03 will not accept it, though i...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In case you ever copied a plain ASCII textfile from a windows machine to the Cluster (especially happens, if it ends on *.com) you might have noticed, that G03 will not accept it, though it may look fine with VI.&lt;br /&gt;
&lt;br /&gt;
This is most likely due to the fact that the linefeed is coded in as it would be for Windows, which is different to a linefeed in UNIX ([http://en.wikipedia.org/wiki/Linebreak#Representations Look it up in the Wikipedia]).&lt;br /&gt;
&lt;br /&gt;
To fix this, most unix machines provide a command called &#039;dos2unix&#039;. Simply run &#039;&#039;dos2unix [filename]&#039;&#039; and your file will be converted.&lt;br /&gt;
&lt;br /&gt;
In case you wonder: Most sFTP/SCP programs will take care of this problem for you. But to do this, they need to know that they are dealing with a text file, not a binary. This is usually done based on the file extension. So if you had renamed your file to *.txt, copied it to the HPC and then named it back, it would already have been converted... If you suspect the conversion to be a problem, open your file in VI.  The status line at the bottom of the screen should read [DOS] (among other things...).&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Rep:Mod:longjohnsilver359&amp;diff=28006</id>
		<title>Rep:Mod:longjohnsilver359</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Rep:Mod:longjohnsilver359&amp;diff=28006"/>
		<updated>2008-12-01T17:19:29Z</updated>

		<summary type="html">&lt;p&gt;Hn306: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;‘&#039;&#039;&#039;&amp;lt;u&amp;gt;DAY 1&amp;lt;/u&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;BH&amp;lt;sub&amp;gt;3&amp;lt;/sub&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
H-B &#039;&#039;bond length&#039;&#039; = 1.19435 Å&lt;br /&gt;
&lt;br /&gt;
HBH &#039;&#039;angle&#039;&#039; = 120.0°&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the file type?&#039;&#039;&lt;br /&gt;
Plain textfile&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the calculation type?&#039;&#039;&lt;br /&gt;
Geometry optimization? Search for Minimum on hypersurface. I&#039;m not sure about the answer expected&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the calculation method?&#039;&#039;&lt;br /&gt;
DFT/b3lyp&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the basis set?&#039;&#039;&lt;br /&gt;
3-21g&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the final energy in atomic units (au)?&#039;&#039;&lt;br /&gt;
-26.4622643765&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the dipole moment?&#039;&#039;&lt;br /&gt;
0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the point group of your molecule?&#039;&#039;&lt;br /&gt;
D3H&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;How long did your calculation take?&#039;&#039;&lt;br /&gt;
25s CPU time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;BCl&amp;lt;sub&amp;gt;3&amp;lt;/sub&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Cl-B &#039;&#039;bond length&#039;&#039; = 1.86592 Å&lt;br /&gt;
&lt;br /&gt;
ClBCl &#039;&#039;angle&#039;&#039; = 120.0°&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the file type?&#039;&#039;&lt;br /&gt;
Plain textfile&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the calculation type?&#039;&#039;&lt;br /&gt;
Geometry optimization? Search for Minimum on hypersurface. I&#039;m not sure about the answer expected&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the calculation method?&#039;&#039;&lt;br /&gt;
DFT/b3lyp&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the basis set?&#039;&#039;&lt;br /&gt;
lanl2mb&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the final energy in atomic units (au)?&#039;&#039;&lt;br /&gt;
-69.4392811&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the dipole moment?&#039;&#039;&lt;br /&gt;
0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the point group of your molecule?&#039;&#039;&lt;br /&gt;
D3H&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;How long did your calculation take?&#039;&#039;&lt;br /&gt;
13s CPU time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Small molecule&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Analysis of a small molecule in similar fashion&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Animating the vibrations&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Summary of vibrations&lt;br /&gt;
! no. !! form of the vibration !! frequency !! intensity !! symmetry&lt;br /&gt;
|-&lt;br /&gt;
| 1 || x || 1145.72 || 92.6991 || A&amp;lt;sup&amp;gt;“&amp;lt;/sup&amp;gt;&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 2 || x || 1204.66 || 12.3789 || E&amp;lt;sup&amp;gt;&#039;&amp;lt;/sup&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 3 || x || 1204.66 || 12.3814 || E&amp;lt;sup&amp;gt;&#039;&amp;lt;/sup&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 4 || x || 2592.79 || 0 || A&amp;lt;sup&amp;gt;&#039;&amp;lt;/sup&amp;gt;&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 5 || x || 2731.31 || 103.837 || E&amp;lt;sup&amp;gt;&#039;&amp;lt;/sup&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 6 || x || 2731.31 || 103.83 || E&amp;lt;sup&amp;gt;&#039;&amp;lt;/sup&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Hjn_Bh3freq.JPG]]&lt;br /&gt;
&lt;br /&gt;
Number of vibrations:&lt;br /&gt;
* Has to contain x,y or z&lt;br /&gt;
* degenerated vib. appear as one&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;MO&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
MO diagram (to be nicked from a student)&lt;br /&gt;
&lt;br /&gt;
* MOs in good agreement.&lt;br /&gt;
* Different order of MOs&lt;br /&gt;
&lt;br /&gt;
very valuable for qualitative understanding.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;u&amp;gt;DAY 2&amp;lt;/u&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;geometry&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
E&amp;lt;sub&amp;gt;cis&amp;lt;/sub&amp;gt;-E&amp;lt;sub&amp;gt;trans&amp;lt;/sub&amp;gt;=-7,69 kJ/mol&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Key parameters of &#039;&#039;cis&#039;&#039; and &#039;&#039;trans&#039;&#039; geometry&lt;br /&gt;
! parameter !! &#039;&#039;cis&#039;&#039; !! &#039;&#039;trans&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| r(MoP) || 2.652 || 2.572&lt;br /&gt;
|-&lt;br /&gt;
| r(MoC)&amp;lt;sub&amp;gt;trans&amp;lt;/sub&amp;gt; || 2.032 || 2.029&lt;br /&gt;
|-&lt;br /&gt;
| r(MoC)&amp;lt;sub&amp;gt;cis&amp;lt;/sub&amp;gt; || 1.983&lt;br /&gt;
|-&lt;br /&gt;
| r(CO)&amp;lt;sub&amp;gt;trans&amp;lt;/sub&amp;gt; || 1.188 || 1.190&lt;br /&gt;
|-&lt;br /&gt;
| r(CO)&amp;lt;sub&amp;gt;cis&amp;lt;/sub&amp;gt; || 1.191&lt;br /&gt;
|-&lt;br /&gt;
| a(MoPMe) || 114.1 || 117.2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[http://dx.doi.org/10.1016/S0020-1693(96)05133-X DOI]&lt;br /&gt;
&lt;br /&gt;
a more bulky ligand might change the relativ energy in favour of the &#039;&#039;trans&#039;&#039; geometrie&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Vibrational Spectra&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
trans CO: 1838,6;1838,8;1882,3;1954,1&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;&#039;&#039;&#039;DAY 3&#039;&#039;&#039;&amp;lt;/u&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Symmetry&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Image:Hjn_Nh3c1dft.JPG]]&lt;br /&gt;
[[Image:Hjn_Nh3c3vdft.JPG]]&lt;br /&gt;
[[Image:Hjn_Nh3d3hdft.JPG]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;has the symmetry made any difference to the final structure obtained?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
almost constant bond length. c1/c3v = 100,6pm  d3h = 100,5pm. angle c1/c3v = 115,9/116,2&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;has the symmetry made any difference to the time it took to optimise the geometry?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
higher symmetry results in faster calculations for simillar starting geometries. (Though to be 100% precise, none of the three examples can really be compared on this timescale)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;what implication does symmetry have for the time it takes to do a calculation?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
???&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;can a molecule &amp;quot;break symmetry&amp;quot; during an optimisation?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
No, it can&#039;t.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;what implications does this have if you enter a high symmetry structure to optimise?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You will not be able to find a lower lying minimum of lower symmetry.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;which is the lowest energy geometry?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
C3v&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;what is the energy in kJ/mol of the other two isomers above the energy of the lowest energy structure? Hint: take ΔE=E(high energy)-E(low energy), the energy units are reported in atomic units so you will need to convert the energy difference to kJ/mol.&lt;br /&gt;
is the energy differences between these structures significant? Explain why.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
ΔE=0,91 kJ/mol; activation energy of inversion (-&amp;gt; transition state)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;MP2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;how long do these calculations take compared to your lower level ones?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
they take between 0 and 20 seconds longer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;determine the barrier height to inversion by finding the relative energy at this level of calculation ΔE=E(D3h)-E(C3v) in kJ/mol&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
20,48 kJ/mol&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;has ΔE changed much between the B3LYP/6-31G and MP2/6-311+G(d,p) sets of calculations?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
it is by a factor or 22,6 or 19,58kJ/mol larger.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;how do your results compare to the experimentally determined barrier which is 24.3 kJ/mol?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
they are in reasonably good agreement, and it might be possible to improve them by using a third and better method.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;IR&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Image:Hjn_Nh3c3vfreq.JPG]]&lt;br /&gt;
[[Image:Hjn_Nh3d3hfreq.JPG]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;how many positive frequencies are there for the C3v and the D3h structures?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
C3v=458,5;2*1681,0;3575,7;2*3776,6&lt;br /&gt;
D3h=(-351,8;)2*1636,8;3657,9;2*3877,6&lt;br /&gt;
Signal at 3657 has intensity 0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;draw the vibrational modes for both structures (visualise them with gaussview) and match them up, ie which vibrational modes have the same character of motion for the C3v and D3h structures&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
same order.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;compare the calculated frequencies for the C3v structure to those obtained experimentally (you will have to look them up). The C3v structure is the ground state structure, ground state structures always have all positive frequencies.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;The D3h structure is a transition state structure, transition states always have only one negative frequency, what is the value of negative frequency?&lt;br /&gt;
which vibration in the C3v and D3h structures &amp;quot;follows&amp;quot; the inversion reaction path?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
follows the A&#039;&#039;2/A1&lt;br /&gt;
&lt;br /&gt;
value: -351,8&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Rep:Mod:longjohnsilver359&amp;diff=27504</id>
		<title>Rep:Mod:longjohnsilver359</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Rep:Mod:longjohnsilver359&amp;diff=27504"/>
		<updated>2008-11-30T14:07:08Z</updated>

		<summary type="html">&lt;p&gt;Hn306: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;‘&#039;&#039;&#039;&amp;lt;u&amp;gt;DAY 1&amp;lt;/u&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;BH&amp;lt;sub&amp;gt;3&amp;lt;/sub&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
H-B &#039;&#039;bond length&#039;&#039; = 1.19435 Å&lt;br /&gt;
&lt;br /&gt;
HBH &#039;&#039;angle&#039;&#039; = 120.0°&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the file type?&#039;&#039;&lt;br /&gt;
Plain textfile&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the calculation type?&#039;&#039;&lt;br /&gt;
Geometry optimization? Search for Minimum on hypersurface. I&#039;m not sure about the answer expected&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the calculation method?&#039;&#039;&lt;br /&gt;
DFT/b3lyp&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the basis set?&#039;&#039;&lt;br /&gt;
3-21g&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the final energy in atomic units (au)?&#039;&#039;&lt;br /&gt;
-26.4622643765&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the dipole moment?&#039;&#039;&lt;br /&gt;
0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the point group of your molecule?&#039;&#039;&lt;br /&gt;
D3H&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;How long did your calculation take?&#039;&#039;&lt;br /&gt;
25s CPU time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;BCl&amp;lt;sub&amp;gt;3&amp;lt;/sub&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Cl-B &#039;&#039;bond length&#039;&#039; = 1.86592 Å&lt;br /&gt;
&lt;br /&gt;
ClBCl &#039;&#039;angle&#039;&#039; = 120.0°&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the file type?&#039;&#039;&lt;br /&gt;
Plain textfile&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the calculation type?&#039;&#039;&lt;br /&gt;
Geometry optimization? Search for Minimum on hypersurface. I&#039;m not sure about the answer expected&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the calculation method?&#039;&#039;&lt;br /&gt;
DFT/b3lyp&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the basis set?&#039;&#039;&lt;br /&gt;
lanl2mb&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the final energy in atomic units (au)?&#039;&#039;&lt;br /&gt;
-69.4392811&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the dipole moment?&#039;&#039;&lt;br /&gt;
0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the point group of your molecule?&#039;&#039;&lt;br /&gt;
D3H&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;How long did your calculation take?&#039;&#039;&lt;br /&gt;
13s CPU time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Small molecule&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Analysis of a small molecule in similar fashion&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Animating the vibrations&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Summary of vibrations&lt;br /&gt;
! no. !! form of the vibration !! frequency !! intensity !! symmetry&lt;br /&gt;
|-&lt;br /&gt;
| 1 || x || 1145.72 || 92.6991 || A&amp;lt;sup&amp;gt;“&amp;lt;/sup&amp;gt;&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 2 || x || 1204.66 || 12.3789 || E&amp;lt;sup&amp;gt;&#039;&amp;lt;/sup&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 3 || x || 1204.66 || 12.3814 || E&amp;lt;sup&amp;gt;&#039;&amp;lt;/sup&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 4 || x || 2592.79 || 0 || A&amp;lt;sup&amp;gt;&#039;&amp;lt;/sup&amp;gt;&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 5 || x || 2731.31 || 103.837 || E&amp;lt;sup&amp;gt;&#039;&amp;lt;/sup&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 6 || x || 2731.31 || 103.83 || E&amp;lt;sup&amp;gt;&#039;&amp;lt;/sup&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Hjn_Bh3freq.JPG]]&lt;br /&gt;
&lt;br /&gt;
Number of vibrations:&lt;br /&gt;
* Has to contain x,y or z&lt;br /&gt;
* degenerated vib. appear as one&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;MO&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
MO diagram (to be nicked from a student)&lt;br /&gt;
&lt;br /&gt;
* non degenerate MOs in good agreement.&lt;br /&gt;
* Different order of MOs&lt;br /&gt;
* e MOs linear recombination of simple theorie&lt;br /&gt;
&lt;br /&gt;
very valuable for qualitative understanding.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;u&amp;gt;DAY 2&amp;lt;/u&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;geometry&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
E&amp;lt;sub&amp;gt;cis&amp;lt;/sub&amp;gt;-E&amp;lt;sub&amp;gt;trans&amp;lt;/sub&amp;gt;=-7,69 kJ/mol&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Key parameters of &#039;&#039;cis&#039;&#039; and &#039;&#039;trans&#039;&#039; geometry&lt;br /&gt;
! parameter !! &#039;&#039;cis&#039;&#039; !! &#039;&#039;trans&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| r(MoP) || 2.652 || 2.572&lt;br /&gt;
|-&lt;br /&gt;
| r(MoC)&amp;lt;sub&amp;gt;trans&amp;lt;/sub&amp;gt; || 2.032 || 2.029&lt;br /&gt;
|-&lt;br /&gt;
| r(MoC)&amp;lt;sub&amp;gt;cis&amp;lt;/sub&amp;gt; || 1.983&lt;br /&gt;
|-&lt;br /&gt;
| r(CO)&amp;lt;sub&amp;gt;trans&amp;lt;/sub&amp;gt; || 1.188 || 1.190&lt;br /&gt;
|-&lt;br /&gt;
| r(CO)&amp;lt;sub&amp;gt;cis&amp;lt;/sub&amp;gt; || 1.191&lt;br /&gt;
|-&lt;br /&gt;
| a(MoPMe) || 114.1 || 117.2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[http://dx.doi.org/10.1016/S0020-1693(96)05133-X DOI]&lt;br /&gt;
&lt;br /&gt;
a more bulky ligand might change the relativ energy in favour of the &#039;&#039;trans&#039;&#039; geometrie&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Vibrational Spectra&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
trans CO: 1838,6;1838,8;1882,3;1954,1&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;&#039;&#039;&#039;DAY 3&#039;&#039;&#039;&amp;lt;/u&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Symmetry&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Image:Hjn_Nh3c1dft.JPG]]&lt;br /&gt;
[[Image:Hjn_Nh3c3vdft.JPG]]&lt;br /&gt;
[[Image:Hjn_Nh3d3hdft.JPG]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;has the symmetry made any difference to the final structure obtained?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
almost constant bond length. c1/c3v = 100,6pm  d3h = 100,5pm. angle c1/c3v = 115,9/116,2&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;has the symmetry made any difference to the time it took to optimise the geometry?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
higher symmetry results in faster calculations for simillar starting geometries. (Though to be 100% precise, none of the three examples can really be compared on this timescale)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;what implication does symmetry have for the time it takes to do a calculation?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
???&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;can a molecule &amp;quot;break symmetry&amp;quot; during an optimisation?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
No, it can&#039;t.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;what implications does this have if you enter a high symmetry structure to optimise?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You will not be able to find a lower lying minimum of lower symmetry.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;which is the lowest energy geometry?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
C3v&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;what is the energy in kJ/mol of the other two isomers above the energy of the lowest energy structure? Hint: take ΔE=E(high energy)-E(low energy), the energy units are reported in atomic units so you will need to convert the energy difference to kJ/mol.&lt;br /&gt;
is the energy differences between these structures significant? Explain why.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
ΔE=0,91 kJ/mol; activation energy of inversion (-&amp;gt; transition state)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;MP2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;how long do these calculations take compared to your lower level ones?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
they take between 0 and 20 seconds longer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;determine the barrier height to inversion by finding the relative energy at this level of calculation ΔE=E(D3h)-E(C3v) in kJ/mol&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
20,48 kJ/mol&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;has ΔE changed much between the B3LYP/6-31G and MP2/6-311+G(d,p) sets of calculations?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
it is by a factor or 22,6 or 19,58kJ/mol larger.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;how do your results compare to the experimentally determined barrier which is 24.3 kJ/mol?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
they are in reasonably good agreement, and it might be possible to improve them by using a third and better method.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;IR&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Image:Hjn_Nh3c3vfreq.JPG]]&lt;br /&gt;
[[Image:Hjn_Nh3d3hfreq.JPG]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;how many positive frequencies are there for the C3v and the D3h structures?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
C3v=458,5;2*1681,0;3575,7;2*3776,6&lt;br /&gt;
D3h=(-351,8;)2*1636,8;3657,9;2*3877,6&lt;br /&gt;
Signal at 3657 has intensity 0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;draw the vibrational modes for both structures (visualise them with gaussview) and match them up, ie which vibrational modes have the same character of motion for the C3v and D3h structures&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
same order.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;compare the calculated frequencies for the C3v structure to those obtained experimentally (you will have to look them up). The C3v structure is the ground state structure, ground state structures always have all positive frequencies.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;The D3h structure is a transition state structure, transition states always have only one negative frequency, what is the value of negative frequency?&lt;br /&gt;
which vibration in the C3v and D3h structures &amp;quot;follows&amp;quot; the inversion reaction path?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
follows the A&#039;&#039;2/A1&lt;br /&gt;
&lt;br /&gt;
value: -351,8&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=File:Hjn_Bh3freq.JPG&amp;diff=27467</id>
		<title>File:Hjn Bh3freq.JPG</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=File:Hjn_Bh3freq.JPG&amp;diff=27467"/>
		<updated>2008-11-30T12:46:05Z</updated>

		<summary type="html">&lt;p&gt;Hn306: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Rep:Mod:longjohnsilver359&amp;diff=27466</id>
		<title>Rep:Mod:longjohnsilver359</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Rep:Mod:longjohnsilver359&amp;diff=27466"/>
		<updated>2008-11-30T12:45:31Z</updated>

		<summary type="html">&lt;p&gt;Hn306: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;‘&#039;&#039;&#039;&amp;lt;u&amp;gt;DAY 1&amp;lt;/u&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;BH&amp;lt;sub&amp;gt;3&amp;lt;/sub&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
H-B &#039;&#039;bond length&#039;&#039; = 1.19435 Å&lt;br /&gt;
&lt;br /&gt;
HBH &#039;&#039;angle&#039;&#039; = 120.0°&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the file type?&#039;&#039;&lt;br /&gt;
Plain textfile&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the calculation type?&#039;&#039;&lt;br /&gt;
Geometry optimization? Search for Minimum on hypersurface. I&#039;m not sure about the answer expected&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the calculation method?&#039;&#039;&lt;br /&gt;
DFT/b3lyp&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the basis set?&#039;&#039;&lt;br /&gt;
3-21g&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the final energy in atomic units (au)?&#039;&#039;&lt;br /&gt;
-26.4622643765&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the dipole moment?&#039;&#039;&lt;br /&gt;
0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the point group of your molecule?&#039;&#039;&lt;br /&gt;
D3H&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;How long did your calculation take?&#039;&#039;&lt;br /&gt;
25s CPU time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;BCl&amp;lt;sub&amp;gt;3&amp;lt;/sub&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Cl-B &#039;&#039;bond length&#039;&#039; = 1.86592 Å&lt;br /&gt;
&lt;br /&gt;
ClBCl &#039;&#039;angle&#039;&#039; = 120.0°&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the file type?&#039;&#039;&lt;br /&gt;
Plain textfile&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the calculation type?&#039;&#039;&lt;br /&gt;
Geometry optimization? Search for Minimum on hypersurface. I&#039;m not sure about the answer expected&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the calculation method?&#039;&#039;&lt;br /&gt;
DFT/b3lyp&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the basis set?&#039;&#039;&lt;br /&gt;
lanl2mb&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the final energy in atomic units (au)?&#039;&#039;&lt;br /&gt;
-69.4392811&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the dipole moment?&#039;&#039;&lt;br /&gt;
0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the point group of your molecule?&#039;&#039;&lt;br /&gt;
D3H&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;How long did your calculation take?&#039;&#039;&lt;br /&gt;
13s CPU time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Small molecule&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Analysis of a small molecule in similar fashion&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Animating the vibrations&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ caption&lt;br /&gt;
! no. !! form of the vibration !! frequency !! intensity !! symmetry&lt;br /&gt;
|-&lt;br /&gt;
| 1 || x || 1145.72 || 92.6991 || A&amp;lt;sup&amp;gt;“&amp;lt;/sup&amp;gt;&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 2 || x || 1204.66 || 12.3789 || E&amp;lt;sup&amp;gt;&#039;&amp;lt;/sup&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 3 || x || 1204.66 || 12.3814 || E&amp;lt;sup&amp;gt;&#039;&amp;lt;/sup&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 4 || x || 2592.79 || 0 || A&amp;lt;sup&amp;gt;&#039;&amp;lt;/sup&amp;gt;&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 5 || x || 2731.31 || 103.837 || E&amp;lt;sup&amp;gt;&#039;&amp;lt;/sup&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 6 || x || 2731.31 || 103.83 || E&amp;lt;sup&amp;gt;&#039;&amp;lt;/sup&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Number of vibrations: Has to contain x,y or z, degenerated vib. appear as one&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;MO&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
non degenerate MOs in good agreement. Different order of MOs. e MOs linear recombination of simple theorie. very valuable for qualitative understanding.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;cis-trans&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;geometrie&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
cis-trans=-7,69 kJ/mol&lt;br /&gt;
&lt;br /&gt;
trans: MoP 2,57/MoC 2,03/CO 1,19/MoPC 114,1&lt;br /&gt;
&lt;br /&gt;
cis: MoP 2,65/MoC 1,98-2,03/CO 1,19/MoPC 115,7&lt;br /&gt;
&lt;br /&gt;
[http://dx.doi.org/10.1016/S0020-1693(96)05133-X DOI]&lt;br /&gt;
&lt;br /&gt;
a more bulky ligand might change the relativ energy in favour of the &#039;&#039;trans&#039;&#039; geometrie&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Vibrational Spectra&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
trans CO: 1838,6;1838,8;1882,3;1954,1&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NH3&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Image:Hjn_Nh3c1dft.JPG]]&lt;br /&gt;
[[Image:Hjn_Nh3c3vdft.JPG]]&lt;br /&gt;
[[Image:Hjn_Nh3d3hdft.JPG]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;has the symmetry made any difference to the final structure obtained?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
almost constant bond length. c1/c3v = 100,6pm  d3h = 100,5pm. angle c1/c3v = 115,9/116,2&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;has the symmetry made any difference to the time it took to optimise the geometry?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
higher symmetry results in faster calculations for simillar starting geometries. (Though to be 100% precise, none of the three examples can really be compared on this timescale)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;what implication does symmetry have for the time it takes to do a calculation?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
???&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;can a molecule &amp;quot;break symmetry&amp;quot; during an optimisation?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
No, it can&#039;t.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;what implications does this have if you enter a high symmetry structure to optimise?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You will not be able to find a lower lying minimum of lower symmetry.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;which is the lowest energy geometry?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
C3v&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;what is the energy in kJ/mol of the other two isomers above the energy of the lowest energy structure? Hint: take ΔE=E(high energy)-E(low energy), the energy units are reported in atomic units so you will need to convert the energy difference to kJ/mol.&lt;br /&gt;
is the energy differences between these structures significant? Explain why.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
ΔE=0,91 kJ/mol; activation energy of inversion (-&amp;gt; transition state)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;MP2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;how long do these calculations take compared to your lower level ones?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
they take between 0 and 20 seconds longer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;determine the barrier height to inversion by finding the relative energy at this level of calculation ΔE=E(D3h)-E(C3v) in kJ/mol&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
20,48 kJ/mol&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;has ΔE changed much between the B3LYP/6-31G and MP2/6-311+G(d,p) sets of calculations?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
it is by a factor or 22,6 or 19,58kJ/mol larger.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;how do your results compare to the experimentally determined barrier which is 24.3 kJ/mol?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
they are in reasoably good agreement, and it might be possible to improve them by using a third and better method.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;IR&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Image:Hjn_Nh3c3vfreq.JPG]]&lt;br /&gt;
[[Image:Hjn_Nh3d3hfreq.JPG]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;how many positive frequencies are there for the C3v and the D3h structures?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
C3v=458,5;2*1681,0;3575,7;2*3776,6&lt;br /&gt;
D3h=(-351,8;)2*1636,8;3657,9;2*3877,6&lt;br /&gt;
Signal at 3657 has intensity 0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;draw the vibrational modes for both structures (visualise them with gaussview) and match them up, ie which vibrational modes have the same character of motion for the C3v and D3h structures&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
same order.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;compare the calculated frequencies for the C3v structure to those obtained experimentally (you will have to look them up). The C3v structure is the ground state structure, ground state structures always have all positive frequencies.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;The D3h structure is a transition state structure, transition states always have only one negative frequency, what is the value of negative frequency?&lt;br /&gt;
which vibration in the C3v and D3h structures &amp;quot;follows&amp;quot; the inversion reaction path?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
follows the A&#039;&#039;2/A1&lt;br /&gt;
&lt;br /&gt;
value: -351,8&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Rep:Mod:longjohnsilver359&amp;diff=27463</id>
		<title>Rep:Mod:longjohnsilver359</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Rep:Mod:longjohnsilver359&amp;diff=27463"/>
		<updated>2008-11-30T12:27:49Z</updated>

		<summary type="html">&lt;p&gt;Hn306: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;&amp;lt;u&amp;gt;DAY 1&amp;lt;/u&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;BH&amp;lt;sub&amp;gt;3&amp;lt;/sub&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
H-B &#039;&#039;bond length&#039;&#039; = 1.19435 Å&lt;br /&gt;
&lt;br /&gt;
HBH &#039;&#039;angle&#039;&#039; = 120.0°&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the file type?&#039;&#039;&lt;br /&gt;
Plain textfile&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the calculation type?&#039;&#039;&lt;br /&gt;
Geometry optimization? Search for Minimum on hypersurface. I&#039;m not sure about the answer expected&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the calculation method?&#039;&#039;&lt;br /&gt;
DFT/b3lyp&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the basis set?&#039;&#039;&lt;br /&gt;
3-21g&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the final energy in atomic units (au)?&#039;&#039;&lt;br /&gt;
-26.4622643765&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the dipole moment?&#039;&#039;&lt;br /&gt;
0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the point group of your molecule?&#039;&#039;&lt;br /&gt;
D3H&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;How long did your calculation take?&#039;&#039;&lt;br /&gt;
25s CPU time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;BCl&amp;lt;sub&amp;gt;3&amp;lt;/sub&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Cl-B &#039;&#039;bond length&#039;&#039; = 1.86592 Å&lt;br /&gt;
&lt;br /&gt;
ClBCl &#039;&#039;angle&#039;&#039; = 120.0°&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the file type?&#039;&#039;&lt;br /&gt;
Plain textfile&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the calculation type?&#039;&#039;&lt;br /&gt;
Geometry optimization? Search for Minimum on hypersurface. I&#039;m not sure about the answer expected&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the calculation method?&#039;&#039;&lt;br /&gt;
DFT/b3lyp&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the basis set?&#039;&#039;&lt;br /&gt;
lanl2mb&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the final energy in atomic units (au)?&#039;&#039;&lt;br /&gt;
-69.4392811&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the dipole moment?&#039;&#039;&lt;br /&gt;
0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;What is the point group of your molecule?&#039;&#039;&lt;br /&gt;
D3H&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;How long did your calculation take?&#039;&#039;&lt;br /&gt;
13s CPU time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;vibration&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1 1145.71 92.6991 A&#039;&#039;2&lt;br /&gt;
&lt;br /&gt;
2 1204.66 12.3789 E&#039;&lt;br /&gt;
&lt;br /&gt;
3 1204.66 12.3814 E&#039;&lt;br /&gt;
&lt;br /&gt;
4 2592.79 0 A&#039;1&lt;br /&gt;
&lt;br /&gt;
5 2731.31 103.837 E&#039;&lt;br /&gt;
&lt;br /&gt;
6 2731.31 103.83 E&#039;&lt;br /&gt;
&lt;br /&gt;
Number of vibrations: Has to contain x,y or z, degenerated vib. appear as one&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;MO&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
non degenerate MOs in good agreement. Different order of MOs. e MOs linear recombination of simple theorie. very valuable for qualitative understanding.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;cis-trans&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;geometrie&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
cis-trans=-7,69 kJ/mol&lt;br /&gt;
&lt;br /&gt;
trans: MoP 2,57/MoC 2,03/CO 1,19/MoPC 114,1&lt;br /&gt;
&lt;br /&gt;
cis: MoP 2,65/MoC 1,98-2,03/CO 1,19/MoPC 115,7&lt;br /&gt;
&lt;br /&gt;
[http://dx.doi.org/10.1016/S0020-1693(96)05133-X DOI]&lt;br /&gt;
&lt;br /&gt;
a more bulky ligand might change the relativ energy in favour of the &#039;&#039;trans&#039;&#039; geometrie&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Vibrational Spectra&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
trans CO: 1838,6;1838,8;1882,3;1954,1&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NH3&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Image:Hjn_Nh3c1dft.JPG]]&lt;br /&gt;
[[Image:Hjn_Nh3c3vdft.JPG]]&lt;br /&gt;
[[Image:Hjn_Nh3d3hdft.JPG]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;has the symmetry made any difference to the final structure obtained?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
almost constant bond length. c1/c3v = 100,6pm  d3h = 100,5pm. angle c1/c3v = 115,9/116,2&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;has the symmetry made any difference to the time it took to optimise the geometry?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
higher symmetry results in faster calculations for simillar starting geometries. (Though to be 100% precise, none of the three examples can really be compared on this timescale)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;what implication does symmetry have for the time it takes to do a calculation?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
???&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;can a molecule &amp;quot;break symmetry&amp;quot; during an optimisation?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
No, it can&#039;t.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;what implications does this have if you enter a high symmetry structure to optimise?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You will not be able to find a lower lying minimum of lower symmetry.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;which is the lowest energy geometry?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
C3v&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;what is the energy in kJ/mol of the other two isomers above the energy of the lowest energy structure? Hint: take ΔE=E(high energy)-E(low energy), the energy units are reported in atomic units so you will need to convert the energy difference to kJ/mol.&lt;br /&gt;
is the energy differences between these structures significant? Explain why.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
ΔE=0,91 kJ/mol; activation energy of inversion (-&amp;gt; transition state)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;MP2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;how long do these calculations take compared to your lower level ones?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
they take between 0 and 20 seconds longer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;determine the barrier height to inversion by finding the relative energy at this level of calculation ΔE=E(D3h)-E(C3v) in kJ/mol&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
20,48 kJ/mol&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;has ΔE changed much between the B3LYP/6-31G and MP2/6-311+G(d,p) sets of calculations?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
it is by a factor or 22,6 or 19,58kJ/mol larger.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;how do your results compare to the experimentally determined barrier which is 24.3 kJ/mol?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
they are in reasoably good agreement, and it might be possible to improve them by using a third and better method.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;IR&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Image:Hjn_Nh3c3vfreq.JPG]]&lt;br /&gt;
[[Image:Hjn_Nh3d3hfreq.JPG]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;how many positive frequencies are there for the C3v and the D3h structures?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
C3v=458,5;2*1681,0;3575,7;2*3776,6&lt;br /&gt;
D3h=(-351,8;)2*1636,8;3657,9;2*3877,6&lt;br /&gt;
Signal at 3657 has intensity 0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;draw the vibrational modes for both structures (visualise them with gaussview) and match them up, ie which vibrational modes have the same character of motion for the C3v and D3h structures&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
same order.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;compare the calculated frequencies for the C3v structure to those obtained experimentally (you will have to look them up). The C3v structure is the ground state structure, ground state structures always have all positive frequencies.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;The D3h structure is a transition state structure, transition states always have only one negative frequency, what is the value of negative frequency?&lt;br /&gt;
which vibration in the C3v and D3h structures &amp;quot;follows&amp;quot; the inversion reaction path?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
follows the A&#039;&#039;2/A1&lt;br /&gt;
&lt;br /&gt;
value: -351,8&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Rep:Mod:longjohnsilver359&amp;diff=27157</id>
		<title>Rep:Mod:longjohnsilver359</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Rep:Mod:longjohnsilver359&amp;diff=27157"/>
		<updated>2008-11-28T14:57:12Z</updated>

		<summary type="html">&lt;p&gt;Hn306: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;bh&#039;&#039;&#039; bond length = 1.19435&lt;br /&gt;
hbh angle = 120.000&lt;br /&gt;
&lt;br /&gt;
What is the file type?&lt;br /&gt;
textfile&lt;br /&gt;
&lt;br /&gt;
What is the calculation type?&lt;br /&gt;
Geometry optimization? Search for Minimum on hypersurface&lt;br /&gt;
&lt;br /&gt;
What is the calculation method?&lt;br /&gt;
b3lyp/3-21g&lt;br /&gt;
&lt;br /&gt;
What is the basis set?&lt;br /&gt;
3-21g&lt;br /&gt;
&lt;br /&gt;
What is the final energy in atomic units (au)?&lt;br /&gt;
-26.4622643765&lt;br /&gt;
&lt;br /&gt;
What is the dipole moment?&lt;br /&gt;
0&lt;br /&gt;
&lt;br /&gt;
What is the point group of your molecule?&lt;br /&gt;
D3H&lt;br /&gt;
&lt;br /&gt;
How long did your calculation take?&lt;br /&gt;
25s CPU time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;bcl&#039;&#039;&#039; bond length = 1.86592&lt;br /&gt;
clbcl angle = 120.000&lt;br /&gt;
&lt;br /&gt;
What is the file type?&lt;br /&gt;
textfile&lt;br /&gt;
&lt;br /&gt;
What is the calculation type?&lt;br /&gt;
Geometry optimization? Search for Minimum on hypersurface&lt;br /&gt;
&lt;br /&gt;
What is the calculation method?&lt;br /&gt;
b3lyp&lt;br /&gt;
&lt;br /&gt;
What is the basis set?&lt;br /&gt;
lanl2mb&lt;br /&gt;
&lt;br /&gt;
What is the final energy in atomic units (au)?&lt;br /&gt;
-69.4392811&lt;br /&gt;
&lt;br /&gt;
What is the dipole moment?&lt;br /&gt;
0&lt;br /&gt;
&lt;br /&gt;
What is the point group of your molecule?&lt;br /&gt;
D3H&lt;br /&gt;
&lt;br /&gt;
How long did your calculation take?&lt;br /&gt;
13s CPU time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;vibration&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1 1145.71 92.6991 A&#039;&#039;2&lt;br /&gt;
&lt;br /&gt;
2 1204.66 12.3789 E&#039;&lt;br /&gt;
&lt;br /&gt;
3 1204.66 12.3814 E&#039;&lt;br /&gt;
&lt;br /&gt;
4 2592.79 0 A&#039;1&lt;br /&gt;
&lt;br /&gt;
5 2731.31 103.837 E&#039;&lt;br /&gt;
&lt;br /&gt;
6 2731.31 103.83 E&#039;&lt;br /&gt;
&lt;br /&gt;
Number of vibrations: Has to contain x,y or z, degenerated vib. appear as one&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;MO&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
non degenerate MOs in good agreement. Different order of MOs. e MOs linear recombination of simple theorie. very valuable for qualitative understanding.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;cis-trans&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;geometrie&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
cis-trans=-7,69 kJ/mol&lt;br /&gt;
&lt;br /&gt;
trans: MoP 2,57/MoC 2,03/CO 1,19/MoPC 114,1&lt;br /&gt;
&lt;br /&gt;
cis: MoP 2,65/MoC 1,98-2,03/CO 1,19/MoPC 115,7&lt;br /&gt;
&lt;br /&gt;
[http://dx.doi.org/10.1016/S0020-1693(96)05133-X DOI]&lt;br /&gt;
&lt;br /&gt;
a more bulky ligand might change the relativ energy in favour of the &#039;&#039;trans&#039;&#039; geometrie&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Vibrational Spectra&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
trans CO: 1838,6;1838,8;1882,3;1954,1&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NH3&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Image:Hjn_Nh3c1dft.JPG]]&lt;br /&gt;
[[Image:Hjn_Nh3c3vdft.JPG]]&lt;br /&gt;
[[Image:Hjn_Nh3d3hdft.JPG]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;has the symmetry made any difference to the final structure obtained?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
almost constant bond length. c1/c3v = 100,6pm  d3h = 100,5pm. angle c1/c3v = 115,9/116,2&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;has the symmetry made any difference to the time it took to optimise the geometry?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
higher symmetry results in faster calculations for simillar starting geometries. (Though to be 100% precise, none of the three examples can really be compared on this timescale)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;what implication does symmetry have for the time it takes to do a calculation?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
???&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;can a molecule &amp;quot;break symmetry&amp;quot; during an optimisation?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
No, it can&#039;t.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;what implications does this have if you enter a high symmetry structure to optimise?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You will not be able to find a lower lying minimum of lower symmetry.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;which is the lowest energy geometry?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
C3v&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;what is the energy in kJ/mol of the other two isomers above the energy of the lowest energy structure? Hint: take ΔE=E(high energy)-E(low energy), the energy units are reported in atomic units so you will need to convert the energy difference to kJ/mol.&lt;br /&gt;
is the energy differences between these structures significant? Explain why.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
ΔE=0,91 kJ/mol; activation energy of inversion (-&amp;gt; transition state)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;MP2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;how long do these calculations take compared to your lower level ones?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
they take between 0 and 20 seconds longer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;determine the barrier height to inversion by finding the relative energy at this level of calculation ΔE=E(D3h)-E(C3v) in kJ/mol&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
20,48 kJ/mol&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;has ΔE changed much between the B3LYP/6-31G and MP2/6-311+G(d,p) sets of calculations?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
it is by a factor or 22,6 or 19,58kJ/mol larger.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;how do your results compare to the experimentally determined barrier which is 24.3 kJ/mol?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
they are in reasoably good agreement, and it might be possible to improve them by using a third and better method.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;IR&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Image:Hjn_Nh3c3vfreq.JPG]]&lt;br /&gt;
[[Image:Hjn_Nh3d3hfreq.JPG]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;how many positive frequencies are there for the C3v and the D3h structures?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
C3v=458,5;2*1681,0;3575,7;2*3776,6&lt;br /&gt;
D3h=(-351,8;)2*1636,8;3657,9;2*3877,6&lt;br /&gt;
Signal at 3657 has intensity 0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;draw the vibrational modes for both structures (visualise them with gaussview) and match them up, ie which vibrational modes have the same character of motion for the C3v and D3h structures&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
same order.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;compare the calculated frequencies for the C3v structure to those obtained experimentally (you will have to look them up). The C3v structure is the ground state structure, ground state structures always have all positive frequencies.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;The D3h structure is a transition state structure, transition states always have only one negative frequency, what is the value of negative frequency?&lt;br /&gt;
which vibration in the C3v and D3h structures &amp;quot;follows&amp;quot; the inversion reaction path?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
follows the A&#039;&#039;2/A1&lt;br /&gt;
&lt;br /&gt;
value: -351,8&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Rep:Mod:longjohnsilver359&amp;diff=27149</id>
		<title>Rep:Mod:longjohnsilver359</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Rep:Mod:longjohnsilver359&amp;diff=27149"/>
		<updated>2008-11-28T14:43:41Z</updated>

		<summary type="html">&lt;p&gt;Hn306: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;bh&#039;&#039;&#039; bond length = 1.19435&lt;br /&gt;
hbh angle = 120.000&lt;br /&gt;
&lt;br /&gt;
What is the file type?&lt;br /&gt;
textfile&lt;br /&gt;
&lt;br /&gt;
What is the calculation type?&lt;br /&gt;
Geometry optimization? Search for Minimum on hypersurface&lt;br /&gt;
&lt;br /&gt;
What is the calculation method?&lt;br /&gt;
b3lyp/3-21g&lt;br /&gt;
&lt;br /&gt;
What is the basis set?&lt;br /&gt;
3-21g&lt;br /&gt;
&lt;br /&gt;
What is the final energy in atomic units (au)?&lt;br /&gt;
-26.4622643765&lt;br /&gt;
&lt;br /&gt;
What is the dipole moment?&lt;br /&gt;
0&lt;br /&gt;
&lt;br /&gt;
What is the point group of your molecule?&lt;br /&gt;
D3H&lt;br /&gt;
&lt;br /&gt;
How long did your calculation take?&lt;br /&gt;
25s CPU time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;bcl&#039;&#039;&#039; bond length = 1.86592&lt;br /&gt;
clbcl angle = 120.000&lt;br /&gt;
&lt;br /&gt;
What is the file type?&lt;br /&gt;
textfile&lt;br /&gt;
&lt;br /&gt;
What is the calculation type?&lt;br /&gt;
Geometry optimization? Search for Minimum on hypersurface&lt;br /&gt;
&lt;br /&gt;
What is the calculation method?&lt;br /&gt;
b3lyp&lt;br /&gt;
&lt;br /&gt;
What is the basis set?&lt;br /&gt;
lanl2mb&lt;br /&gt;
&lt;br /&gt;
What is the final energy in atomic units (au)?&lt;br /&gt;
-69.4392811&lt;br /&gt;
&lt;br /&gt;
What is the dipole moment?&lt;br /&gt;
0&lt;br /&gt;
&lt;br /&gt;
What is the point group of your molecule?&lt;br /&gt;
D3H&lt;br /&gt;
&lt;br /&gt;
How long did your calculation take?&lt;br /&gt;
13s CPU time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;vibration&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1 1145.71 92.6991 A&#039;&#039;2&lt;br /&gt;
&lt;br /&gt;
2 1204.66 12.3789 E&#039;&lt;br /&gt;
&lt;br /&gt;
3 1204.66 12.3814 E&#039;&lt;br /&gt;
&lt;br /&gt;
4 2592.79 0 A&#039;1&lt;br /&gt;
&lt;br /&gt;
5 2731.31 103.837 E&#039;&lt;br /&gt;
&lt;br /&gt;
6 2731.31 103.83 E&#039;&lt;br /&gt;
&lt;br /&gt;
Number of vibrations: Has to contain x,y or z, degenerated vib. appear as one&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;MO&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
non degenerate MOs in good agreement. Different order of MOs. e MOs linear recombination of simple theorie. very valuable for qualitative understanding.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;cis-trans&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
cis-trans=-7,69 kJ/mol&lt;br /&gt;
&lt;br /&gt;
trans: MoP 2,57/MoC 2,03/CO 1,19/MoPC 114,1&lt;br /&gt;
&lt;br /&gt;
cis: MoP 2,65/MoC 1,98-2,03/CO 1,19/MoPC 115,7&lt;br /&gt;
&lt;br /&gt;
[http://dx.doi.org/10.1016/S0020-1693(96)05133-X DOI]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NH3&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Image:Hjn_Nh3c1dft.JPG]]&lt;br /&gt;
[[Image:Hjn_Nh3c3vdft.JPG]]&lt;br /&gt;
[[Image:Hjn_Nh3d3hdft.JPG]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;has the symmetry made any difference to the final structure obtained?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
almost constant bond length. c1/c3v = 100,6pm  d3h = 100,5pm. angle c1/c3v = 115,9/116,2&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;has the symmetry made any difference to the time it took to optimise the geometry?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
higher symmetry results in faster calculations for simillar starting geometries. (Though to be 100% precise, none of the three examples can really be compared on this timescale)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;what implication does symmetry have for the time it takes to do a calculation?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
???&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;can a molecule &amp;quot;break symmetry&amp;quot; during an optimisation?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
No, it can&#039;t.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;what implications does this have if you enter a high symmetry structure to optimise?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You will not be able to find a lower lying minimum of lower symmetry.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;which is the lowest energy geometry?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
C3v&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;what is the energy in kJ/mol of the other two isomers above the energy of the lowest energy structure? Hint: take ΔE=E(high energy)-E(low energy), the energy units are reported in atomic units so you will need to convert the energy difference to kJ/mol.&lt;br /&gt;
is the energy differences between these structures significant? Explain why.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
ΔE=0,91 kJ/mol; activation energy of inversion (-&amp;gt; transition state)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;MP2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;how long do these calculations take compared to your lower level ones?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
they take between 0 and 20 seconds longer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;determine the barrier height to inversion by finding the relative energy at this level of calculation ΔE=E(D3h)-E(C3v) in kJ/mol&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
20,48 kJ/mol&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;has ΔE changed much between the B3LYP/6-31G and MP2/6-311+G(d,p) sets of calculations?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
it is by a factor or 22,6 or 19,58kJ/mol larger.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;how do your results compare to the experimentally determined barrier which is 24.3 kJ/mol?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
they are in reasoably good agreement, and it might be possible to improve them by using a third and better method.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;IR&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Image:Hjn_Nh3c3vfreq.JPG]]&lt;br /&gt;
[[Image:Hjn_Nh3d3hfreq.JPG]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;how many positive frequencies are there for the C3v and the D3h structures?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
C3v=458,5;2*1681,0;3575,7;2*3776,6&lt;br /&gt;
D3h=(-351,8;)2*1636,8;3657,9;2*3877,6&lt;br /&gt;
Signal at 3657 has intensity 0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;draw the vibrational modes for both structures (visualise them with gaussview) and match them up, ie which vibrational modes have the same character of motion for the C3v and D3h structures&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
same order.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;compare the calculated frequencies for the C3v structure to those obtained experimentally (you will have to look them up). The C3v structure is the ground state structure, ground state structures always have all positive frequencies.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;The D3h structure is a transition state structure, transition states always have only one negative frequency, what is the value of negative frequency?&lt;br /&gt;
which vibration in the C3v and D3h structures &amp;quot;follows&amp;quot; the inversion reaction path?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
follows the A&#039;&#039;2/A1&lt;br /&gt;
&lt;br /&gt;
value: -351,8&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Rep:Mod:longjohnsilver359&amp;diff=27098</id>
		<title>Rep:Mod:longjohnsilver359</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Rep:Mod:longjohnsilver359&amp;diff=27098"/>
		<updated>2008-11-28T13:31:45Z</updated>

		<summary type="html">&lt;p&gt;Hn306: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;bh&#039;&#039;&#039; bond length = 1.19435&lt;br /&gt;
hbh angle = 120.000&lt;br /&gt;
&lt;br /&gt;
What is the file type?&lt;br /&gt;
textfile&lt;br /&gt;
&lt;br /&gt;
What is the calculation type?&lt;br /&gt;
Geometry optimization? Search for Minimum on hypersurface&lt;br /&gt;
&lt;br /&gt;
What is the calculation method?&lt;br /&gt;
b3lyp/3-21g&lt;br /&gt;
&lt;br /&gt;
What is the basis set?&lt;br /&gt;
3-21g&lt;br /&gt;
&lt;br /&gt;
What is the final energy in atomic units (au)?&lt;br /&gt;
-26.4622643765&lt;br /&gt;
&lt;br /&gt;
What is the dipole moment?&lt;br /&gt;
0&lt;br /&gt;
&lt;br /&gt;
What is the point group of your molecule?&lt;br /&gt;
D3H&lt;br /&gt;
&lt;br /&gt;
How long did your calculation take?&lt;br /&gt;
25s CPU time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;bcl&#039;&#039;&#039; bond length = 1.86592&lt;br /&gt;
clbcl angle = 120.000&lt;br /&gt;
&lt;br /&gt;
What is the file type?&lt;br /&gt;
textfile&lt;br /&gt;
&lt;br /&gt;
What is the calculation type?&lt;br /&gt;
Geometry optimization? Search for Minimum on hypersurface&lt;br /&gt;
&lt;br /&gt;
What is the calculation method?&lt;br /&gt;
b3lyp&lt;br /&gt;
&lt;br /&gt;
What is the basis set?&lt;br /&gt;
lanl2mb&lt;br /&gt;
&lt;br /&gt;
What is the final energy in atomic units (au)?&lt;br /&gt;
-69.4392811&lt;br /&gt;
&lt;br /&gt;
What is the dipole moment?&lt;br /&gt;
0&lt;br /&gt;
&lt;br /&gt;
What is the point group of your molecule?&lt;br /&gt;
D3H&lt;br /&gt;
&lt;br /&gt;
How long did your calculation take?&lt;br /&gt;
13s CPU time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;vibration&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1 1145.71 92.6991 A&#039;&#039;2&lt;br /&gt;
&lt;br /&gt;
2 1204.66 12.3789 E&#039;&lt;br /&gt;
&lt;br /&gt;
3 1204.66 12.3814 E&#039;&lt;br /&gt;
&lt;br /&gt;
4 2592.79 0 A&#039;1&lt;br /&gt;
&lt;br /&gt;
5 2731.31 103.837 E&#039;&lt;br /&gt;
&lt;br /&gt;
6 2731.31 103.83 E&#039;&lt;br /&gt;
&lt;br /&gt;
Number of vibrations: Has to contain x,y or z, degenerated vib. appear as one&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;MO&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
non degenerate MOs in good agreement. Different order of MOs. e MOs linear recombination of simple theorie. very valuable for qualitative understanding.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;cis-trans&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
cis-trans=-7,69 kJ/mol&lt;br /&gt;
&lt;br /&gt;
trans: MoP 2,57/MoC 2,03/CO 1,19/MoPC 114,1&lt;br /&gt;
&lt;br /&gt;
cis: MoP 2,65/MoC 1,98-2,03/CO 1,19/MoPC 115,7&lt;br /&gt;
&lt;br /&gt;
[http://dx.doi.org/10.1016/S0020-1693(96)05133-X DOI]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NH3&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Image:Hjn_Nh3c1dft.JPG]]&lt;br /&gt;
[[Image:Hjn_Nh3c3vdft.JPG]]&lt;br /&gt;
[[Image:Hjn_Nh3d3hdft.JPG]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;has the symmetry made any difference to the final structure obtained?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
almost constant bond length. c1/c3v = 100,6pm  d3h = 100,5pm. angle c1/c3v = 115,9/116,2&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;has the symmetry made any difference to the time it took to optimise the geometry?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
higher symmetry results in faster calculations for simillar starting geometries. (Though to be 100% precise, none of the three examples can really be compared on this timescale)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;what implication does symmetry have for the time it takes to do a calculation?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
???&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;can a molecule &amp;quot;break symmetry&amp;quot; during an optimisation?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
No, it can&#039;t.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;what implications does this have if you enter a high symmetry structure to optimise?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You will not be able to find a lower lying minimum of lower symmetry.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;which is the lowest energy geometry?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
C3v&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;what is the energy in kJ/mol of the other two isomers above the energy of the lowest energy structure? Hint: take ΔE=E(high energy)-E(low energy), the energy units are reported in atomic units so you will need to convert the energy difference to kJ/mol.&lt;br /&gt;
is the energy differences between these structures significant? Explain why.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
ΔE=0,91 kJ/mol; activation energy of inversion (-&amp;gt; transition state)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;MP2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;how long do these calculations take compared to your lower level ones?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
they take between 0 and 20 seconds longer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;determine the barrier height to inversion by finding the relative energy at this level of calculation ΔE=E(D3h)-E(C3v) in kJ/mol&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
20,48 kJ/mol&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;has ΔE changed much between the B3LYP/6-31G and MP2/6-311+G(d,p) sets of calculations?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
it is by a factor or 22,6 or 19,58kJ/mol larger.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;how do your results compare to the experimentally determined barrier which is 24.3 kJ/mol?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
they are in reasoably good agreement, and it might be possible to improve them by using a third and better method.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;IR&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Image:Hjn_Nh3c3vfreq.JPG]]&lt;br /&gt;
[[Image:Hjn_Nh3d3hfreq.JPG]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;how many positive frequencies are there for the C3v and the D3h structures?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;draw the vibrational modes for both structures (visualise them with gaussview) and match them up, ie which vibrational modes have the same character of motion for the C3v and D3h structures&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;compare the calculated frequencies for the C3v structure to those obtained experimentally (you will have to look them up). The C3v structure is the ground state structure, ground state structures always have all positive frequencies.&lt;br /&gt;
&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;The D3h structure is a transition state structure, transition states always have only one negative frequency, what is the value of negative frequency?&lt;br /&gt;
which vibration in the C3v and D3h structures &amp;quot;follows&amp;quot; the inversion reaction path?&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Rep:Mod:longjohnsilver359&amp;diff=27093</id>
		<title>Rep:Mod:longjohnsilver359</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Rep:Mod:longjohnsilver359&amp;diff=27093"/>
		<updated>2008-11-28T13:27:20Z</updated>

		<summary type="html">&lt;p&gt;Hn306: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;bh&#039;&#039;&#039; bond length = 1.19435&lt;br /&gt;
hbh angle = 120.000&lt;br /&gt;
&lt;br /&gt;
What is the file type?&lt;br /&gt;
textfile&lt;br /&gt;
&lt;br /&gt;
What is the calculation type?&lt;br /&gt;
Geometry optimization? Search for Minimum on hypersurface&lt;br /&gt;
&lt;br /&gt;
What is the calculation method?&lt;br /&gt;
b3lyp/3-21g&lt;br /&gt;
&lt;br /&gt;
What is the basis set?&lt;br /&gt;
3-21g&lt;br /&gt;
&lt;br /&gt;
What is the final energy in atomic units (au)?&lt;br /&gt;
-26.4622643765&lt;br /&gt;
&lt;br /&gt;
What is the dipole moment?&lt;br /&gt;
0&lt;br /&gt;
&lt;br /&gt;
What is the point group of your molecule?&lt;br /&gt;
D3H&lt;br /&gt;
&lt;br /&gt;
How long did your calculation take?&lt;br /&gt;
25s CPU time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;bcl&#039;&#039;&#039; bond length = 1.86592&lt;br /&gt;
clbcl angle = 120.000&lt;br /&gt;
&lt;br /&gt;
What is the file type?&lt;br /&gt;
textfile&lt;br /&gt;
&lt;br /&gt;
What is the calculation type?&lt;br /&gt;
Geometry optimization? Search for Minimum on hypersurface&lt;br /&gt;
&lt;br /&gt;
What is the calculation method?&lt;br /&gt;
b3lyp&lt;br /&gt;
&lt;br /&gt;
What is the basis set?&lt;br /&gt;
lanl2mb&lt;br /&gt;
&lt;br /&gt;
What is the final energy in atomic units (au)?&lt;br /&gt;
-69.4392811&lt;br /&gt;
&lt;br /&gt;
What is the dipole moment?&lt;br /&gt;
0&lt;br /&gt;
&lt;br /&gt;
What is the point group of your molecule?&lt;br /&gt;
D3H&lt;br /&gt;
&lt;br /&gt;
How long did your calculation take?&lt;br /&gt;
13s CPU time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;vibration&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1 1145.71 92.6991 A&#039;&#039;2&lt;br /&gt;
&lt;br /&gt;
2 1204.66 12.3789 E&#039;&lt;br /&gt;
&lt;br /&gt;
3 1204.66 12.3814 E&#039;&lt;br /&gt;
&lt;br /&gt;
4 2592.79 0 A&#039;1&lt;br /&gt;
&lt;br /&gt;
5 2731.31 103.837 E&#039;&lt;br /&gt;
&lt;br /&gt;
6 2731.31 103.83 E&#039;&lt;br /&gt;
&lt;br /&gt;
Number of vibrations: Has to contain x,y or z, degenerated vib. appear as one&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;MO&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
non degenerate MOs in good agreement. Different order of MOs. e MOs linear recombination of simple theorie. very valuable for qualitative understanding.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;cis-trans&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
cis-trans=-7,69 kJ/mol&lt;br /&gt;
&lt;br /&gt;
trans: MoP 2,57/MoC 2,03/CO 1,19/MoPC 114,1&lt;br /&gt;
&lt;br /&gt;
cis: MoP 2,65/MoC 1,98-2,03/CO 1,19/MoPC 115,7&lt;br /&gt;
&lt;br /&gt;
[http://dx.doi.org/10.1016/S0020-1693(96)05133-X DOI]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NH3&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Image:Hjn_Nh3c1dft.JPG]]&lt;br /&gt;
[[Image:Hjn_Nh3c3vdft.JPG]]&lt;br /&gt;
[[Image:Hjn_Nh3d3hdft.JPG]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;has the symmetry made any difference to the final structure obtained?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
almost constant bond length. c1/c3v = 100,6pm  d3h = 100,5pm. angle c1/c3v = 115,9/116,2&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;has the symmetry made any difference to the time it took to optimise the geometry?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
higher symmetry results in faster calculations for simillar starting geometries. (Though to be 100% precise, none of the three examples can really be compared on this timescale)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;what implication does symmetry have for the time it takes to do a calculation?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
???&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;can a molecule &amp;quot;break symmetry&amp;quot; during an optimisation?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
No, it can&#039;t.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;what implications does this have if you enter a high symmetry structure to optimise?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You will not be able to find a lower lying minimum of lower symmetry.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;which is the lowest energy geometry?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
C3v&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;what is the energy in kJ/mol of the other two isomers above the energy of the lowest energy structure? Hint: take ΔE=E(high energy)-E(low energy), the energy units are reported in atomic units so you will need to convert the energy difference to kJ/mol.&lt;br /&gt;
is the energy differences between these structures significant? Explain why.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
ΔE=0,91 kJ/mol; activation energy of inversion (-&amp;gt; transition state)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;MP2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;how long do these calculations take compared to your lower level ones?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
they take between 0 and 20 seconds longer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;determine the barrier height to inversion by finding the relative energy at this level of calculation ΔE=E(D3h)-E(C3v) in kJ/mol&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
20,48 kJ/mol&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;has ΔE changed much between the B3LYP/6-31G and MP2/6-311+G(d,p) sets of calculations?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
it is by a factor or 22,6 or 19,58kJ/mol larger.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;how do your results compare to the experimentally determined barrier which is 24.3 kJ/mol?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
they are in reasoably good agreement, and it might be possible to improve them by using a third and better method.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;IR&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Image:Hjn_Nh3c3vfreq.JPG]]&lt;br /&gt;
[[Image:Hjn_Nh3d3hfreq.JPG]]&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=File:Hjn_Nh3c3vfreq.JPG&amp;diff=27092</id>
		<title>File:Hjn Nh3c3vfreq.JPG</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=File:Hjn_Nh3c3vfreq.JPG&amp;diff=27092"/>
		<updated>2008-11-28T13:26:39Z</updated>

		<summary type="html">&lt;p&gt;Hn306: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=File:Hjn_Nh3d3hfreq.JPG&amp;diff=27088</id>
		<title>File:Hjn Nh3d3hfreq.JPG</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=File:Hjn_Nh3d3hfreq.JPG&amp;diff=27088"/>
		<updated>2008-11-28T13:25:19Z</updated>

		<summary type="html">&lt;p&gt;Hn306: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Rep:Mod:longjohnsilver359&amp;diff=27048</id>
		<title>Rep:Mod:longjohnsilver359</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Rep:Mod:longjohnsilver359&amp;diff=27048"/>
		<updated>2008-11-28T12:12:40Z</updated>

		<summary type="html">&lt;p&gt;Hn306: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;bh&#039;&#039;&#039; bond length = 1.19435&lt;br /&gt;
hbh angle = 120.000&lt;br /&gt;
&lt;br /&gt;
What is the file type?&lt;br /&gt;
textfile&lt;br /&gt;
&lt;br /&gt;
What is the calculation type?&lt;br /&gt;
Geometry optimization? Search for Minimum on hypersurface&lt;br /&gt;
&lt;br /&gt;
What is the calculation method?&lt;br /&gt;
b3lyp/3-21g&lt;br /&gt;
&lt;br /&gt;
What is the basis set?&lt;br /&gt;
3-21g&lt;br /&gt;
&lt;br /&gt;
What is the final energy in atomic units (au)?&lt;br /&gt;
-26.4622643765&lt;br /&gt;
&lt;br /&gt;
What is the dipole moment?&lt;br /&gt;
0&lt;br /&gt;
&lt;br /&gt;
What is the point group of your molecule?&lt;br /&gt;
D3H&lt;br /&gt;
&lt;br /&gt;
How long did your calculation take?&lt;br /&gt;
25s CPU time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;bcl&#039;&#039;&#039; bond length = 1.86592&lt;br /&gt;
clbcl angle = 120.000&lt;br /&gt;
&lt;br /&gt;
What is the file type?&lt;br /&gt;
textfile&lt;br /&gt;
&lt;br /&gt;
What is the calculation type?&lt;br /&gt;
Geometry optimization? Search for Minimum on hypersurface&lt;br /&gt;
&lt;br /&gt;
What is the calculation method?&lt;br /&gt;
b3lyp&lt;br /&gt;
&lt;br /&gt;
What is the basis set?&lt;br /&gt;
lanl2mb&lt;br /&gt;
&lt;br /&gt;
What is the final energy in atomic units (au)?&lt;br /&gt;
-69.4392811&lt;br /&gt;
&lt;br /&gt;
What is the dipole moment?&lt;br /&gt;
0&lt;br /&gt;
&lt;br /&gt;
What is the point group of your molecule?&lt;br /&gt;
D3H&lt;br /&gt;
&lt;br /&gt;
How long did your calculation take?&lt;br /&gt;
13s CPU time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;vibration&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1 1145.71 92.6991 A&#039;&#039;2&lt;br /&gt;
&lt;br /&gt;
2 1204.66 12.3789 E&#039;&lt;br /&gt;
&lt;br /&gt;
3 1204.66 12.3814 E&#039;&lt;br /&gt;
&lt;br /&gt;
4 2592.79 0 A&#039;1&lt;br /&gt;
&lt;br /&gt;
5 2731.31 103.837 E&#039;&lt;br /&gt;
&lt;br /&gt;
6 2731.31 103.83 E&#039;&lt;br /&gt;
&lt;br /&gt;
Number of vibrations: Has to contain x,y or z, degenerated vib. appear as one&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;MO&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
non degenerate MOs in good agreement. Different order of MOs. e MOs linear recombination of simple theorie. very valuable for qualitative understanding.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;cis-trans&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
cis-trans=-7,69 kJ/mol&lt;br /&gt;
&lt;br /&gt;
trans: MoP 2,57/MoC 2,03/CO 1,19/MoPC 114,1&lt;br /&gt;
&lt;br /&gt;
cis: MoP 2,65/MoC 1,98-2,03/CO 1,19/MoPC 115,7&lt;br /&gt;
&lt;br /&gt;
[http://dx.doi.org/10.1016/S0020-1693(96)05133-X DOI]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NH3&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Image:Hjn_Nh3c1dft.JPG]]&lt;br /&gt;
[[Image:Hjn_Nh3c3vdft.JPG]]&lt;br /&gt;
[[Image:Hjn_Nh3d3hdft.JPG]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;has the symmetry made any difference to the final structure obtained?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
almost constant bond length. c1/c3v = 100,6pm  d3h = 100,5pm. angle c1/c3v = 115,9/116,2&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;has the symmetry made any difference to the time it took to optimise the geometry?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
higher symmetry results in slower calculations&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;what implication does symmetry have for the time it takes to do a calculation?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
???&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;can a molecule &amp;quot;break symmetry&amp;quot; during an optimisation?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
No, it can&#039;t.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;what implications does this have if you enter a high symmetry structure to optimise?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You will not be able to find a lower lying minimum of lower symmetry.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;which is the lowest energy geometry?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
C3v&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;what is the energy in kJ/mol of the other two isomers above the energy of the lowest energy structure? Hint: take ΔE=E(high energy)-E(low energy), the energy units are reported in atomic units so you will need to convert the energy difference to kJ/mol.&lt;br /&gt;
is the energy differences between these structures significant? Explain why.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
ΔE=0,9 kJ/mol; activation energy of inversion (-&amp;gt; transition state)&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Rep:Mod:longjohnsilver359&amp;diff=27046</id>
		<title>Rep:Mod:longjohnsilver359</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Rep:Mod:longjohnsilver359&amp;diff=27046"/>
		<updated>2008-11-28T12:08:18Z</updated>

		<summary type="html">&lt;p&gt;Hn306: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;bh&#039;&#039;&#039; bond length = 1.19435&lt;br /&gt;
hbh angle = 120.000&lt;br /&gt;
&lt;br /&gt;
What is the file type?&lt;br /&gt;
textfile&lt;br /&gt;
&lt;br /&gt;
What is the calculation type?&lt;br /&gt;
Geometry optimization? Search for Minimum on hypersurface&lt;br /&gt;
&lt;br /&gt;
What is the calculation method?&lt;br /&gt;
b3lyp/3-21g&lt;br /&gt;
&lt;br /&gt;
What is the basis set?&lt;br /&gt;
3-21g&lt;br /&gt;
&lt;br /&gt;
What is the final energy in atomic units (au)?&lt;br /&gt;
-26.4622643765&lt;br /&gt;
&lt;br /&gt;
What is the dipole moment?&lt;br /&gt;
0&lt;br /&gt;
&lt;br /&gt;
What is the point group of your molecule?&lt;br /&gt;
D3H&lt;br /&gt;
&lt;br /&gt;
How long did your calculation take?&lt;br /&gt;
25s CPU time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;bcl&#039;&#039;&#039; bond length = 1.86592&lt;br /&gt;
clbcl angle = 120.000&lt;br /&gt;
&lt;br /&gt;
What is the file type?&lt;br /&gt;
textfile&lt;br /&gt;
&lt;br /&gt;
What is the calculation type?&lt;br /&gt;
Geometry optimization? Search for Minimum on hypersurface&lt;br /&gt;
&lt;br /&gt;
What is the calculation method?&lt;br /&gt;
b3lyp&lt;br /&gt;
&lt;br /&gt;
What is the basis set?&lt;br /&gt;
lanl2mb&lt;br /&gt;
&lt;br /&gt;
What is the final energy in atomic units (au)?&lt;br /&gt;
-69.4392811&lt;br /&gt;
&lt;br /&gt;
What is the dipole moment?&lt;br /&gt;
0&lt;br /&gt;
&lt;br /&gt;
What is the point group of your molecule?&lt;br /&gt;
D3H&lt;br /&gt;
&lt;br /&gt;
How long did your calculation take?&lt;br /&gt;
13s CPU time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;vibration&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1 1145.71 92.6991 A&#039;&#039;2&lt;br /&gt;
&lt;br /&gt;
2 1204.66 12.3789 E&#039;&lt;br /&gt;
&lt;br /&gt;
3 1204.66 12.3814 E&#039;&lt;br /&gt;
&lt;br /&gt;
4 2592.79 0 A&#039;1&lt;br /&gt;
&lt;br /&gt;
5 2731.31 103.837 E&#039;&lt;br /&gt;
&lt;br /&gt;
6 2731.31 103.83 E&#039;&lt;br /&gt;
&lt;br /&gt;
Number of vibrations: Has to contain x,y or z, degenerated vib. appear as one&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;MO&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
non degenerate MOs in good agreement. Different order of MOs. e MOs linear recombination of simple theorie. very valuable for qualitative understanding.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;cis-trans&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
cis-trans=-7,69 kJ/mol&lt;br /&gt;
&lt;br /&gt;
trans: MoP 2,57/MoC 2,03/CO 1,19/MoPC 114,1&lt;br /&gt;
&lt;br /&gt;
cis: MoP 2,65/MoC 1,98-2,03/CO 1,19/MoPC 115,7&lt;br /&gt;
&lt;br /&gt;
[http://dx.doi.org/10.1016/S0020-1693(96)05133-X DOI]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NH3&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Image:Hjn_Nh3c1dft.JPG]]&lt;br /&gt;
[[Image:Hjn_Nh3c3vdft.JPG]]&lt;br /&gt;
[[Image:Hjn_Nh3d3hdft.JPG]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;has the symmetry made any difference to the final structure obtained?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
almost constant bond length. c1/c3v = 100,6pm  d3h = 100,5pm. angle c1/c3v = 115,9/116,2&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;has the symmetry made any difference to the time it took to optimise the geometry?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
higher symmetry results in slower calculations&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;what implication does symmetry have for the time it takes to do a calculation?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
???&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;can a molecule &amp;quot;break symmetry&amp;quot; during an optimisation?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
No, it can&#039;t.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;what implications does this have if you enter a high symmetry structure to optimise?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You will not be able to find a lower lying minimum of lower symmetry.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;which is the lowest energy geometry?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
C3v&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;what is the energy in kJ/mol of the other two isomers above the energy of the lowest energy structure? Hint: take ΔE=E(high energy)-E(low energy), the energy units are reported in atomic units so you will need to convert the energy difference to kJ/mol.&lt;br /&gt;
is the energy differences between these structures significant? Explain why.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
ΔE=0,9 kJ/mol&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Rep:Mod:longjohnsilver359&amp;diff=27041</id>
		<title>Rep:Mod:longjohnsilver359</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Rep:Mod:longjohnsilver359&amp;diff=27041"/>
		<updated>2008-11-28T11:49:46Z</updated>

		<summary type="html">&lt;p&gt;Hn306: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;bh&#039;&#039;&#039; bond length = 1.19435&lt;br /&gt;
hbh angle = 120.000&lt;br /&gt;
&lt;br /&gt;
What is the file type?&lt;br /&gt;
textfile&lt;br /&gt;
&lt;br /&gt;
What is the calculation type?&lt;br /&gt;
Geometry optimization? Search for Minimum on hypersurface&lt;br /&gt;
&lt;br /&gt;
What is the calculation method?&lt;br /&gt;
b3lyp/3-21g&lt;br /&gt;
&lt;br /&gt;
What is the basis set?&lt;br /&gt;
3-21g&lt;br /&gt;
&lt;br /&gt;
What is the final energy in atomic units (au)?&lt;br /&gt;
-26.4622643765&lt;br /&gt;
&lt;br /&gt;
What is the dipole moment?&lt;br /&gt;
0&lt;br /&gt;
&lt;br /&gt;
What is the point group of your molecule?&lt;br /&gt;
D3H&lt;br /&gt;
&lt;br /&gt;
How long did your calculation take?&lt;br /&gt;
25s CPU time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;bcl&#039;&#039;&#039; bond length = 1.86592&lt;br /&gt;
clbcl angle = 120.000&lt;br /&gt;
&lt;br /&gt;
What is the file type?&lt;br /&gt;
textfile&lt;br /&gt;
&lt;br /&gt;
What is the calculation type?&lt;br /&gt;
Geometry optimization? Search for Minimum on hypersurface&lt;br /&gt;
&lt;br /&gt;
What is the calculation method?&lt;br /&gt;
b3lyp&lt;br /&gt;
&lt;br /&gt;
What is the basis set?&lt;br /&gt;
lanl2mb&lt;br /&gt;
&lt;br /&gt;
What is the final energy in atomic units (au)?&lt;br /&gt;
-69.4392811&lt;br /&gt;
&lt;br /&gt;
What is the dipole moment?&lt;br /&gt;
0&lt;br /&gt;
&lt;br /&gt;
What is the point group of your molecule?&lt;br /&gt;
D3H&lt;br /&gt;
&lt;br /&gt;
How long did your calculation take?&lt;br /&gt;
13s CPU time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;vibration&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1 1145.71 92.6991 A&#039;&#039;2&lt;br /&gt;
&lt;br /&gt;
2 1204.66 12.3789 E&#039;&lt;br /&gt;
&lt;br /&gt;
3 1204.66 12.3814 E&#039;&lt;br /&gt;
&lt;br /&gt;
4 2592.79 0 A&#039;1&lt;br /&gt;
&lt;br /&gt;
5 2731.31 103.837 E&#039;&lt;br /&gt;
&lt;br /&gt;
6 2731.31 103.83 E&#039;&lt;br /&gt;
&lt;br /&gt;
Number of vibrations: Has to contain x,y or z, degenerated vib. appear as one&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;MO&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
non degenerate MOs in good agreement. Different order of MOs. e MOs linear recombination of simple theorie. very valuable for qualitative understanding.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;cis-trans&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
cis-trans=-7,69 kJ/mol&lt;br /&gt;
&lt;br /&gt;
trans: MoP 2,57/MoC 2,03/CO 1,19/MoPC 114,1&lt;br /&gt;
&lt;br /&gt;
cis: MoP 2,65/MoC 1,98-2,03/CO 1,19/MoPC 115,7&lt;br /&gt;
&lt;br /&gt;
[http://dx.doi.org/10.1016/S0020-1693(96)05133-X DOI]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NH3&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Image:Hjn_Nh3c1dft.JPG]]&lt;br /&gt;
[[Image:Hjn_Nh3c3vdft.JPG]]&lt;br /&gt;
[[Image:Hjn_Nh3d3hdft.JPG]]&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=File:Hjn_Nh3d3hdft.JPG&amp;diff=27036</id>
		<title>File:Hjn Nh3d3hdft.JPG</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=File:Hjn_Nh3d3hdft.JPG&amp;diff=27036"/>
		<updated>2008-11-28T11:45:06Z</updated>

		<summary type="html">&lt;p&gt;Hn306: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=File:Hjn_Nh3c3vdft.JPG&amp;diff=27035</id>
		<title>File:Hjn Nh3c3vdft.JPG</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=File:Hjn_Nh3c3vdft.JPG&amp;diff=27035"/>
		<updated>2008-11-28T11:44:38Z</updated>

		<summary type="html">&lt;p&gt;Hn306: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=File:Hjn_Nh3c1dft.JPG&amp;diff=27033</id>
		<title>File:Hjn Nh3c1dft.JPG</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=File:Hjn_Nh3c1dft.JPG&amp;diff=27033"/>
		<updated>2008-11-28T11:42:47Z</updated>

		<summary type="html">&lt;p&gt;Hn306: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Rep:Mod:longjohnsilver359&amp;diff=27029</id>
		<title>Rep:Mod:longjohnsilver359</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Rep:Mod:longjohnsilver359&amp;diff=27029"/>
		<updated>2008-11-28T11:40:39Z</updated>

		<summary type="html">&lt;p&gt;Hn306: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;bh&#039;&#039;&#039; bond length = 1.19435&lt;br /&gt;
hbh angle = 120.000&lt;br /&gt;
&lt;br /&gt;
What is the file type?&lt;br /&gt;
textfile&lt;br /&gt;
&lt;br /&gt;
What is the calculation type?&lt;br /&gt;
Geometry optimization? Search for Minimum on hypersurface&lt;br /&gt;
&lt;br /&gt;
What is the calculation method?&lt;br /&gt;
b3lyp/3-21g&lt;br /&gt;
&lt;br /&gt;
What is the basis set?&lt;br /&gt;
3-21g&lt;br /&gt;
&lt;br /&gt;
What is the final energy in atomic units (au)?&lt;br /&gt;
-26.4622643765&lt;br /&gt;
&lt;br /&gt;
What is the dipole moment?&lt;br /&gt;
0&lt;br /&gt;
&lt;br /&gt;
What is the point group of your molecule?&lt;br /&gt;
D3H&lt;br /&gt;
&lt;br /&gt;
How long did your calculation take?&lt;br /&gt;
25s CPU time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;bcl&#039;&#039;&#039; bond length = 1.86592&lt;br /&gt;
clbcl angle = 120.000&lt;br /&gt;
&lt;br /&gt;
What is the file type?&lt;br /&gt;
textfile&lt;br /&gt;
&lt;br /&gt;
What is the calculation type?&lt;br /&gt;
Geometry optimization? Search for Minimum on hypersurface&lt;br /&gt;
&lt;br /&gt;
What is the calculation method?&lt;br /&gt;
b3lyp&lt;br /&gt;
&lt;br /&gt;
What is the basis set?&lt;br /&gt;
lanl2mb&lt;br /&gt;
&lt;br /&gt;
What is the final energy in atomic units (au)?&lt;br /&gt;
-69.4392811&lt;br /&gt;
&lt;br /&gt;
What is the dipole moment?&lt;br /&gt;
0&lt;br /&gt;
&lt;br /&gt;
What is the point group of your molecule?&lt;br /&gt;
D3H&lt;br /&gt;
&lt;br /&gt;
How long did your calculation take?&lt;br /&gt;
13s CPU time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;vibration&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1 1145.71 92.6991 A&#039;&#039;2&lt;br /&gt;
&lt;br /&gt;
2 1204.66 12.3789 E&#039;&lt;br /&gt;
&lt;br /&gt;
3 1204.66 12.3814 E&#039;&lt;br /&gt;
&lt;br /&gt;
4 2592.79 0 A&#039;1&lt;br /&gt;
&lt;br /&gt;
5 2731.31 103.837 E&#039;&lt;br /&gt;
&lt;br /&gt;
6 2731.31 103.83 E&#039;&lt;br /&gt;
&lt;br /&gt;
Number of vibrations: Has to contain x,y or z, degenerated vib. appear as one&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;MO&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
non degenerate MOs in good agreement. Different order of MOs. e MOs linear recombination of simple theorie. very valuable for qualitative understanding.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;cis-trans&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
cis-trans=-7,69 kJ/mol&lt;br /&gt;
&lt;br /&gt;
trans: MoP 2,57/MoC 2,03/CO 1,19/MoPC 114,1&lt;br /&gt;
&lt;br /&gt;
cis: MoP 2,65/MoC 1,98-2,03/CO 1,19/MoPC 115,7&lt;br /&gt;
&lt;br /&gt;
[http://dx.doi.org/10.1016/S0020-1693(96)05133-X DOI]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NH3&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Rep:Mod:longjohnsilver359&amp;diff=26673</id>
		<title>Rep:Mod:longjohnsilver359</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Rep:Mod:longjohnsilver359&amp;diff=26673"/>
		<updated>2008-11-26T17:32:33Z</updated>

		<summary type="html">&lt;p&gt;Hn306: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;bh&#039;&#039;&#039; bond length = 1.19435&lt;br /&gt;
hbh angle = 120.000&lt;br /&gt;
&lt;br /&gt;
What is the file type?&lt;br /&gt;
textfile&lt;br /&gt;
&lt;br /&gt;
What is the calculation type?&lt;br /&gt;
Geometry optimization? Search for Minimum on hypersurface&lt;br /&gt;
&lt;br /&gt;
What is the calculation method?&lt;br /&gt;
b3lyp/3-21g&lt;br /&gt;
&lt;br /&gt;
What is the basis set?&lt;br /&gt;
3-21g&lt;br /&gt;
&lt;br /&gt;
What is the final energy in atomic units (au)?&lt;br /&gt;
-26.4622643765&lt;br /&gt;
&lt;br /&gt;
What is the dipole moment?&lt;br /&gt;
0&lt;br /&gt;
&lt;br /&gt;
What is the point group of your molecule?&lt;br /&gt;
D3H&lt;br /&gt;
&lt;br /&gt;
How long did your calculation take?&lt;br /&gt;
25s CPU time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;bcl&#039;&#039;&#039; bond length = 1.86592&lt;br /&gt;
clbcl angle = 120.000&lt;br /&gt;
&lt;br /&gt;
What is the file type?&lt;br /&gt;
textfile&lt;br /&gt;
&lt;br /&gt;
What is the calculation type?&lt;br /&gt;
Geometry optimization? Search for Minimum on hypersurface&lt;br /&gt;
&lt;br /&gt;
What is the calculation method?&lt;br /&gt;
b3lyp&lt;br /&gt;
&lt;br /&gt;
What is the basis set?&lt;br /&gt;
lanl2mb&lt;br /&gt;
&lt;br /&gt;
What is the final energy in atomic units (au)?&lt;br /&gt;
-69.4392811&lt;br /&gt;
&lt;br /&gt;
What is the dipole moment?&lt;br /&gt;
0&lt;br /&gt;
&lt;br /&gt;
What is the point group of your molecule?&lt;br /&gt;
D3H&lt;br /&gt;
&lt;br /&gt;
How long did your calculation take?&lt;br /&gt;
13s CPU time&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;vibration&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1 1145.71 92.6991 A&#039;&#039;2&lt;br /&gt;
&lt;br /&gt;
2 1204.66 12.3789 E&#039;&lt;br /&gt;
&lt;br /&gt;
3 1204.66 12.3814 E&#039;&lt;br /&gt;
&lt;br /&gt;
4 2592.79 0 A&#039;1&lt;br /&gt;
&lt;br /&gt;
5 2731.31 103.837 E&#039;&lt;br /&gt;
&lt;br /&gt;
6 2731.31 103.83 E&#039;&lt;br /&gt;
&lt;br /&gt;
Number of vibrations: Has to contain x,y or z, degenerated vib. appear as one&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;MO&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
non degenerate MOs in good agreement. Different order of MOs. e MOs linear recombination of simple theorie. very valuable for qualitative understanding.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;cis-trans&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
cis-trans=-7,69 kJ/mol&lt;br /&gt;
&lt;br /&gt;
trans: MoP 2,57/MoC 2,03/CO 1,19/MoPC 114,1&lt;br /&gt;
&lt;br /&gt;
cis: MoP 2,65/MoC 1,98-2,03/CO 1,19/MoPC 115,7&lt;br /&gt;
&lt;br /&gt;
[http://dx.doi.org/10.1016/S0020-1693(96)05133-X DOI]&lt;/div&gt;</summary>
		<author><name>Hn306</name></author>
	</entry>
</feed>