<?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=Chsov</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=Chsov"/>
	<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/wiki/Special:Contributions/Chsov"/>
	<updated>2026-05-15T22:47:36Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:GaussView&amp;diff=14696</id>
		<title>Mod:GaussView</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:GaussView&amp;diff=14696"/>
		<updated>2008-07-25T15:58:05Z</updated>

		<summary type="html">&lt;p&gt;Chsov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Comments galore. Obviously this tag results in a comment.!--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Basic formatting help:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;text&#039;&#039; gives you text in italic&lt;br /&gt;
&#039;&#039;&#039;text&#039;&#039;&#039; gives you text in bold&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;text&#039;&#039;&#039;&#039;&#039;, combine them so 5 apostrophes gives you bold an italic.&lt;br /&gt;
4 apostrophes gives you bold text with an apostrophe on either side.&lt;br /&gt;
&lt;br /&gt;
To insert a line break, you have to add the html tag &amp;lt;br&amp;gt;. Naturally multiple &amp;lt;br&amp;gt; tags will insert multiple line breaks.&lt;br /&gt;
&lt;br /&gt;
==text== will give you the text as a heading&lt;br /&gt;
===text=== will give you a subheading. The difference is reflected in the lack of horizontal line and also in the contents. The contents page will generate itself automatically if you put in enough headings.&lt;br /&gt;
&lt;br /&gt;
End comments for a bit!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==About Gaussian and GaussView==&lt;br /&gt;
Gaussian is a program that [insert description here]. It will be used to [again, say what you want]. GaussView is the program that has the pretty graphical interface. (You might want to edit this bit yourself)&lt;br /&gt;
&lt;br /&gt;
==Learning to use GaussView==&lt;br /&gt;
Before you can run the information on the various molecules you will be looking at, you will be looking at, you will need to know how to submit them to Gaussian. The easiest way to do so is to use GaussView to create the molecule and use the functions it contains within it to tell Gaussian what to calculate and how.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Image time!&lt;br /&gt;
&lt;br /&gt;
To insert an image into a file you will first need to upload it. There is an upload file link on the left of every page under the search bar. Then you can add the picture to the file with the tag:&lt;br /&gt;
&lt;br /&gt;
[[Image:filename.JPG]]&lt;br /&gt;
&lt;br /&gt;
The capitalisation of this tag is important for the I in image, the filename and the picture format. Type it as it come up after you upload the file. However, this adds the picture to the middle of the page and the text doesn&#039;t wrap around it, so you will more likely want to align it to either the left or the right.&lt;br /&gt;
&lt;br /&gt;
[[Image:filename.JPG|right]]&lt;br /&gt;
&lt;br /&gt;
left works just as well, and here don&#039;t capitalize the direction. This also automatically wraps the text around the picture. To add a caption to the picture you need another vertical line segment to give the picture a frame and another to add the caption.&lt;br /&gt;
&lt;br /&gt;
[[Image:filename.JPG|right|frame|Caption goes here]]&lt;br /&gt;
&lt;br /&gt;
Finally you may also want to resize the picture. To do that type the number of pixels you want the picture to take up horizontally and follow it with px. All in it&#039;s own horizontal line segment again. So it would look like this to resize a picture to 150 pixels:&lt;br /&gt;
&lt;br /&gt;
[[Image:filename.JPG|right|frame|150px|Caption goes here]]&lt;br /&gt;
&lt;br /&gt;
The rule about ordering the sections above is that the filename needs to come first and the caption has to come last. Other than that the order does not matter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now links:&lt;br /&gt;
&lt;br /&gt;
To link to a page on this Wiki, simply put some double square brackets around the name of the page.&lt;br /&gt;
&lt;br /&gt;
[[Pagename]]&lt;br /&gt;
&lt;br /&gt;
This will put a link saying pagename on the page. If you want to link to the page with different text appearing in the page use the vertical divider and put the preferred text after it.&lt;br /&gt;
&lt;br /&gt;
[[Pagename|Appearing text]]&lt;br /&gt;
&lt;br /&gt;
To add an external link the rules are different. You only need a single square bracker=t, but you need to include the entire URL, including the http:// stuff that no-one likes.&lt;br /&gt;
&lt;br /&gt;
To display the link as different text then you must enter the website in full in one square bracket and just type what you want the link to say straight after it. For example if you want to link to the imperial website and wanted the link to say Imperial Home Page you would type:&lt;br /&gt;
&lt;br /&gt;
[http://www3.imperial.ac.uk/ Imperial Home Page]&lt;br /&gt;
&lt;br /&gt;
To make any link (Internal or external) bold or italic, put the formatting for that outside the square brackets.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
!--&amp;gt;&lt;br /&gt;
===Basics===&lt;br /&gt;
[[Image:Gaussview.JPG|right|500px|Initial GaussView Screen]]&lt;br /&gt;
Everything you need to make your structure is available on the menu bar and it works primarily on a click and drag system. The first set of 11 icons from the left are what you need to create the desired structure.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; They are:&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Elelment Fragment&#039;&#039;&#039; - Brings up a periodic table for you to select an element and then it&#039;s structure and bonding.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Ring Fragment&#039;&#039;&#039; - This allows you to quickly create common compound rings.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;R-Group Fragment&#039;&#039;&#039; - Gives easy access to common side chains.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Biological Fragment&#039;&#039;&#039; - Gives a selection of Amino Acids and Nucleosides to add to your molecule.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Custom Fragment&#039;&#039;&#039; - This allows you to save and load custom built structures.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Modify Bond&#039;&#039;&#039; - Clicking on two atoms to create bonds of varing types and set the distance between atoms.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Modify Angle&#039;&#039;&#039; - Clicking on three atoms allows you to specify the angle between them.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Modify Dihedral&#039;&#039;&#039; - Clicking on four atoms allows you to specify the dihedral angle between them.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Inquire&#039;&#039;&#039; - clicking two atoms shows you the distance between them, clicking three shows you the angle formed and clicking four shows you the dihedral angle formed.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Add Valence&#039;&#039;&#039; - Adds a Hydrogen bond to the selected atom.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Delete Atom&#039;&#039;&#039; - Deletes the selected atom.&lt;br /&gt;
&lt;br /&gt;
==How to Run a Simulation==&lt;br /&gt;
Once your structure is in place, you can run the calculations for it through Gaussview. To do this select &#039;&#039;&#039;Calculate-&amp;gt;Gaussian&#039;&#039;&#039;. This opens a window that allows you to choose the calculation you want to run and with what method. When you have selected these click the submit button in the bottom-left corner of the window. You will be prompted to save and after you do so the calculation will run.&lt;br /&gt;
&lt;br /&gt;
==Different Types of Simulation==&lt;br /&gt;
===Optimisation===&lt;br /&gt;
===Energy===&lt;br /&gt;
&lt;br /&gt;
===Viewing the Results of your Simulation===&lt;/div&gt;</summary>
		<author><name>Chsov</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Talk:Mod:GaussView&amp;diff=14695</id>
		<title>Talk:Mod:GaussView</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Talk:Mod:GaussView&amp;diff=14695"/>
		<updated>2008-07-25T15:56:22Z</updated>

		<summary type="html">&lt;p&gt;Chsov: Removing all content from page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Chsov</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:GaussView&amp;diff=14694</id>
		<title>Mod:GaussView</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:GaussView&amp;diff=14694"/>
		<updated>2008-07-25T15:51:56Z</updated>

		<summary type="html">&lt;p&gt;Chsov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Comments galore. Obviously this tag results in a comment.!--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Basic formatting help:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;text&#039;&#039; gives you text in italic&lt;br /&gt;
&#039;&#039;&#039;text&#039;&#039;&#039; gives you text in bold&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;text&#039;&#039;&#039;&#039;&#039;, combine them so 5 apostrophes gives you bold an italic.&lt;br /&gt;
4 apostrophes gives you bold text with an apostrophe on either side.&lt;br /&gt;
&lt;br /&gt;
To insert a line break, you have to add the html tag &amp;lt;br&amp;gt;. Naturally multiple &amp;lt;br&amp;gt; tags will insert multiple line breaks.&lt;br /&gt;
&lt;br /&gt;
==text== will give you the text as a heading&lt;br /&gt;
===text=== will give you a subheading. The difference is reflected in the lack of horizontal line and also in the contents. The contents page will generate itself automatically if you put in enough headings.&lt;br /&gt;
&lt;br /&gt;
End comments for a bit!--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==About Gaussian and GaussView==&lt;br /&gt;
Gaussian is a program that [insert description here]. It will be used to [again, say what you want]. GaussView is the program that has the pretty graphical interface. (You might want to edit this bit yourself)&lt;br /&gt;
&lt;br /&gt;
==Learning to use GaussView==&lt;br /&gt;
Before you can run the information on the various molecules you will be looking at, you will be looking at, you will need to know how to submit them to Gaussian. The easiest way to do so is to use GaussView to create the molecule and use the functions it contains within it to tell Gaussian what to calculate and how.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Image time!&lt;br /&gt;
&lt;br /&gt;
To insert an image into a file you will first need to upload it. There is an upload file link on the left of every page under the search bar. Then you can add the picture to the file with the tag:&lt;br /&gt;
&lt;br /&gt;
[[Image:filename.JPG]]&lt;br /&gt;
&lt;br /&gt;
The capitalisation of this tag is important for the I in image, the filename and the picture format. Type it as it come up after you upload the file. However, this adds the picture to the middle of the page and the text doesn&#039;t wrap around it, so you will more likely want to align it to either the left or the right.&lt;br /&gt;
&lt;br /&gt;
[[Image:filename.JPG|right]]&lt;br /&gt;
&lt;br /&gt;
left works just as well, and here don&#039;t capitalize the direction. This also automatically wraps the text around the picture. To add a caption to the picture you need another vertical line segment to give the picture a frame and another to add the caption.&lt;br /&gt;
&lt;br /&gt;
[[Image:filename.JPG|right|frame|Caption goes here]]&lt;br /&gt;
&lt;br /&gt;
Finally you may also want to resize the picture. To do that type the number of pixels you want the picture to take up horizontally and follow it with px. All in it&#039;s own horizontal line segment again. So it would look like this to resize a picture to 150 pixels:&lt;br /&gt;
&lt;br /&gt;
[[Image:filename.JPG|right|frame|150px|Caption goes here]]&lt;br /&gt;
&lt;br /&gt;
The rule about ordering the sections above is that the filename needs to come first and the caption has to come last. Other than that the order does not matter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now links:&lt;br /&gt;
&lt;br /&gt;
To link to a page on this Wiki, simply put some double square brackets around the name of the page.&lt;br /&gt;
&lt;br /&gt;
[[Pagename]]&lt;br /&gt;
&lt;br /&gt;
This will put a link saying pagename on the page. If you want to link to the page with different text appearing in the page use the vertical divider and put the preferred text after it.&lt;br /&gt;
&lt;br /&gt;
[[Pagename|Appearing text]]&lt;br /&gt;
&lt;br /&gt;
To add an external link the rules are different. You only need a single square bracker=t, but you need to include the entire URL, including the http:// stuff that no-one likes.&lt;br /&gt;
&lt;br /&gt;
To display the link as different text then you must enter the website in full in one square bracket and just type what you want the link to say straight after it. For example if you want to link to the imperial website and wanted the link to say Imperial Home Page you would type:&lt;br /&gt;
&lt;br /&gt;
[http://www3.imperial.ac.uk/ Imperial Home Page]&lt;br /&gt;
&lt;br /&gt;
To make any link (Internal or external) bold or italic, put the formatting for that outside the square brackets.&lt;br /&gt;
!--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Basics===&lt;br /&gt;
[[Image:Gaussview.JPG|right|500px|Initial GaussView Screen]]&lt;br /&gt;
Everything you need to make your structure is available on the menu bar and it works primarily on a click and drag system. The first set of 11 icons from the left are what you need to create the desired structure.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; They are:&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Elelment Fragment&#039;&#039;&#039; - Brings up a periodic table for you to select an element and then it&#039;s structure and bonding.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Ring Fragment&#039;&#039;&#039; - This allows you to quickly create common compound rings.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;R-Group Fragment&#039;&#039;&#039; - Gives easy access to common side chains.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Biological Fragment&#039;&#039;&#039; - Gives a selection of Amino Acids and Nucleosides to add to your molecule.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Custom Fragment&#039;&#039;&#039; - This allows you to save and load custom built structures.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Modify Bond&#039;&#039;&#039; - Clicking on two atoms to create bonds of varing types and set the distance between atoms.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Modify Angle&#039;&#039;&#039; - Clicking on three atoms allows you to specify the angle between them.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Modify Dihedral&#039;&#039;&#039; - Clicking on four atoms allows you to specify the dihedral angle between them.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Inquire&#039;&#039;&#039; - clicking two atoms shows you the distance between them, clicking three shows you the angle formed and clicking four shows you the dihedral angle formed.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Add Valence&#039;&#039;&#039; - Adds a Hydrogen bond to the selected atom.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Delete Atom&#039;&#039;&#039; - Deletes the selected atom.&lt;br /&gt;
&lt;br /&gt;
==How to Run a Simulation==&lt;br /&gt;
Once your structure is in place, you can run the calculations for it through Gaussview. To do this select &#039;&#039;&#039;Calculate-&amp;gt;Gaussian&#039;&#039;&#039;. This opens a window that allows you to choose the calculation you want to run and with what method. When you have selected these click the submit button in the bottom-left corner of the window. You will be prompted to save and after you do so the calculation will run.&lt;br /&gt;
&lt;br /&gt;
==Different Types of Simulation==&lt;br /&gt;
===Optimisation===&lt;br /&gt;
===Energy===&lt;br /&gt;
&lt;br /&gt;
===Viewing the Results of your Simulation===&lt;/div&gt;</summary>
		<author><name>Chsov</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:GaussView&amp;diff=14693</id>
		<title>Mod:GaussView</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:GaussView&amp;diff=14693"/>
		<updated>2008-07-25T15:35:13Z</updated>

		<summary type="html">&lt;p&gt;Chsov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Comments galore. Obviously this tag results in a comment.!--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Basic formatting help:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;text&#039;&#039; gives you text in italic&lt;br /&gt;
&#039;&#039;&#039;text&#039;&#039;&#039; gives you text in bold&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;text&#039;&#039;&#039;&#039;&#039;, combine them so 5 apostrophes gives you bold an italic.&lt;br /&gt;
4 apostrophes gives you bold text with an apostrophe on either side.&lt;br /&gt;
&lt;br /&gt;
To insert a line break, you have to add the html tag &amp;lt;br&amp;gt;. Naturally multiple &amp;lt;br&amp;gt; tags will insert multiple line breaks.&lt;br /&gt;
&lt;br /&gt;
==text== will give you the text as a heading&lt;br /&gt;
===text=== will give you a subheading. The difference is reflected in the lack of horizontal line and also in the contents. The contents page will generate itself automatically if you put in enough headings.&lt;br /&gt;
&lt;br /&gt;
End comments for a bit!--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==About Gaussian and GaussView==&lt;br /&gt;
Gaussian is a program that [insert description here]. It will be used to [again, say what you want]. GaussView is the program that has the pretty graphical interface. (You might want to edit this bit yourself)&lt;br /&gt;
&lt;br /&gt;
==Learning to use GaussView==&lt;br /&gt;
Before you can run the information on the various molecules you will be looking at, you will be looking at, you will need to know how to submit them to Gaussian. The easiest way to do so is to use GaussView to create the molecule and use the functions it contains within it to tell Gaussian what to calculate and how.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Image time!&lt;br /&gt;
&lt;br /&gt;
To insert an image into a file you will first need to upload it. There is an upload file link on the left of every page under the search bar. Then you can add the picture to the file with the tag:&lt;br /&gt;
&lt;br /&gt;
[[Image:filename.JPG]]&lt;br /&gt;
&lt;br /&gt;
The capitalisation of this tag is important for the I in image, the filename and the picture format. Type it as it come up after you upload the file. However, this adds the picture to the middle of the page and the text doesn&#039;t wrap around it, so you will more likely want to align it to either the left or the right.&lt;br /&gt;
&lt;br /&gt;
[[Image:filename.JPG|right]]&lt;br /&gt;
&lt;br /&gt;
left works just as well, and here don&#039;t capitalize the direction. This also automatically wraps the text around the picture. To add a caption to the picture you need another vertical line segment to give the picture a frame and another to add the caption.&lt;br /&gt;
&lt;br /&gt;
[[Image:filename.JPG|right|frame|Caption goes here]]&lt;br /&gt;
&lt;br /&gt;
Finally you may also want to resize the picture. To do that type the number of pixels you want the picture to take up horizontally and follow it with px. All in it&#039;s own horizontal line segment again. So it would look like this to resize a picture to 150 pixels:&lt;br /&gt;
&lt;br /&gt;
[[Image:filename.JPG|right|frame|150px|Caption goes here]]&lt;br /&gt;
&lt;br /&gt;
The rule about ordering the sections above is that the filename needs to come first and the caption has to come last. Other than that the order does not matter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
!--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Basics===&lt;br /&gt;
[[Image:Gaussview.JPG|right|500px|Initial GaussView Screen]]&lt;br /&gt;
Everything you need to make your structure is available on the menu bar and it works primarily on a click and drag system. The first set of 11 icons from the left are what you need to create the desired structure.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; They are:&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Elelment Fragment&#039;&#039;&#039; - Brings up a periodic table for you to select an element and then it&#039;s structure and bonding.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Ring Fragment&#039;&#039;&#039; - This allows you to quickly create common compound rings.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;R-Group Fragment&#039;&#039;&#039; - Gives easy access to common side chains.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Biological Fragment&#039;&#039;&#039; - Gives a selection of Amino Acids and Nucleosides to add to your molecule.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Custom Fragment&#039;&#039;&#039; - This allows you to save and load custom built structures.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Modify Bond&#039;&#039;&#039; - Clicking on two atoms to create bonds of varing types and set the distance between atoms.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Modify Angle&#039;&#039;&#039; - Clicking on three atoms allows you to specify the angle between them.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Modify Dihedral&#039;&#039;&#039; - Clicking on four atoms allows you to specify the dihedral angle between them.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Inquire&#039;&#039;&#039; - clicking two atoms shows you the distance between them, clicking three shows you the angle formed and clicking four shows you the dihedral angle formed.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Add Valence&#039;&#039;&#039; - Adds a Hydrogen bond to the selected atom.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Delete Atom&#039;&#039;&#039; - Deletes the selected atom.&lt;br /&gt;
&lt;br /&gt;
==How to Run a Simulation==&lt;br /&gt;
Once your structure is in place, you can run the calculations for it through Gaussview. To do this select &#039;&#039;&#039;Calculate-&amp;gt;Gaussian&#039;&#039;&#039;. This opens a window that allows you to choose the calculation you want to run and with what method. When you have selected these click the submit button in the bottom-left corner of the window. You will be prompted to save and after you do so the calculation will run.&lt;br /&gt;
&lt;br /&gt;
==Different Types of Simulation==&lt;br /&gt;
===Optimisation===&lt;br /&gt;
===Energy===&lt;br /&gt;
&lt;br /&gt;
===Viewing the Results of your Simulation===&lt;/div&gt;</summary>
		<author><name>Chsov</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:GaussView&amp;diff=14692</id>
		<title>Mod:GaussView</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:GaussView&amp;diff=14692"/>
		<updated>2008-07-25T15:34:32Z</updated>

		<summary type="html">&lt;p&gt;Chsov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Comments galore. Obviously this tag results in a comment.!--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Basic formatting help:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;text&#039;&#039; gives you text in italic&lt;br /&gt;
&#039;&#039;&#039;text&#039;&#039;&#039; gives you text in bold&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;text&#039;&#039;&#039;&#039;&#039;, combine them so 5 apostrophes gives you bold an italic.&lt;br /&gt;
4 apostrophes gives you bold text with an apostrophe on either side.&lt;br /&gt;
&lt;br /&gt;
To insert a line break, you have to add the html tag &amp;lt;br&amp;gt;. Naturally multiple &amp;lt;br&amp;gt; tags will insert multiple line breaks.&lt;br /&gt;
&lt;br /&gt;
==text== will give you the text as a heading&lt;br /&gt;
===text=== will give you a subheading. The difference is reflected in the lack of horizontal line and also in the contents. The contents page will generate itself automatically if you put in enough headings.&lt;br /&gt;
&lt;br /&gt;
End comments for a bit!--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==About Gaussian and GaussView==&lt;br /&gt;
Gaussian is a program that [insert description here]. It will be used to [again, say what you want]. GaussView is the program that has the pretty graphical interface. (You might want to edit this bit yourself)&lt;br /&gt;
&lt;br /&gt;
==Learning to use GaussView==&lt;br /&gt;
Before you can run the information on the various molecules you will be looking at, you will be looking at, you will need to know how to submit them to Gaussian. The easiest way to do so is to use GaussView to create the molecule and use the functions it contains within it to tell Gaussian what to calculate and how.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Image time!&lt;br /&gt;
&lt;br /&gt;
To insert an image into a file you will first need to upload it. There is an upload file link on the left of every page under the search bar. Then you can add the picture to the file with the tag:&lt;br /&gt;
&lt;br /&gt;
[[Image:filename.JPG]]&lt;br /&gt;
&lt;br /&gt;
The capitalisation of this tag is important for the I in image, the filename and the picture format. Type it as it come up after you upload the file. However, this adds the picture to the middle of the page and the text doesn&#039;t wrap around it, so you will more likely want to align it to either the left or the right.&lt;br /&gt;
&lt;br /&gt;
[[Image:filename.JPG|right]]&lt;br /&gt;
&lt;br /&gt;
left works just as well, and here don&#039;t capitalize the direction. This also automatically wraps the text around the picture. To add a caption to the picture you need another vertical line segment to give the picture a frame and another to add the caption.&lt;br /&gt;
&lt;br /&gt;
[[Image:filename.JPG|right|frame|Caption goes here]]&lt;br /&gt;
&lt;br /&gt;
Finally you may also want to resize the picture. To do that type the number of pixels you want the picture to take up horizontally and follow it with px. All in it&#039;s own horizontal line segment again. So it would look like this to resize a picture to 150 pixels:&lt;br /&gt;
&lt;br /&gt;
[[Image:filename.JPG|right|frame|150px|Caption goes here]]&lt;br /&gt;
&lt;br /&gt;
The rule about ordering the sections above is that the filename needs to come first and the caption has to come last. Other than that the order does not matter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
!--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Basics===&lt;br /&gt;
[[Image:Gaussview.JPG|right|500px|Initial GaussView Screen]]&lt;br /&gt;
Everything you need to make your structure is available on the menu bar and it works primarily on a click and drag system. The first set of 11 icons from the left are what you need to create the desired structure.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; They are:&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Elelment Fragment&#039;&#039;&#039; - Brings up a periodic table for you to select an element and then it&#039;s structure and bonding.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Ring Fragment&#039;&#039;&#039; - This allows you to quickly create common compound rings.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;R-Group Fragment&#039;&#039;&#039; - Gives easy access to common side chains.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Biological Fragment&#039;&#039;&#039; - Gives a selection of Amino Acids and Nucleosides to add to your molecule.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Custom Fragment&#039;&#039;&#039; - This allows you to save and load custom built structures.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Modify Bond&#039;&#039;&#039; - Clicking on two atoms to create bonds of varing types and set the distance between atoms.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Modify Angle&#039;&#039;&#039; - Clicking on three atoms allows you to specify the angle between them.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Modify Dihedral&#039;&#039;&#039; - Clicking on four atoms allows you to specify the dihedral angle between them.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Inquire&#039;&#039;&#039; - clicking two atoms shows you the distance between them, clicking three shows you the angle formed and clicking four shows you the dihedral angle formed.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Add Valence&#039;&#039;&#039; - Adds a Hydrogen bond to the selected atom.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Delete Atom&#039;&#039;&#039; - Deletes the selected atom.&lt;br /&gt;
&lt;br /&gt;
==How to Run a Simulation==&lt;br /&gt;
Once your structure is in place, you can run the calculations for it through Gaussview. To do this select &#039;&#039;&#039;Calculate-&amp;gt;Gaussian&#039;&#039;&#039;. This opens a window that allows you to choose the calculation you want to run and with what method. When you have selected these click the submit button in the bottom-left corner of the window. You will be prompted to save and after you do so the calculation will run.&lt;br /&gt;
&lt;br /&gt;
==Different Types of Simulation==&lt;br /&gt;
===Optimisation===&lt;br /&gt;
===Energy===&lt;br /&gt;
&lt;br /&gt;
===Viewing the Results of your Simulation===&lt;/div&gt;</summary>
		<author><name>Chsov</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:GaussView&amp;diff=14691</id>
		<title>Mod:GaussView</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:GaussView&amp;diff=14691"/>
		<updated>2008-07-25T15:33:34Z</updated>

		<summary type="html">&lt;p&gt;Chsov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Comments galore. Obviously this tag results in a comment.!--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Basic formatting help:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;text&#039;&#039; gives you text in italic&lt;br /&gt;
&#039;&#039;&#039;text&#039;&#039;&#039; gives you text in bold&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;text&#039;&#039;&#039;&#039;&#039;, combine them so 5 apostrophes gives you bold an italic.&lt;br /&gt;
4 apostrophes gives you bold text with an apostrophe on either side.&lt;br /&gt;
&lt;br /&gt;
To insert a line break, you have to add the html tag &amp;lt;br&amp;gt;. Naturally multiple &amp;lt;br&amp;gt; tags will insert multiple line breaks.&lt;br /&gt;
&lt;br /&gt;
==text== will give you the text as a heading&lt;br /&gt;
===text=== will give you a subheading. The difference is reflected in the lack of horizontal line and also in the contents. The contents page will generate itself automatically if you put in enough headings.&lt;br /&gt;
&lt;br /&gt;
End comments for a bit!--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==About Gaussian and GaussView==&lt;br /&gt;
Gaussian is a program that [insert description here]. It will be used to [again, say what you want]. GaussView is the program that has the pretty graphical interface. (You might want to edit this bit yourself)&lt;br /&gt;
&lt;br /&gt;
==Learning to use GaussView==&lt;br /&gt;
Before you can run the information on the various molecules you will be looking at, you will be looking at, you will need to know how to submit them to Gaussian. The easiest way to do so is to use GaussView to create the molecule and use the functions it contains within it to tell Gaussian what to calculate and how.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Image time!&lt;br /&gt;
&lt;br /&gt;
To insert an image into a file you will first need to upload it. There is an upload file link on the left of every page under the search bar. Then you can add the picture to the file with the tag:&lt;br /&gt;
&lt;br /&gt;
[[Image:filename.JPG]]&lt;br /&gt;
&lt;br /&gt;
The capitalisation of this tag is important for the I in image, the filename and the picture format. Type it as it come up after you upload the file. However, this adds the picture to the middle of the page and the text doesn&#039;t wrap around it, so you will more likely want to align it to either the left or the right.&lt;br /&gt;
&lt;br /&gt;
[[Image:filename.JPG|right]]&lt;br /&gt;
&lt;br /&gt;
left works just as well, and here don&#039;t capitalize the direction. This also automatically wraps the text around the picture. To add a caption to the picture you need another vertical line segment to give the picture a frame and another to add the caption.&lt;br /&gt;
&lt;br /&gt;
[[Image:filename.JPG|right|frame|Caption goes here]]&lt;br /&gt;
&lt;br /&gt;
Finally you may also want to resize the picture. To do that type the number of pixels you want the picture to take up horizontally and follow it with px. All in it&#039;s own horizontal line segment again. So it would look like this to resize a picture to 150 pixels:&lt;br /&gt;
&lt;br /&gt;
[[Image:filename.JPG|right|frame|150px|Caption goes here]]&lt;br /&gt;
&lt;br /&gt;
The rule about ordering the sections above is that the filename needs to come first and the caption has to come last. Other than that the order does not matter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Basics===&lt;br /&gt;
[[Image:Gaussview.JPG|right|500px|Initial GaussView Screen]]&lt;br /&gt;
Everything you need to make your structure is available on the menu bar and it works primarily on a click and drag system. The first set of 11 icons from the left are what you need to create the desired structure.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; They are:&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Elelment Fragment&#039;&#039;&#039; - Brings up a periodic table for you to select an element and then it&#039;s structure and bonding.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Ring Fragment&#039;&#039;&#039; - This allows you to quickly create common compound rings.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;R-Group Fragment&#039;&#039;&#039; - Gives easy access to common side chains.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Biological Fragment&#039;&#039;&#039; - Gives a selection of Amino Acids and Nucleosides to add to your molecule.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Custom Fragment&#039;&#039;&#039; - This allows you to save and load custom built structures.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Modify Bond&#039;&#039;&#039; - Clicking on two atoms to create bonds of varing types and set the distance between atoms.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Modify Angle&#039;&#039;&#039; - Clicking on three atoms allows you to specify the angle between them.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Modify Dihedral&#039;&#039;&#039; - Clicking on four atoms allows you to specify the dihedral angle between them.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Inquire&#039;&#039;&#039; - clicking two atoms shows you the distance between them, clicking three shows you the angle formed and clicking four shows you the dihedral angle formed.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Add Valence&#039;&#039;&#039; - Adds a Hydrogen bond to the selected atom.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Delete Atom&#039;&#039;&#039; - Deletes the selected atom.&lt;br /&gt;
&lt;br /&gt;
==How to Run a Simulation==&lt;br /&gt;
Once your structure is in place, you can run the calculations for it through Gaussview. To do this select &#039;&#039;&#039;Calculate-&amp;gt;Gaussian&#039;&#039;&#039;. This opens a window that allows you to choose the calculation you want to run and with what method. When you have selected these click the submit button in the bottom-left corner of the window. You will be prompted to save and after you do so the calculation will run.&lt;br /&gt;
&lt;br /&gt;
==Different Types of Simulation==&lt;br /&gt;
===Optimisation===&lt;br /&gt;
===Energy===&lt;br /&gt;
&lt;br /&gt;
===Viewing the Results of your Simulation===&lt;/div&gt;</summary>
		<author><name>Chsov</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:GaussView&amp;diff=14690</id>
		<title>Mod:GaussView</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:GaussView&amp;diff=14690"/>
		<updated>2008-07-25T15:33:20Z</updated>

		<summary type="html">&lt;p&gt;Chsov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Comments galore. Obviously this tag results in a comment.!--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Basic formatting help:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;text&#039;&#039; gives you text in italic&lt;br /&gt;
&#039;&#039;&#039;text&#039;&#039;&#039; gives you text in bold&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;text&#039;&#039;&#039;&#039;&#039;, combine them so 5 apostrophes gives you bold an italic.&lt;br /&gt;
4 apostrophes gives you bold text with an apostrophe on either side.&lt;br /&gt;
&lt;br /&gt;
To insert a line break, you have to add the html tag &amp;lt;br&amp;gt;. Naturally multiple &amp;lt;br&amp;gt; tags will insert multiple line breaks.&lt;br /&gt;
&lt;br /&gt;
==text== will give you the text as a heading&lt;br /&gt;
===text=== will give you a subheading. The difference is reflected in the lack of horizontal line and also in the contents. The contents page will generate itself automatically if you put in enough headings.&lt;br /&gt;
&lt;br /&gt;
End comments for a bit!--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==About Gaussian and GaussView==&lt;br /&gt;
Gaussian is a program that [insert description here]. It will be used to [again, say what you want]. GaussView is the program that has the pretty graphical interface. (You might want to edit this bit yourself)&lt;br /&gt;
&lt;br /&gt;
==Learning to use GaussView==&lt;br /&gt;
Before you can run the information on the various molecules you will be looking at, you will be looking at, you will need to know how to submit them to Gaussian. The easiest way to do so is to use GaussView to create the molecule and use the functions it contains within it to tell Gaussian what to calculate and how.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Image time!&lt;br /&gt;
&lt;br /&gt;
To insert an image into a file you will first need to upload it. There is an upload file link on the left of every page under the search bar. Then you can add the picture to the file with the tag:&lt;br /&gt;
&lt;br /&gt;
[[Image:filename.JPG]]&lt;br /&gt;
&lt;br /&gt;
The capitalisation of this tag is important for the I in image, the filename and the picture format. Type it as it come up after you upload the file. However, this adds the picture to the middle of the page and the text doesn&#039;t wrap around it, so you will more likely want to align it to either the left or the right.&lt;br /&gt;
&lt;br /&gt;
[[Image:filename.JPG|right]]&lt;br /&gt;
&lt;br /&gt;
left works just as well, and here don&#039;t capitalize the direction. This also automatically wraps the text around the picture. To add a caption to the picture you need another vertical line segment to give the picture a frame and another to add the caption.&lt;br /&gt;
&lt;br /&gt;
[[Image:filename.JPG|right|frame|Caption goes here]]&lt;br /&gt;
&lt;br /&gt;
Finally you may also want to resize the picture. To do that type the number of pixels you want the picture to take up horizontally and follow it with px. All in it&#039;s own horizontal line segment again. So it would look like this to resize a picture to 150 pixels:&lt;br /&gt;
&lt;br /&gt;
[[Image:filename.JPG|right|frame|150px|Caption goes here]]&lt;br /&gt;
&lt;br /&gt;
The rule about ordering the sections above is that the filename needs to come first and the caption has to come last. Other than that the order does not matter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
!--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Basics===&lt;br /&gt;
[[Image:Gaussview.JPG|right|500px|Initial GaussView Screen]]&lt;br /&gt;
Everything you need to make your structure is available on the menu bar and it works primarily on a click and drag system. The first set of 11 icons from the left are what you need to create the desired structure.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; They are:&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Elelment Fragment&#039;&#039;&#039; - Brings up a periodic table for you to select an element and then it&#039;s structure and bonding.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Ring Fragment&#039;&#039;&#039; - This allows you to quickly create common compound rings.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;R-Group Fragment&#039;&#039;&#039; - Gives easy access to common side chains.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Biological Fragment&#039;&#039;&#039; - Gives a selection of Amino Acids and Nucleosides to add to your molecule.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Custom Fragment&#039;&#039;&#039; - This allows you to save and load custom built structures.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Modify Bond&#039;&#039;&#039; - Clicking on two atoms to create bonds of varing types and set the distance between atoms.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Modify Angle&#039;&#039;&#039; - Clicking on three atoms allows you to specify the angle between them.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Modify Dihedral&#039;&#039;&#039; - Clicking on four atoms allows you to specify the dihedral angle between them.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Inquire&#039;&#039;&#039; - clicking two atoms shows you the distance between them, clicking three shows you the angle formed and clicking four shows you the dihedral angle formed.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Add Valence&#039;&#039;&#039; - Adds a Hydrogen bond to the selected atom.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Delete Atom&#039;&#039;&#039; - Deletes the selected atom.&lt;br /&gt;
&lt;br /&gt;
==How to Run a Simulation==&lt;br /&gt;
Once your structure is in place, you can run the calculations for it through Gaussview. To do this select &#039;&#039;&#039;Calculate-&amp;gt;Gaussian&#039;&#039;&#039;. This opens a window that allows you to choose the calculation you want to run and with what method. When you have selected these click the submit button in the bottom-left corner of the window. You will be prompted to save and after you do so the calculation will run.&lt;br /&gt;
&lt;br /&gt;
==Different Types of Simulation==&lt;br /&gt;
===Optimisation===&lt;br /&gt;
===Energy===&lt;br /&gt;
&lt;br /&gt;
===Viewing the Results of your Simulation===&lt;/div&gt;</summary>
		<author><name>Chsov</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:GaussView&amp;diff=14689</id>
		<title>Mod:GaussView</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:GaussView&amp;diff=14689"/>
		<updated>2008-07-25T15:32:53Z</updated>

		<summary type="html">&lt;p&gt;Chsov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Comments galore. Obviously this tag results in a comment.!--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Basic formatting help:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;text&#039;&#039; gives you text in italic&lt;br /&gt;
&#039;&#039;&#039;text&#039;&#039;&#039; gives you text in bold&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;text&#039;&#039;&#039;&#039;&#039;, combine them so 5 apostrophes gives you bold an italic.&lt;br /&gt;
4 apostrophes gives you bold text with an apostrophe on either side.&lt;br /&gt;
&lt;br /&gt;
To insert a line break, you have to add the html tag &amp;lt;br&amp;gt;. Naturally multiple &amp;lt;br&amp;gt; tags will insert multiple line breaks.&lt;br /&gt;
&lt;br /&gt;
==text== will give you the text as a heading&lt;br /&gt;
===text=== will give you a subheading. The difference is reflected in the lack of horizontal line and also in the contents. The contents page will generate itself automatically if you put in enough headings.&lt;br /&gt;
&lt;br /&gt;
End comments for a bit!--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==About Gaussian and GaussView==&lt;br /&gt;
Gaussian is a program that [insert description here]. It will be used to [again, say what you want]. GaussView is the program that has the pretty graphical interface. (You might want to edit this bit yourself)&lt;br /&gt;
&lt;br /&gt;
==Learning to use GaussView==&lt;br /&gt;
Before you can run the information on the various molecules you will be looking at, you will be looking at, you will need to know how to submit them to Gaussian. The easiest way to do so is to use GaussView to create the molecule and use the functions it contains within it to tell Gaussian what to calculate and how.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Image time!&lt;br /&gt;
&lt;br /&gt;
To insert an image into a file you will first need to upload it. There is an upload file link on the left of every page under the search bar. Then you can add the picture to the file with the tag:&lt;br /&gt;
&lt;br /&gt;
[[Image:filename.JPG]]&lt;br /&gt;
&lt;br /&gt;
The capitalisation of this tag is important for the I in image, the filename and the picture format. Type it as it come up after you upload the file. However, this adds the picture to the middle of the page and the text doesn&#039;t wrap around it, so you will more likely want to align it to either the left or the right.&lt;br /&gt;
&lt;br /&gt;
[[Image:filename.JPG|right]]&lt;br /&gt;
&lt;br /&gt;
left works just as well, and here don&#039;t capitalize the direction. This also automatically wraps the text around the picture. To add a caption to the picture you need another vertical line segment to give the picture a frame and another to add the caption.&lt;br /&gt;
&lt;br /&gt;
[[Image:filename.JPG|right|frame|Caption goes here]]&lt;br /&gt;
&lt;br /&gt;
Finally you may also want to resize the picture. To do that type the number of pixels you want the picture to take up horizontally and follow it with px. All in it&#039;s own horizontal line segment again. So it would look like this to resize a picture to 150 pixels:&lt;br /&gt;
&lt;br /&gt;
[[Image:filename.JPG|right|frame|150px|Caption goes here]]&lt;br /&gt;
&lt;br /&gt;
The rule about ordering the sections above is that the filename needs to come first and the caption has to come last. Other than that the order does not matter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Basics===&lt;br /&gt;
[[Image:Gaussview.JPG|right|500px|Initial GaussView Screen]]&lt;br /&gt;
Everything you need to make your structure is available on the menu bar and it works primarily on a click and drag system. The first set of 11 icons from the left are what you need to create the desired structure.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; They are:&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Elelment Fragment&#039;&#039;&#039; - Brings up a periodic table for you to select an element and then it&#039;s structure and bonding.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Ring Fragment&#039;&#039;&#039; - This allows you to quickly create common compound rings.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;R-Group Fragment&#039;&#039;&#039; - Gives easy access to common side chains.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Biological Fragment&#039;&#039;&#039; - Gives a selection of Amino Acids and Nucleosides to add to your molecule.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Custom Fragment&#039;&#039;&#039; - This allows you to save and load custom built structures.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Modify Bond&#039;&#039;&#039; - Clicking on two atoms to create bonds of varing types and set the distance between atoms.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Modify Angle&#039;&#039;&#039; - Clicking on three atoms allows you to specify the angle between them.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Modify Dihedral&#039;&#039;&#039; - Clicking on four atoms allows you to specify the dihedral angle between them.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Inquire&#039;&#039;&#039; - clicking two atoms shows you the distance between them, clicking three shows you the angle formed and clicking four shows you the dihedral angle formed.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Add Valence&#039;&#039;&#039; - Adds a Hydrogen bond to the selected atom.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Delete Atom&#039;&#039;&#039; - Deletes the selected atom.&lt;br /&gt;
&lt;br /&gt;
==How to Run a Simulation==&lt;br /&gt;
Once your structure is in place, you can run the calculations for it through Gaussview. To do this select &#039;&#039;&#039;Calculate-&amp;gt;Gaussian&#039;&#039;&#039;. This opens a window that allows you to choose the calculation you want to run and with what method. When you have selected these click the submit button in the bottom-left corner of the window. You will be prompted to save and after you do so the calculation will run.&lt;br /&gt;
&lt;br /&gt;
==Different Types of Simulation==&lt;br /&gt;
===Optimisation===&lt;br /&gt;
===Energy===&lt;br /&gt;
&lt;br /&gt;
===Viewing the Results of your Simulation===&lt;/div&gt;</summary>
		<author><name>Chsov</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:GaussView&amp;diff=14688</id>
		<title>Mod:GaussView</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:GaussView&amp;diff=14688"/>
		<updated>2008-07-25T15:04:20Z</updated>

		<summary type="html">&lt;p&gt;Chsov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Comments galore. Obviously this tag results in a comment.!--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Basic formatting help:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;text&#039;&#039; gives you text in italic&lt;br /&gt;
&#039;&#039;&#039;text&#039;&#039;&#039; gives you text in bold&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;text&#039;&#039;&#039;&#039;&#039;, combine them so 5 apostrophes gives you bold an italic.&lt;br /&gt;
4 apostrophes gives you bold text with an apostrophe on either side.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==text== will give you the text as a heading&lt;br /&gt;
===text=== will give you a subheading. The difference is reflected in the lack of horizontal line and also in the contents. The contents page will generate itself automatically if you put in enough headings.&lt;br /&gt;
&lt;br /&gt;
End comments for a bit!--&amp;gt;&lt;br /&gt;
==About Gaussian and GaussView==&lt;br /&gt;
Gaussian is a program that [insert description here]. It will be used to [again, say what you want]. GaussView is the program that has the pretty graphical interface. (You might want to edit this bit yourself)&lt;br /&gt;
&lt;br /&gt;
==Learning to use GaussView==&lt;br /&gt;
Before you can run the information on the various molecules you will be looking at, you will be looking at, you will need to know how to submit them to Gaussian. The easiest way to do so is to use GaussView to create the molecule and use the functions it contains within it to tell Gaussian what to calculate and how.&lt;br /&gt;
&lt;br /&gt;
===Basics===&lt;br /&gt;
[[Image:Gaussview.JPG|right|500px|Initial GaussView Screen]]&lt;br /&gt;
Everything you need to make your structure is available on the menu bar and it works primarily on a click and drag system. The first set of 11 icons from the left are what you need to create the desired structure.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; They are:&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Elelment Fragment&#039;&#039;&#039; - Brings up a periodic table for you to select an element and then it&#039;s structure and bonding.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Ring Fragment&#039;&#039;&#039; - This allows you to quickly create common compound rings.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;R-Group Fragment&#039;&#039;&#039; - Gives easy access to common side chains.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Biological Fragment&#039;&#039;&#039; - Gives a selection of Amino Acids and Nucleosides to add to your molecule.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Custom Fragment&#039;&#039;&#039; - This allows you to save and load custom built structures.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Modify Bond&#039;&#039;&#039; - Clicking on two atoms to create bonds of varing types and set the distance between atoms.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Modify Angle&#039;&#039;&#039; - Clicking on three atoms allows you to specify the angle between them.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Modify Dihedral&#039;&#039;&#039; - Clicking on four atoms allows you to specify the dihedral angle between them.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Inquire&#039;&#039;&#039; - clicking two atoms shows you the distance between them, clicking three shows you the angle formed and clicking four shows you the dihedral angle formed.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Add Valence&#039;&#039;&#039; - Adds a Hydrogen bond to the selected atom.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Delete Atom&#039;&#039;&#039; - Deletes the selected atom.&lt;br /&gt;
&lt;br /&gt;
==How to Run a Simulation==&lt;br /&gt;
Once your structure is in place, you can run the calculations for it through Gaussview. To do this select &#039;&#039;&#039;Calculate-&amp;gt;Gaussian&#039;&#039;&#039;. This opens a window that allows you to choose the calculation you want to run and with what method. When you have selected these click the submit button in the bottom-left corner of the window. You will be prompted to save and after you do so the calculation will run.&lt;br /&gt;
&lt;br /&gt;
==Different Types of Simulation==&lt;br /&gt;
===Optimisation===&lt;br /&gt;
===Energy===&lt;br /&gt;
&lt;br /&gt;
===Viewing the Results of your Simulation===&lt;/div&gt;</summary>
		<author><name>Chsov</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Talk:Mod:GaussView&amp;diff=14687</id>
		<title>Talk:Mod:GaussView</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Talk:Mod:GaussView&amp;diff=14687"/>
		<updated>2008-07-25T14:31:28Z</updated>

		<summary type="html">&lt;p&gt;Chsov: New page: Hey guys what do you think?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hey guys what do you think?&lt;/div&gt;</summary>
		<author><name>Chsov</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:GaussView&amp;diff=14686</id>
		<title>Mod:GaussView</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:GaussView&amp;diff=14686"/>
		<updated>2008-07-25T14:31:07Z</updated>

		<summary type="html">&lt;p&gt;Chsov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==About Gaussian and GaussView==&lt;br /&gt;
Gaussian is a program that [insert description here]. It will be used to [again, say what you want]. GaussView is the program that has the pretty graphical interface. (You might want to edit this bit yourself)&lt;br /&gt;
&lt;br /&gt;
==Learning to use GaussView==&lt;br /&gt;
Before you can run the information on the various molecules you will be looking at, you will be looking at, you will need to know how to submit them to Gaussian. The easiest way to do so is to use GaussView to create the molecule and use the functions it contains within it to tell Gaussian what to calculate and how.&lt;br /&gt;
&lt;br /&gt;
===Basics===&lt;br /&gt;
[[Image:Gaussview.JPG|right|500px|Initial GaussView Screen]]&lt;br /&gt;
Everything you need to make your structure is available on the menu bar and it works primarily on a click and drag system. The first set of 11 icons from the left are what you need to create the desired structure.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; They are:&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Elelment Fragment&#039;&#039;&#039; - Brings up a periodic table for you to select an element and then it&#039;s structure and bonding.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Ring Fragment&#039;&#039;&#039; - This allows you to quickly create common compound rings.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;R-Group Fragment&#039;&#039;&#039; - Gives easy access to common side chains.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Biological Fragment&#039;&#039;&#039; - Gives a selection of Amino Acids and Nucleosides to add to your molecule.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Custom Fragment&#039;&#039;&#039; - This allows you to save and load custom built structures.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Modify Bond&#039;&#039;&#039; - Clicking on two atoms to create bonds of varing types and set the distance between atoms.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Modify Angle&#039;&#039;&#039; - Clicking on three atoms allows you to specify the angle between them.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Modify Dihedral&#039;&#039;&#039; - Clicking on four atoms allows you to specify the dihedral angle between them.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Inquire&#039;&#039;&#039; - clicking two atoms shows you the distance between them, clicking three shows you the angle formed and clicking four shows you the dihedral angle formed.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Add Valence&#039;&#039;&#039; - Adds a Hydrogen bond to the selected atom.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Delete Atom&#039;&#039;&#039; - Deletes the selected atom.&lt;br /&gt;
&lt;br /&gt;
==How to Run a Simulation==&lt;br /&gt;
Once your structure is in place, you can run the calculations for it through Gaussview. To do this select &#039;&#039;&#039;Calculate-&amp;gt;Gaussian&#039;&#039;&#039;. This opens a window that allows you to choose the calculation you want to run and with what method. When you have selected these click the submit button in the bottom-left corner of the window. You will be prompted to save and after you do so the calculation will run.&lt;br /&gt;
&lt;br /&gt;
==Different Types of Simulation==&lt;br /&gt;
===Optimisation===&lt;br /&gt;
===Energy===&lt;br /&gt;
&lt;br /&gt;
===Viewing the Results of your Simulation===&lt;/div&gt;</summary>
		<author><name>Chsov</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:GaussView&amp;diff=14685</id>
		<title>Mod:GaussView</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:GaussView&amp;diff=14685"/>
		<updated>2008-07-25T14:26:31Z</updated>

		<summary type="html">&lt;p&gt;Chsov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==About Gaussian and GaussView==&lt;br /&gt;
Gaussian is a program that [insert description here]. It will be used to [again, say what you want]. GaussView is the program that has the pretty graphical interface. (You might want to edit this bit yourself)&lt;br /&gt;
&lt;br /&gt;
==Learning to use GaussView==&lt;br /&gt;
Before you can run the information on the various molecules you will be looking at, you will be looking at, you will need to know how to submit them to Gaussian. The easiest way to do so is to use GaussView to create the molecule and use the functions it contains within it to tell Gaussian what to calculate and how.&lt;br /&gt;
&lt;br /&gt;
===Basics===&lt;br /&gt;
[[Image:Gaussview.JPG|right|500px|Initial GaussView Screen]]&lt;br /&gt;
Everything you need to make your structure is available on the menu bar and it works primarily on a click and drag system. The first set of 11 icons from the left are what you need to create the desired structure.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; They are:&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Elelment Fragment&#039;&#039;&#039; - Brings up a periodic table for you to select an element and then it&#039;s structure and bonding.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Ring Fragment&#039;&#039;&#039; - This allows you to quickly create common compound rings.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;R-Group Fragment&#039;&#039;&#039; - Gives easy access to common side chains.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Biological Fragment&#039;&#039;&#039; - Gives a selection of Amino Acids and Nucleosides to add to your molecule.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Custom Fragment&#039;&#039;&#039; - This allows you to save and load custom built structures.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Modify Bond&#039;&#039;&#039; - Clicking on two atoms to create bonds of varing types and set the distance between atoms.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Modify Angle&#039;&#039;&#039; - Clicking on three atoms allows you to specify the angle between them.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Modify Dihedral&#039;&#039;&#039; - Clicking on four atoms allows you to specify the dihedral angle between them.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Inquire&#039;&#039;&#039; - clicking two atoms shows you the distance between them, clicking three shows you the angle formed and clicking four shows you the dihedral angle formed.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Add Valence&#039;&#039;&#039; - Adds a Hydrogen bond to the selected atom.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Delete Atom&#039;&#039;&#039; - Deletes the selected atom.&lt;br /&gt;
&lt;br /&gt;
==How to Run a Simulation==&lt;br /&gt;
Once your structure is in place, you can run the calculations for it through Gaussview. To do this select &#039;&#039;&#039;Calculate-&amp;gt;Gaussian&#039;&#039;&#039;. This opens a window that allows you to choose the calculation you want to run and with what method. When you have selected these click the submit button in the bottom-left corner of the window. You will be prompted to save and after you do so the calculation will run.&lt;br /&gt;
&lt;br /&gt;
==Different Types of Simulation==&lt;br /&gt;
===Optimisation===&lt;br /&gt;
&lt;br /&gt;
===Energy===&lt;br /&gt;
&lt;br /&gt;
===Viewing the Results of your Simulation===&lt;/div&gt;</summary>
		<author><name>Chsov</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:GaussView&amp;diff=14684</id>
		<title>Mod:GaussView</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:GaussView&amp;diff=14684"/>
		<updated>2008-07-25T13:41:02Z</updated>

		<summary type="html">&lt;p&gt;Chsov: /* Learning to use GaussView */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==About Gaussian and GaussView==&lt;br /&gt;
Gaussian is a program that [insert description here]. It will be used to [again, say what you want]. GaussView is the program that has the pretty graphical interface. (You might want to edit this bit yourself)&lt;br /&gt;
==Learning to use GaussView==&lt;br /&gt;
Before you can run the information on the various molecules you will be looking at, you will be looking at, you will need to know how to submit them to Gaussian. The easiest way to do so is to use GaussView to create the molecule and use the functions it contains within it to tell Gaussian what to calculate and how.&lt;br /&gt;
===Basics===&lt;br /&gt;
[[Image:Gaussview.JPG|right|500px|Initial GaussView Screen]]&lt;br /&gt;
Everything you need to make your structure is available on the menu bar and it works primarily on a click and drag system. The first set of 11 icons from the left are what you need to create the desired structure.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; They are:&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Elelment Fragment - Brings up a periodic table for you to select an element and then it&#039;s structure and bonding.&amp;lt;br&amp;gt;&lt;br /&gt;
Ring Fragment - This allows you to quickly create common compound rings.&amp;lt;br&amp;gt;&lt;br /&gt;
R-Group Fragment - Gives easy access to common side chains.&amp;lt;br&amp;gt;&lt;br /&gt;
Biological Fragment - Gives a selection of Amino Acids and Nucleosides to add to your molecule.&amp;lt;br&amp;gt;&lt;br /&gt;
Custom Fragment - This allows you to save and load custom built structures.&amp;lt;br&amp;gt;&lt;br /&gt;
Modify Bond - Clicking on two atoms to create bonds of varing types and set the distance between atoms.&amp;lt;br&amp;gt;&lt;br /&gt;
Modify Angle - Clicking on three atoms allows you to specify the angle between them.&amp;lt;br&amp;gt;&lt;br /&gt;
Modify Dihedral - Clicking on four atoms allows you to specify the dihedral angle between them.&amp;lt;br&amp;gt;&lt;br /&gt;
Inquire - clicking two atoms shows you the distance between them, clicking three shows you the angle formed and clicking four shows you the dihedral angle formed.&amp;lt;br&amp;gt;&lt;br /&gt;
Add Valence - Adds a Hydrogen bond to the selected atom.&amp;lt;br&amp;gt;&lt;br /&gt;
Delete Atom - Deletes the selected atom.&lt;br /&gt;
==How to Run a simulation==&lt;br /&gt;
Once your structure is in place, you can run the calculations for it through Gaussview. To do this select &#039;&#039;&#039;Calculate-&amp;gt;Gaussian&#039;&#039;&#039;. This opens a window that allows you to choose the calculation you want to run and with what method. When you have selected these click the submit button in the bottom-left corner of the window. You will be prompted to save and after you do so the calculation will run.&lt;/div&gt;</summary>
		<author><name>Chsov</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=File:Gaussview.JPG&amp;diff=14683</id>
		<title>File:Gaussview.JPG</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=File:Gaussview.JPG&amp;diff=14683"/>
		<updated>2008-07-25T13:26:47Z</updated>

		<summary type="html">&lt;p&gt;Chsov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Chsov</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:GaussView&amp;diff=14682</id>
		<title>Mod:GaussView</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:GaussView&amp;diff=14682"/>
		<updated>2008-07-25T13:25:37Z</updated>

		<summary type="html">&lt;p&gt;Chsov: /* Learning to use GaussView */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==About Gaussian and GaussView==&lt;br /&gt;
Gaussian is a program that [insert description here]. It will be used to [again, say what you want]. GaussView is the program that has the pretty graphical interface. (You might want to edit this bit yourself)&lt;br /&gt;
==Learning to use GaussView==&lt;br /&gt;
Before you can run the information on the various molecules you will be looking at, you will be looking at, you will need to know how to submit them to Gaussian. The easiest way to do so is to use GaussView to create the molecule and use the functions it contains within it to tell Gaussian what to calculate and how.&lt;br /&gt;
===Basics===&lt;br /&gt;
[[Image:Gaussview.bmp|Right]]&lt;br /&gt;
Everything you need to make your structure is available on the menu bar and it works primarily on a click and drag system. The first set of 11 icons from the left are what you need to create the desired structure.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; They are:&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Elelment Fragment - Brings up a periodic table for you to select an element and then it&#039;s structure and bonding.&amp;lt;br&amp;gt;&lt;br /&gt;
Ring Fragment - This allows you to quickly create common compound rings.&amp;lt;br&amp;gt;&lt;br /&gt;
R-Group Fragment - Gives easy access to common side chains.&amp;lt;br&amp;gt;&lt;br /&gt;
Biological Fragment - Gives a selection of Amino Acids and Nucleosides to add to your molecule.&amp;lt;br&amp;gt;&lt;br /&gt;
Custom Fragment - This allows you to save and load custom built structures.&amp;lt;br&amp;gt;&lt;br /&gt;
Modify Bond - Clicking on two atoms to create bonds of varing types and set the distance between atoms.&amp;lt;br&amp;gt;&lt;br /&gt;
Modify Angle - Clicking on three atoms allows you to specify the angle between them.&amp;lt;br&amp;gt;&lt;br /&gt;
Modify Dihedral - Clicking on four atoms allows you to specify the dihedral angle between them.&amp;lt;br&amp;gt;&lt;br /&gt;
Inquire - clicking two atoms shows you the distance between them, clicking three shows you the angle formed and clicking four shows you the dihedral angle formed.&amp;lt;br&amp;gt;&lt;br /&gt;
Add Valence - Adds a Hydrogen bond to the selected atom.&amp;lt;br&amp;gt;&lt;br /&gt;
Delete Atom - Deletes the selected atom.&lt;/div&gt;</summary>
		<author><name>Chsov</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=File:Gaussview.bmp&amp;diff=14681</id>
		<title>File:Gaussview.bmp</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=File:Gaussview.bmp&amp;diff=14681"/>
		<updated>2008-07-25T13:03:49Z</updated>

		<summary type="html">&lt;p&gt;Chsov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Chsov</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:GaussView&amp;diff=14680</id>
		<title>Mod:GaussView</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:GaussView&amp;diff=14680"/>
		<updated>2008-07-25T10:59:05Z</updated>

		<summary type="html">&lt;p&gt;Chsov: /* Basics */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==About Gaussian and GaussView==&lt;br /&gt;
Gaussian is a program that [insert description here]. It will be used to [again, say what you want]. GaussView is the program that has the pretty graphical interface. (You might want to edit this bit yourself)&lt;br /&gt;
==Learning to use GaussView==&lt;br /&gt;
Before you can run the information on the various molecules you will be looking at, you will be looking at, you will need to know how to submit them to Gaussian. The easiest way to do so is to use GaussView to create the molecule and use the functions it contains within it to tell Gaussian what to calculate and how.&lt;br /&gt;
===Basics===&lt;br /&gt;
Everything you need to make your structure is available on the menu bar and it works primarily on a click and drag system. The first set of 11 icons from the left are what you need to create the desired structure.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; They are:&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Elelment Fragment - Brings up a periodic table for you to select an element and then it&#039;s structure and bonding.&amp;lt;br&amp;gt;&lt;br /&gt;
Ring Fragment - This allows you to quickly create common compound rings.&amp;lt;br&amp;gt;&lt;br /&gt;
R-Group Fragment - Gives easy access to common side chains.&amp;lt;br&amp;gt;&lt;br /&gt;
Biological Fragment - Gives a selection of Amino Acids and Nucleosides to add to your molecule.&amp;lt;br&amp;gt;&lt;br /&gt;
Custom Fragment - This allows you to save and load custom built structures.&amp;lt;br&amp;gt;&lt;br /&gt;
Modify Bond - Clicking on two atoms to create bonds of varing types and set the distance between atoms.&amp;lt;br&amp;gt;&lt;br /&gt;
Modify Angle - Clicking on three atoms allows you to specify the angle between them.&amp;lt;br&amp;gt;&lt;br /&gt;
Modify Dihedral - Clicking on four atoms allows you to specify the dihedral angle between them.&amp;lt;br&amp;gt;&lt;br /&gt;
Inquire - clicking two atoms shows you the distance between them, clicking three shows you the angle formed and clicking four shows you the dihedral angle formed.&amp;lt;br&amp;gt;&lt;br /&gt;
Add Valence - Adds a Hydrogen bond to the selected atom.&amp;lt;br&amp;gt;&lt;br /&gt;
Delete Atom - Deletes the selected atom.&lt;/div&gt;</summary>
		<author><name>Chsov</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:GaussView&amp;diff=14679</id>
		<title>Mod:GaussView</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:GaussView&amp;diff=14679"/>
		<updated>2008-07-24T16:07:11Z</updated>

		<summary type="html">&lt;p&gt;Chsov: /* Basics */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==About Gaussian and GaussView==&lt;br /&gt;
Gaussian is a program that [insert description here]. It will be used to [again, say what you want]. GaussView is the program that has the pretty graphical interface. (You might want to edit this bit yourself)&lt;br /&gt;
==Learning to use GaussView==&lt;br /&gt;
Before you can run the information on the various molecules you will be looking at, you will be looking at, you will need to know how to submit them to Gaussian. The easiest way to do so is to use GaussView to create the molecule and use the functions it contains within it to tell Gaussian what to calculate and how.&lt;br /&gt;
===Basics===&lt;br /&gt;
Everything you need to make your structure is available on the menu bar.&lt;br /&gt;
&lt;br /&gt;
The icons from the left are:&amp;lt;br&amp;gt;&lt;br /&gt;
Elelment Fragment - Brings up a periodic table for you to select an element and then it&#039;s structure and bonding.&amp;lt;br&amp;gt;&lt;br /&gt;
Ring Fragment - This allows you to quickly create common compound rings.&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Chsov</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:GaussView&amp;diff=14678</id>
		<title>Mod:GaussView</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Mod:GaussView&amp;diff=14678"/>
		<updated>2008-07-24T16:05:15Z</updated>

		<summary type="html">&lt;p&gt;Chsov: New page: ==About Gaussian and GaussView== Gaussian is a program that [insert description here]. It will be used to [again, say what you want]. GaussView is the program that has the pretty graphical...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==About Gaussian and GaussView==&lt;br /&gt;
Gaussian is a program that [insert description here]. It will be used to [again, say what you want]. GaussView is the program that has the pretty graphical interface. (You might want to edit this bit yourself)&lt;br /&gt;
==Learning to use GaussView==&lt;br /&gt;
Before you can run the information on the various molecules you will be looking at, you will be looking at, you will need to know how to submit them to Gaussian. The easiest way to do so is to use GaussView to create the molecule and use the functions it contains within it to tell Gaussian what to calculate and how.&lt;br /&gt;
===Basics===&lt;br /&gt;
Everything you need to make your structure is available on the menu bar.&lt;br /&gt;
&lt;br /&gt;
The icons from the left are:&lt;br /&gt;
Elelment Fragment - Brings up a periodic table for you to select an element and then it&#039;s structure and bonding.&lt;br /&gt;
Ring Fragment - This allows you to quickly create common compound rings.&lt;/div&gt;</summary>
		<author><name>Chsov</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Main_Page&amp;diff=14677</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Main_Page&amp;diff=14677"/>
		<updated>2008-07-24T14:07:48Z</updated>

		<summary type="html">&lt;p&gt;Chsov: /* Third Year Computational Chemistry Lab */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Chemistry Department Wiki,  Imperial College London =&lt;br /&gt;
&lt;br /&gt;
This is a communal area for documenting teaching and laboratory courses. To add to any content on these pages, you will have to log in using  your Imperial College account. Each page has a history section, which shows when  edits are made, by whom, and what the changes are. The other advantage is the common concepts can be enclosed as &amp;lt;nowiki&amp;gt;[[topic:title]]&amp;lt;/nowiki&amp;gt;, which is a simple two-level taxonomy of terms.  Thus all concepts relating to  information use the category it:, modelling is grouped by  mod:, organic chemistry by organic: etc. This has the advantage that an item authored by one person can be made generally available to all other pages, and duplication/repetition is minimised. Use the search box to find what others have written.&lt;br /&gt;
&lt;br /&gt;
== Laboratories and Workshops ==&lt;br /&gt;
&lt;br /&gt;
===First Year Chemical Information  Lab ===&lt;br /&gt;
*[http://www.ch.ic.ac.uk/local/it/ Course  Notes]&lt;br /&gt;
&lt;br /&gt;
===Second Year Modelling Workshop  ===&lt;br /&gt;
*[[Second Year Modelling Workshop]]&lt;br /&gt;
&lt;br /&gt;
===Second Year Chemical Information  Tutorial/Labs ===&lt;br /&gt;
&lt;br /&gt;
*[http://www.ch.ic.ac.uk/local/it/ Course  Notes] &lt;br /&gt;
*[[it:projects|Course Wiki]]&lt;br /&gt;
&lt;br /&gt;
===Third Year Computational Chemistry Lab ===&lt;br /&gt;
&lt;br /&gt;
*[[mod:laptop|Using your laptop]]&lt;br /&gt;
*[[mod:programs|General program instructions]]&lt;br /&gt;
*[[mod:organic|Organic Experiments]]&lt;br /&gt;
*[[mod:inorganic|Inorganic Experiments]]&lt;br /&gt;
*[[mod:physical|Physical Experiments]]&lt;br /&gt;
*[[Introduction to Gaussian and GaussView]]&lt;br /&gt;
&lt;br /&gt;
==== Specialist  CompChem Techniques ====&lt;br /&gt;
&lt;br /&gt;
*[[it:SO|Spin Orbit Calculations]]&lt;br /&gt;
*[[it:DSpace|METS Metadatapackaging]]&lt;br /&gt;
&lt;br /&gt;
= General FAQ and Resources =&lt;br /&gt;
&lt;br /&gt;
#Converters to the Wiki format:&lt;br /&gt;
## [http://diberri.dyndns.org/wikipedia/html2wiki/ HTML2Wiki Converter]&lt;br /&gt;
##[http://www.mediawiki.org/wiki/Extension:Word2MediaWikiPlus Word to Wiki Visual Basic Macros]&lt;br /&gt;
##[http://download.openoffice.org/3.0beta/ OpenOffice 2.4/3.0 can read .doc and export Wiki]&lt;br /&gt;
#[[IT in the department]]&lt;br /&gt;
#[[it:seminars|Seminar Announcement system V 2.0 Project proposal]]&lt;br /&gt;
#[https://www.ch.ic.ac.uk/pss Seminar Announcement system V 1.0 operational]&lt;br /&gt;
#[https://scanweb.cc.ic.ac.uk/uportal2/ HPC Interface to DSpace Repository]&lt;br /&gt;
##[[it:uortal|Configuring uportal for new pools of computers]]&lt;br /&gt;
#[https://spectradspace.lib.ic.ac.uk:8443/dspace/  DSpace Digital Repository]&lt;br /&gt;
__FORCETOC__&lt;/div&gt;</summary>
		<author><name>Chsov</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=It07:Lignocaine&amp;diff=8408</id>
		<title>It07:Lignocaine</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=It07:Lignocaine&amp;diff=8408"/>
		<updated>2007-10-18T10:33:34Z</updated>

		<summary type="html">&lt;p&gt;Chsov: Added Header&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Lignocaine ==&lt;/div&gt;</summary>
		<author><name>Chsov</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=File:Taxol.gif&amp;diff=2861</id>
		<title>File:Taxol.gif</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=File:Taxol.gif&amp;diff=2861"/>
		<updated>2006-10-19T10:24:30Z</updated>

		<summary type="html">&lt;p&gt;Chsov: Structure of Taxol&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Structure of Taxol&lt;/div&gt;</summary>
		<author><name>Chsov</name></author>
	</entry>
</feed>