<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://script.spoken-tutorial.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://script.spoken-tutorial.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Snehalathak</id>
		<title>Script | Spoken-Tutorial - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://script.spoken-tutorial.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Snehalathak"/>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Special:Contributions/Snehalathak"/>
		<updated>2026-04-10T14:03:53Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.17</generator>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/LAMMPS-Molecular-Dynamics-Simulator/C2/Modeling-of-the-Single-Phase-System/English</id>
		<title>LAMMPS-Molecular-Dynamics-Simulator/C2/Modeling-of-the-Single-Phase-System/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/LAMMPS-Molecular-Dynamics-Simulator/C2/Modeling-of-the-Single-Phase-System/English"/>
				<updated>2025-07-30T09:09:27Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
'''Title of script''': Modeling of the Single-Phase System &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Author: '''Dr.Snehalatha Kaliappan, Prasad Baddi, Gopi Kundia&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Keywords''': LAMMPS, Simulation video tutorial&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
&lt;br /&gt;
|| '''Visual Cue '''&lt;br /&gt;
|| '''Narration'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 1'''&lt;br /&gt;
&lt;br /&gt;
'''Title Slide'''&lt;br /&gt;
|| Welcome to this tutorial on '''Modeling of the Single-Phase System.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 2'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| In this tutorial, we will learn to,&lt;br /&gt;
&lt;br /&gt;
Set up a simulation of the bulk '''Lennard-Jones''' liquid.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 2'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| Use LAMMPS's '''''thermo_style''''' and '''''thermo''''' commands to extract and monitor properties such as;&lt;br /&gt;
&lt;br /&gt;
temperature, potential energy, kinetic energy, total energy, density and pressure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 3'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirement'''&lt;br /&gt;
|| To record this tutorial, I am using,&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Ubuntu Linux '''OS version 22.04&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Latest stable version of '''LAMMPS''' .&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 4'''&lt;br /&gt;
&lt;br /&gt;
'''Prerequisite'''&lt;br /&gt;
|| To follow this tutorial learner must be familiar with,&lt;br /&gt;
&lt;br /&gt;
basic computer operations on '''Linux OS'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide number 5'''&lt;br /&gt;
&lt;br /&gt;
'''Code file'''&lt;br /&gt;
|| The following input file is required to practice this tutorial:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''SPinputA.txt'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This file is provided in the '''Code files''' link of this tutorial page.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Open the input file SPinputAtxt in gedit test editor.&lt;br /&gt;
|| Here I have opened the input file '''SPinputA.txt''' in a text editor. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on each section and highlight.&lt;br /&gt;
|| As described in the prerequisite tutorial, the input script is divided into four sections:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# '''Initialization'''&lt;br /&gt;
# '''System definition'''&lt;br /&gt;
# '''Simulation settings'''&lt;br /&gt;
# '''Running a simulation'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the input file.&lt;br /&gt;
|| Please refer to the prerequisite tutorial for the details of the input commands for each section.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on line 22: '''group liq type 1'''&lt;br /&gt;
|| Scroll down to the''' simulation settings '''section.&lt;br /&gt;
&lt;br /&gt;
With this command all type 1 particles are grouped with a group ID '''liq.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Scroll to '''Energy minimization '''section.&lt;br /&gt;
&lt;br /&gt;
Cursor on lines 35 and 36,&lt;br /&gt;
|| Scroll to the '''Energy minimization '''section.&lt;br /&gt;
&lt;br /&gt;
Here, we will use '''thermo_style '''and''' thermo '''commands.&lt;br /&gt;
&lt;br /&gt;
'''thermo_style''' sets the style for printing thermodynamic data to the screen and log file. &lt;br /&gt;
&lt;br /&gt;
The units for each column of output is determined by '''units''' command. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''thermo''' command sets the frequency of printing thermodynamic data to the screen and log file.&lt;br /&gt;
|-&lt;br /&gt;
|| Line 34: '''timestep 0.005'''&lt;br /&gt;
|| &lt;br /&gt;
&lt;br /&gt;
The '''timestep''' command computes and prints the output at the mentioned time interval.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the line 52: '''fix 1 liq npt temp 0.8 0.8 0.5 iso 1 1 5'''&lt;br /&gt;
|| '''fix''' is any operation that is applied to the system during timestepping or minimization.&lt;br /&gt;
&lt;br /&gt;
The '''npt''' command performs the time integration using equations of motion to generate positions and velocities for atoms.&lt;br /&gt;
&lt;br /&gt;
In an '''np'''t ensemble, the number of particles, pressure and temperature of the system are held constant.&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the line 53: '''run 10000'''&lt;br /&gt;
|| Here 10,000 indicates the number of timesteps.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 6'''&lt;br /&gt;
&lt;br /&gt;
'''About timestep command'''&lt;br /&gt;
|| About timestep command&lt;br /&gt;
&lt;br /&gt;
We need to run the simulation long enough for the system to reach an equilibrium state. &lt;br /&gt;
&lt;br /&gt;
This means its macroscopic properties like temperature, energy, density, and pressure have reached a stable plateau.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide number 7'''&lt;br /&gt;
&lt;br /&gt;
'''About timestep command'''&lt;br /&gt;
||  The values must be fluctuating around their average equilibrium values. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once the system is stable, we can collect the data to study phenomena we are interested in. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We'll learn how to analyze these properties in the upcoming tutorial.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the input file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Close the text editor.&lt;br /&gt;
|| Back to the input file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now let us run this input file.&lt;br /&gt;
&lt;br /&gt;
Close the text editor.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Go to the folder where the input file is located.&lt;br /&gt;
&lt;br /&gt;
Open the folder and show the input file.&lt;br /&gt;
&lt;br /&gt;
||  Navigate to the location of the input file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Right click on the folder containing the input file. &lt;br /&gt;
&lt;br /&gt;
From the context menu choose '''Open in Terminal '''option.&lt;br /&gt;
&lt;br /&gt;
||  Right click on the folder containing the input file. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the context menu choose '''Open in Terminal '''option.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the terminal.&lt;br /&gt;
|| Alternatively, you can open the terminal and navigate to the path leading to the input file.&lt;br /&gt;
|-&lt;br /&gt;
|| At the prompt type '''lmp_serial -in SPinputA.txt'''&lt;br /&gt;
&lt;br /&gt;
Press Enter.&lt;br /&gt;
|| Type the following command at the prompt to run the input file.&lt;br /&gt;
&lt;br /&gt;
'''lmp_serial -in SPinputA.txt'''&lt;br /&gt;
&lt;br /&gt;
Windows users can open the command prompt, type the command and proceed as shown.&lt;br /&gt;
&lt;br /&gt;
Press Enter.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the terminal.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Open the folder containing the input file to show '''log.lammps''', '''thermo_properties.csv '''and '''output.atom.'''&lt;br /&gt;
|| The output is seen on the terminal.&lt;br /&gt;
&lt;br /&gt;
Three output files are generated, '''log.lammps''', '''thermo_properties.csv''' and '''output.atom. '''&lt;br /&gt;
&lt;br /&gt;
These files will be saved in the same folder where your input file is located.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on the folder.&lt;br /&gt;
|| The analysis and visualization of the output files will be covered in the upcoming tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| This brings us to the end of this tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 8'''&lt;br /&gt;
&lt;br /&gt;
Summary &lt;br /&gt;
|| Here is the summary for the tutorial.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 9'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment'''&lt;br /&gt;
|| As an assignment please do the following:&lt;br /&gt;
&lt;br /&gt;
In the input script, modify the values for temperature.&lt;br /&gt;
&lt;br /&gt;
Save and run the input file in LAMMPS.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 10'''&lt;br /&gt;
&lt;br /&gt;
'''Acknowledgement'''&lt;br /&gt;
|| Thank you &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/LAMMPS-Molecular-Dynamics-Simulator/C2/Modeling-of-the-Single-Phase-System/English</id>
		<title>LAMMPS-Molecular-Dynamics-Simulator/C2/Modeling-of-the-Single-Phase-System/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/LAMMPS-Molecular-Dynamics-Simulator/C2/Modeling-of-the-Single-Phase-System/English"/>
				<updated>2025-07-29T09:22:48Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: Created page with &amp;quot; '''Title of script''': Modeling of the Single-Phase System    '''Author: '''Dr.Snehalatha Kaliappan, Prasad Baddi, Gopi Kundia   '''Keywords''': LAMMPS, Simulation video tuto...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
'''Title of script''': Modeling of the Single-Phase System &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Author: '''Dr.Snehalatha Kaliappan, Prasad Baddi, Gopi Kundia&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Keywords''': LAMMPS, Simulation video tutorial&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
&lt;br /&gt;
|| '''Visual Cue '''&lt;br /&gt;
|| '''Narration'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 1'''&lt;br /&gt;
&lt;br /&gt;
'''Title Slide'''&lt;br /&gt;
|| Welcome to this tutorial on '''Modeling of the Single-Phase System.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 2'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| In this tutorial, we will learn to,&lt;br /&gt;
&lt;br /&gt;
Set up a simulation of the bulk '''Lennard-Jones''' liquid.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 2'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| Use LAMMPS's '''''thermo_style''''' and '''''thermo''''' commands to extract and monitor properties such as;&lt;br /&gt;
&lt;br /&gt;
temperature, potential energy, kinetic energy, total energy, density and pressure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 3'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirement'''&lt;br /&gt;
|| To record this tutorial, I am using,&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Ubuntu Linux '''OS version 22.04&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Latest stable version of '''LAMMPS''' .&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 4'''&lt;br /&gt;
&lt;br /&gt;
'''Prerequisite'''&lt;br /&gt;
|| To follow this tutorial learner must be familiar with,&lt;br /&gt;
&lt;br /&gt;
basic computer operations on '''Linux OS'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide number 5'''&lt;br /&gt;
&lt;br /&gt;
'''Code file'''&lt;br /&gt;
|| The following input file is required to practice this tutorial:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''SPinputA.txt'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This file is provided in the '''Code files''' link of this tutorial page.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Open the input file SPinputAtxt in gedit test editor.&lt;br /&gt;
|| Here I have opened the input file '''SPinputA.txt''' in a text editor. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on each section and highlight.&lt;br /&gt;
|| As described in the prerequisite tutorial, the input script is divided into four sections:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# '''Initialization'''&lt;br /&gt;
# '''System definition'''&lt;br /&gt;
# '''Simulation settings'''&lt;br /&gt;
# '''Running a simulation'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the input file.&lt;br /&gt;
|| Please refer to the prerequisite tutorial for the details of the input commands for each section.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on line 22: '''group liq type 1'''&lt;br /&gt;
|| Scroll down to the''' simulation settings '''section.&lt;br /&gt;
&lt;br /&gt;
With this command all type 1 particles are grouped with a group ID '''liq.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Scroll to '''Energy minimization '''section.&lt;br /&gt;
&lt;br /&gt;
Cursor on lines 35 and 36,&lt;br /&gt;
|| Scroll to the '''Energy minimization '''section.&lt;br /&gt;
&lt;br /&gt;
Here, we will use '''thermo_style '''and''' thermo '''commands.&lt;br /&gt;
&lt;br /&gt;
'''thermo_style''' sets the style for printing thermodynamic data to the screen and log file. &lt;br /&gt;
&lt;br /&gt;
The units for each column of output is determined by '''units''' command. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''thermo''' command sets the frequency of printing thermodynamic data to the screen and log file.&lt;br /&gt;
|-&lt;br /&gt;
|| Line 34: '''timestep 0.005'''&lt;br /&gt;
|| &lt;br /&gt;
&lt;br /&gt;
The '''timestep''' command computes and prints the output at the mentioned time interval.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the line 52: '''fix 1 liq npt temp 0.8 0.8 0.5 iso 1 1 5'''&lt;br /&gt;
|| '''fix''' is any operation that is applied to the system during timestepping or minimization.&lt;br /&gt;
&lt;br /&gt;
The '''npt''' command performs the time integration using equations of motion to generate positions and velocities for atoms.&lt;br /&gt;
&lt;br /&gt;
In an '''np'''t ensemble, the number of particles, pressure and temperature of the system are held constant.&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the line 53: '''run 10000'''&lt;br /&gt;
|| Here 10,000 indicates the number of timesteps.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 6'''&lt;br /&gt;
&lt;br /&gt;
'''About timestep command'''&lt;br /&gt;
|| About timestep command&lt;br /&gt;
&lt;br /&gt;
We need to run the simulation long enough for the system to reach an equilibrium state. &lt;br /&gt;
&lt;br /&gt;
This means its macroscopic properties like temperature, energy, density, and pressure have reached a stable plateau.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide number 7'''&lt;br /&gt;
&lt;br /&gt;
'''About timestep command'''&lt;br /&gt;
||  The values must be fluctuating around their average equilibrium values. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once the system is stable, we can collect the data to study phenomena we are interested in. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We'll learn how to analyze these properties in the upcoming tutorial.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the input file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Close the text editor.&lt;br /&gt;
|| Back to the input file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now let us run this input file.&lt;br /&gt;
&lt;br /&gt;
Close the text editor.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Go to the folder where the input file is located.&lt;br /&gt;
&lt;br /&gt;
Open the folder and show the input file.&lt;br /&gt;
&lt;br /&gt;
||  Navigate to the location of the input file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Right click on the folder containing the input file. &lt;br /&gt;
&lt;br /&gt;
From the context menu choose '''Open in Terminal '''option.&lt;br /&gt;
&lt;br /&gt;
||  Right click on the folder containing the input file. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the context menu choose '''Open in Terminal '''option.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the terminal.&lt;br /&gt;
|| Alternatively you can open the terminal and navigate to the path leading to the input file.&lt;br /&gt;
|-&lt;br /&gt;
|| At the prompt type '''lmp_serial -in SPinputA.txt'''&lt;br /&gt;
&lt;br /&gt;
Press Enter.&lt;br /&gt;
|| Type the following command at the prompt to run the input file.&lt;br /&gt;
&lt;br /&gt;
'''lmp_serial -in SPinputA.txt'''&lt;br /&gt;
&lt;br /&gt;
Windows users can open the command prompt, type the command and proceed as shown.&lt;br /&gt;
&lt;br /&gt;
Press Enter.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the terminal.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Open the folder containing the input file to show '''log.lammps''', '''thermo_properties.csv '''and '''output.atom.'''&lt;br /&gt;
|| The output is seen on the terminal.&lt;br /&gt;
&lt;br /&gt;
Three output files are generated, '''log.lammps''', '''thermo_properties.csv''' and '''output.atom. '''&lt;br /&gt;
&lt;br /&gt;
These files will be saved in the same folder where your input file is located.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on the folder.&lt;br /&gt;
|| The analysis and visualization of the output files will be covered in the upcoming tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| This brings us to the end of this tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 8'''&lt;br /&gt;
&lt;br /&gt;
Summary &lt;br /&gt;
|| Here is the summary for the tutorial.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 9'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment'''&lt;br /&gt;
|| As an assignment please do the following:&lt;br /&gt;
&lt;br /&gt;
In the input script, modify the values for temperature.&lt;br /&gt;
&lt;br /&gt;
Save and run the input file in LAMMPS.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 10'''&lt;br /&gt;
&lt;br /&gt;
'''Acknowledgement'''&lt;br /&gt;
|| Thank you &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/ORCA---Computational-Chemistry/C2/Generate--Molecular-Orbitals-of-Water/English</id>
		<title>ORCA---Computational-Chemistry/C2/Generate--Molecular-Orbitals-of-Water/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/ORCA---Computational-Chemistry/C2/Generate--Molecular-Orbitals-of-Water/English"/>
				<updated>2025-07-25T07:36:21Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
'''Title of the script''': '''Generate Molecular Orbitals of Water'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Author: '''Madhuri Ganapathi, Raj Singh, Snehalatha Kaliappan&lt;br /&gt;
&lt;br /&gt;
'''Keywords''':  orca, molecular orbitals of water, gedit text editor, auto optimization, molecular orbitals, homo, lumo,  ucsf chimera, computational chemistry, video tutorial.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|-&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
|| '''Narration'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 1 '''&lt;br /&gt;
&lt;br /&gt;
'''Title slide '''&lt;br /&gt;
|| Welcome to the Spoken tutorial on '''Generate Molecular Orbitals of Water'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 2 '''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
&lt;br /&gt;
|| In this tutorial, we will learn to,&lt;br /&gt;
* Open the XYZ file.&lt;br /&gt;
* Add commands to create the input file.&lt;br /&gt;
* Run the input file in ORCA environment to get the ORCA output.&lt;br /&gt;
* View the molecular orbital data in the output file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 3'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirements'''&lt;br /&gt;
|| To record this tutorial, I am using;&lt;br /&gt;
* '''Ubuntu Linux OS '''version 22.04&lt;br /&gt;
* '''ORCA '''version 6.0.1&lt;br /&gt;
* '''Gedit Text Editor''' version 41.0&lt;br /&gt;
&lt;br /&gt;
Windows users may use notepad or any other text editor.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 4'''&lt;br /&gt;
&lt;br /&gt;
'''Pre-requisites'''&lt;br /&gt;
&lt;br /&gt;
|| To follow this tutorial, learners should be familiar with '''ORCA software'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 5'''&lt;br /&gt;
&lt;br /&gt;
'''Code Files'''&lt;br /&gt;
&lt;br /&gt;
The following code file is required to practice this tutorial&lt;br /&gt;
&lt;br /&gt;
1.'''water.xyz'''&lt;br /&gt;
&lt;br /&gt;
2. '''commands.txt'''&lt;br /&gt;
&lt;br /&gt;
These files are provided in the Code Files link of this tutorial page&lt;br /&gt;
&lt;br /&gt;
|| The following code files are required to practice this tutorial.&lt;br /&gt;
&lt;br /&gt;
These files are provided in the Code Files link of this tutorial page.&lt;br /&gt;
|-&lt;br /&gt;
|| Show the downloaded and extracted file to Home directory&lt;br /&gt;
|| Download and extract '''water''' folder from the '''Code files''' link to the '''Home directory'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Right-click on the file &lt;br /&gt;
&lt;br /&gt;
From the context menu select Open With Text Editor.&lt;br /&gt;
|| Let us open the '''water.xyz '''file using a text editor.&lt;br /&gt;
|-&lt;br /&gt;
|| Select and Delete 3 from the first row.&lt;br /&gt;
&lt;br /&gt;
Press Ctrl+ S to save the file.&lt;br /&gt;
|| Delete 3 from the first row and save the file.&lt;br /&gt;
|-&lt;br /&gt;
|| Right-click on the commands.txt file and '''Open With Text Editor'''&lt;br /&gt;
|| Now we will open '''commands.txt''' file using a text editor.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Copy the commands(Ctrl+ C)&lt;br /&gt;
&lt;br /&gt;
Paste in the water.xyz(Ctrl+V)&lt;br /&gt;
&lt;br /&gt;
|| Copy and paste the commands from the file in the first row of the '''water.xyz '''file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Type * at the end of the coordinates.&lt;br /&gt;
|| At the end of the coordinates row type an '''asterisk''' (*)&lt;br /&gt;
&lt;br /&gt;
We will now go through the code.&lt;br /&gt;
|-&lt;br /&gt;
|| '''! B3LYP def2-SVP TightSCF Opt'''&lt;br /&gt;
&lt;br /&gt;
'''Highlight !'''&lt;br /&gt;
&lt;br /&gt;
'''Highlight B3LYP'''&lt;br /&gt;
&lt;br /&gt;
'''! B3LYP def2-SVP '''&lt;br /&gt;
&lt;br /&gt;
'''Highlight def2-SVP'''&lt;br /&gt;
&lt;br /&gt;
'''Highlight TightSCF Opt'''&lt;br /&gt;
|| The command line starts with an exclamation mark.&lt;br /&gt;
&lt;br /&gt;
Here '''B3LYP''' is the''' dft functional'''.&lt;br /&gt;
&lt;br /&gt;
'''def2-SVP '''is the''' basis set'''.&lt;br /&gt;
&lt;br /&gt;
'''TightSCF Opt''' is the command for geometry optimization.&lt;br /&gt;
|-&lt;br /&gt;
|| '''%output'''&lt;br /&gt;
&lt;br /&gt;
'''Print[P_MOs] 1'''&lt;br /&gt;
&lt;br /&gt;
'''end'''&lt;br /&gt;
&lt;br /&gt;
|| This block of code is used to print the molecular orbitals of water.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Point to * xyz 0 1&lt;br /&gt;
&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
Point to the asterisk at the start and end.&lt;br /&gt;
&lt;br /&gt;
|| Here '''xyz '''specifies the coordinates of the molecule.&lt;br /&gt;
&lt;br /&gt;
0 is the charge and 1 is the spin multiplicity.&lt;br /&gt;
&lt;br /&gt;
The coordinates start and end with an '''asterisk''' (*).&lt;br /&gt;
|-&lt;br /&gt;
|| Point to the numbers and xyz coordinates.&lt;br /&gt;
&lt;br /&gt;
Highlight the xyz coordinates. &lt;br /&gt;
&lt;br /&gt;
Point to the entire code.&lt;br /&gt;
|| The numbers in rows are the '''xyz''' coordinates of the atoms in '''Angstrom '''units.&lt;br /&gt;
&lt;br /&gt;
This is the ORCA input file for generating molecular orbitals of water.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the '''3 lines''' icon next '''Save''' button.&lt;br /&gt;
&lt;br /&gt;
In the drop down menu select '''Save As '''option.&lt;br /&gt;
&lt;br /&gt;
Delete '''.xyz '''and '''.inp '''as the extension.&lt;br /&gt;
&lt;br /&gt;
In the '''Save '''dialog box type the file name as '''water.inp'''.&lt;br /&gt;
&lt;br /&gt;
Choose location as '''water folder'''.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Save''' button.&lt;br /&gt;
&lt;br /&gt;
|| Let us now save the file as an input file.&lt;br /&gt;
&lt;br /&gt;
Click on the 3 lines icon next to the '''Save '''button. &lt;br /&gt;
&lt;br /&gt;
In the drop down menu select '''Save As '''option.&lt;br /&gt;
&lt;br /&gt;
In the '''Save''' dialog box type the file name as '''water.inp'''.&lt;br /&gt;
&lt;br /&gt;
Choose the '''water''' folder to save the file.&lt;br /&gt;
&lt;br /&gt;
Click the '''Save''' button.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Open the''' Home''' directory&lt;br /&gt;
&lt;br /&gt;
Open the water folder by double clicking on it.&lt;br /&gt;
|| Let us go to the '''Home''' directory and open the''' water '''folder.&lt;br /&gt;
&lt;br /&gt;
It contains the '''water.inp''' file.&lt;br /&gt;
|-&lt;br /&gt;
|| To open the terminal in water folder,&lt;br /&gt;
&lt;br /&gt;
Right-click and from the context menu &lt;br /&gt;
&lt;br /&gt;
select Open in Terminal.&lt;br /&gt;
|| Let us now open the terminal in '''water '''folder.&lt;br /&gt;
&lt;br /&gt;
Right-click and from the context menu &lt;br /&gt;
&lt;br /&gt;
select '''Open in Terminal'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| type at the prompt''' file water.inp'''&lt;br /&gt;
&lt;br /&gt;
point to the output&lt;br /&gt;
&lt;br /&gt;
'''water.inp: Unicode text, UTF-8 (with BOM) text '''&lt;br /&gt;
|| To check the file format of '''water.inp,''' at the prompt''' '''type''' file water.inp'''&lt;br /&gt;
&lt;br /&gt;
Press''' Enter'''.&lt;br /&gt;
&lt;br /&gt;
'''Terminal '''shows the below output.&lt;br /&gt;
&lt;br /&gt;
If the''' terminal '''shows '''water.inp: ASCII text '''as output, please skip the following steps.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Copy paste the command at the prompt &lt;br /&gt;
&lt;br /&gt;
'''sed -i '1s/^\xEF\xBB\xBF//' water.inp'''&lt;br /&gt;
&lt;br /&gt;
'''Press Ctrl + Shift +V to paste in the terminal'''&lt;br /&gt;
&lt;br /&gt;
Press Enter.&lt;br /&gt;
|| We need to convert the Unicode text to '''ASCII'''&lt;br /&gt;
&lt;br /&gt;
text as '''ORCA '''reads only the '''ASCII''' text file.&lt;br /&gt;
&lt;br /&gt;
Let’s open the '''commands.txt''' file again.&lt;br /&gt;
&lt;br /&gt;
Copy and paste the command from commands.txt file to the terminal.&lt;br /&gt;
&lt;br /&gt;
Press Enter&lt;br /&gt;
|-&lt;br /&gt;
|| Type '''file water.inp'''&lt;br /&gt;
&lt;br /&gt;
Point to the output.&lt;br /&gt;
&lt;br /&gt;
'''water.inp: ASCII text'''&lt;br /&gt;
&lt;br /&gt;
|| To check the file format of '''water.inp''' at the prompt''' '''type '''file water.inp'''&lt;br /&gt;
&lt;br /&gt;
This time terminal shows the below output.&lt;br /&gt;
Now let us run the input file in ORCA.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Type '''orca water.inp &amp;gt; water.out'''&lt;br /&gt;
&lt;br /&gt;
Press Enter&lt;br /&gt;
|| Type '''orca space water.inp space &amp;gt; space water.out'''&lt;br /&gt;
&lt;br /&gt;
Here a greater than('''&amp;gt;''') sign is used to channel the output to the same folder.&lt;br /&gt;
&lt;br /&gt;
Press''' Enter'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to files in the water folder, in the HOME directory&lt;br /&gt;
|| After the calculation is complete the output file '''water.out''' is generated.&lt;br /&gt;
&lt;br /&gt;
The output file is available in the '''water''' folder in the '''HOME''' directory. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Type &lt;br /&gt;
&lt;br /&gt;
'''less water.out'''&lt;br /&gt;
&lt;br /&gt;
The .out file opens on the terminal and then press “/” and write in capital “'''ORBITAL ENERGIES'''” and press “Enter”.&lt;br /&gt;
&lt;br /&gt;
|| At the prompt type '''less space water.out'''.&lt;br /&gt;
&lt;br /&gt;
The '''.out''' file opens on the terminal.&lt;br /&gt;
&lt;br /&gt;
Now let us search for the keyword '''ORBITAL ENERGIES.'''&lt;br /&gt;
&lt;br /&gt;
At the colon prompt on the terminal, &lt;br /&gt;
&lt;br /&gt;
Press back slash (/) and then type in capital letters '''ORBITAL ENERGIES'''.&lt;br /&gt;
&lt;br /&gt;
Press Enter.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| The Orbital energies Table will appear.&lt;br /&gt;
&lt;br /&gt;
point to the table.&lt;br /&gt;
&lt;br /&gt;
|| The orbital energies table is displayed on the terminal. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''highlight the Second column''' which tells about the population and '''the first column''' which tells about the Orbital Number. &lt;br /&gt;
&lt;br /&gt;
point to the second column.&lt;br /&gt;
&lt;br /&gt;
point to orbital 4 and its population.&lt;br /&gt;
&lt;br /&gt;
|| In this table, look at the second column. &lt;br /&gt;
&lt;br /&gt;
It tells us about the population of the orbitals.&lt;br /&gt;
&lt;br /&gt;
Note that for the water molecule the highest occupied orbital number 4 has least energy.&lt;br /&gt;
&lt;br /&gt;
It has the last highest population of 2.0000.&lt;br /&gt;
&lt;br /&gt;
Number 4 orbital is HOMO. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| point to orbital 5 and its population.&lt;br /&gt;
|| Now observe orbital number 5. &lt;br /&gt;
&lt;br /&gt;
It has the first least population and least energy among the unoccupied orbitals.&lt;br /&gt;
&lt;br /&gt;
Number 5 orbital is LUMO.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| point to HOMO and LUMO&lt;br /&gt;
|| We will visualize HOMO and LUMO orbitals using Chimera in the upcoming tutorial.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Only Narration&lt;br /&gt;
|| Please refer to the additional reading material to learn more about the molecular orbitals of water.&lt;br /&gt;
|-&lt;br /&gt;
 &lt;br /&gt;
|| With this we come to the end of this tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 6'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
&lt;br /&gt;
In this tutorial, we have learnt to,&lt;br /&gt;
&lt;br /&gt;
* Open the XYZ file.&lt;br /&gt;
* Add commands to create the input file.&lt;br /&gt;
* Run the input file in '''ORCA''' environment to get the '''ORCA''' Output.&lt;br /&gt;
* View molecular orbital data in the output file.&lt;br /&gt;
&lt;br /&gt;
|| Let us summarize.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 7'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment '''&lt;br /&gt;
&lt;br /&gt;
* Create '''ORCA''' input files for carbon monoxide and ammonia.&lt;br /&gt;
* Run the''' '''input files in '''ORCA''' environment using the terminal to generate the output files.&lt;br /&gt;
* View HOMO and LUMO orbital data in the output files.&lt;br /&gt;
&lt;br /&gt;
|| As an assignment please do the following.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||&lt;br /&gt;
|| Thank you for joining.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/ORCA---Computational-Chemistry/C2/Generate--Molecular-Orbitals-of-Water/English</id>
		<title>ORCA---Computational-Chemistry/C2/Generate--Molecular-Orbitals-of-Water/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/ORCA---Computational-Chemistry/C2/Generate--Molecular-Orbitals-of-Water/English"/>
				<updated>2025-07-23T10:54:43Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: Created page with &amp;quot; '''Title of the script''': Generate Molecular Orbitals of Water using ORCA 6.0.1   '''Author: '''Madhuri Ganapathi, Raj Singh, Snehalatha Kaliappan  '''Keywords:''' Gedit tex...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
'''Title of the script''': Generate Molecular Orbitals of Water using ORCA 6.0.1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Author: '''Madhuri Ganapathi, Raj Singh, Snehalatha Kaliappan&lt;br /&gt;
&lt;br /&gt;
'''Keywords:''' Gedit text editor, auto optimization, Molecular orbitals, HOMO, LUMO, video tutorial.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|-&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
|| '''Narration'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 1 '''&lt;br /&gt;
&lt;br /&gt;
'''Title slide '''&lt;br /&gt;
|| Welcome to the Spoken tutorial on '''Generate Molecular Orbitals of Water'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 2 '''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
&lt;br /&gt;
|| In this tutorial, we will learn to,&lt;br /&gt;
* Open the XYZ file.&lt;br /&gt;
* Add commands to create the input file.&lt;br /&gt;
* Run the input file in ORCA environment to get the ORCA output.&lt;br /&gt;
* View the molecular orbital data in the output file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 3'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirements'''&lt;br /&gt;
|| To record this tutorial, I am using;&lt;br /&gt;
* '''Ubuntu Linux OS '''version 22.04&lt;br /&gt;
* '''ORCA '''version 6.0.1&lt;br /&gt;
* '''Gedit Text Editor''' version 41.0&lt;br /&gt;
&lt;br /&gt;
Windows users may use notepad or any other text editor.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 4'''&lt;br /&gt;
&lt;br /&gt;
'''Pre-requisites'''&lt;br /&gt;
&lt;br /&gt;
|| To follow this tutorial, learners should be familiar with '''ORCA software'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 5'''&lt;br /&gt;
&lt;br /&gt;
'''Code Files'''&lt;br /&gt;
&lt;br /&gt;
The following code file is required to practice this tutorial&lt;br /&gt;
&lt;br /&gt;
1.'''water.xyz'''&lt;br /&gt;
&lt;br /&gt;
2. '''commands.txt'''&lt;br /&gt;
&lt;br /&gt;
These files are provided in the Code Files link of this tutorial page&lt;br /&gt;
&lt;br /&gt;
|| The following code files are required to practice this tutorial.&lt;br /&gt;
&lt;br /&gt;
These files are provided in the Code Files link of this tutorial page.&lt;br /&gt;
|-&lt;br /&gt;
|| Show the downloaded and extracted file to Home directory&lt;br /&gt;
|| Download and extract '''water''' folder from the '''Code files''' link to the '''Home directory'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Right-click on the file &lt;br /&gt;
&lt;br /&gt;
From the context menu select Open With Text Editor.&lt;br /&gt;
|| Let us open the '''water.xyz '''file using a text editor.&lt;br /&gt;
|-&lt;br /&gt;
|| Select and Delete 3 from the first row.&lt;br /&gt;
&lt;br /&gt;
Press Ctrl+ S to save the file.&lt;br /&gt;
|| Delete 3 from the first row and save the file.&lt;br /&gt;
|-&lt;br /&gt;
|| Right-click on the commands.txt file and '''Open With Text Editor'''&lt;br /&gt;
|| Now we will open '''commands.txt''' file using a text editor.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Copy the commands(Ctrl+ C)&lt;br /&gt;
&lt;br /&gt;
Paste in the water.xyz(Ctrl+V)&lt;br /&gt;
&lt;br /&gt;
|| Copy and paste the commands from the file in the first row of the '''water.xyz '''file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Type * at the end of the coordinates.&lt;br /&gt;
|| At the end of the coordinates row type an '''asterisk''' (*)&lt;br /&gt;
&lt;br /&gt;
We will now go through the code.&lt;br /&gt;
|-&lt;br /&gt;
|| '''! B3LYP def2-SVP TightSCF Opt'''&lt;br /&gt;
&lt;br /&gt;
'''Highlight !'''&lt;br /&gt;
&lt;br /&gt;
'''Highlight B3LYP'''&lt;br /&gt;
&lt;br /&gt;
'''! B3LYP def2-SVP '''&lt;br /&gt;
&lt;br /&gt;
'''Highlight def2-SVP'''&lt;br /&gt;
&lt;br /&gt;
'''Highlight TightSCF Opt'''&lt;br /&gt;
|| The command line starts with an exclamation mark.&lt;br /&gt;
&lt;br /&gt;
Here '''B3LYP''' is the''' dft functional'''.&lt;br /&gt;
&lt;br /&gt;
'''def2-SVP '''is the''' basis set'''.&lt;br /&gt;
&lt;br /&gt;
'''TightSCF Opt''' is the command for geometry optimization.&lt;br /&gt;
|-&lt;br /&gt;
|| '''%output'''&lt;br /&gt;
&lt;br /&gt;
'''Print[P_MOs] 1'''&lt;br /&gt;
&lt;br /&gt;
'''end'''&lt;br /&gt;
&lt;br /&gt;
|| This block of code is used to print the molecular orbitals of water.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Point to * xyz 0 1&lt;br /&gt;
&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
Point to the asterisk at the start and end.&lt;br /&gt;
&lt;br /&gt;
|| Here '''xyz '''specifies the coordinates of the molecule.&lt;br /&gt;
&lt;br /&gt;
0 is the charge and 1 is the spin multiplicity.&lt;br /&gt;
&lt;br /&gt;
The coordinates start and end with an '''asterisk''' (*).&lt;br /&gt;
|-&lt;br /&gt;
|| Point to the numbers and xyz coordinates.&lt;br /&gt;
&lt;br /&gt;
Highlight the xyz coordinates. &lt;br /&gt;
&lt;br /&gt;
Point to the entire code.&lt;br /&gt;
|| The numbers in rows are the '''xyz''' coordinates of the atoms in '''Angstrom '''units.&lt;br /&gt;
&lt;br /&gt;
This is the ORCA input file for generating molecular orbitals of water.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the '''3 lines''' icon next '''Save''' button.&lt;br /&gt;
&lt;br /&gt;
In the drop down menu select '''Save As '''option.&lt;br /&gt;
&lt;br /&gt;
Delete '''.xyz '''and '''.inp '''as the extension.&lt;br /&gt;
&lt;br /&gt;
In the '''Save '''dialog box type the file name as '''water.inp'''.&lt;br /&gt;
&lt;br /&gt;
Choose location as '''water folder'''.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Save''' button.&lt;br /&gt;
&lt;br /&gt;
|| Let us now save the file as an input file.&lt;br /&gt;
&lt;br /&gt;
Click on the 3 lines icon next to the '''Save '''button. &lt;br /&gt;
&lt;br /&gt;
In the drop down menu select '''Save As '''option.&lt;br /&gt;
&lt;br /&gt;
In the '''Save''' dialog box type the file name as '''water.inp'''.&lt;br /&gt;
&lt;br /&gt;
Choose the '''water''' folder to save the file.&lt;br /&gt;
&lt;br /&gt;
Click the '''Save''' button.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Open the''' Home''' directory&lt;br /&gt;
&lt;br /&gt;
Open the water folder by double clicking on it.&lt;br /&gt;
|| Let us go to the '''Home''' directory and open the''' water '''folder.&lt;br /&gt;
&lt;br /&gt;
It contains the '''water.inp''' file.&lt;br /&gt;
|-&lt;br /&gt;
|| To open the terminal in water folder,&lt;br /&gt;
&lt;br /&gt;
Right-click and from the context menu &lt;br /&gt;
&lt;br /&gt;
select Open in Terminal.&lt;br /&gt;
|| Let us now open the terminal in '''water '''folder.&lt;br /&gt;
&lt;br /&gt;
Right-click and from the context menu &lt;br /&gt;
&lt;br /&gt;
select '''Open in Terminal'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| type at the prompt''' file water.inp'''&lt;br /&gt;
&lt;br /&gt;
point to the output&lt;br /&gt;
&lt;br /&gt;
'''water.inp: Unicode text, UTF-8 (with BOM) text '''&lt;br /&gt;
|| To check the file format of '''water.inp,''' at the prompt''' '''type''' file water.inp'''&lt;br /&gt;
&lt;br /&gt;
Press''' Enter'''.&lt;br /&gt;
&lt;br /&gt;
'''Terminal '''shows the below output.&lt;br /&gt;
&lt;br /&gt;
If the''' terminal '''shows '''water.inp: ASCII text '''as output, please skip the following steps.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Copy paste the command at the prompt &lt;br /&gt;
&lt;br /&gt;
'''sed -i '1s/^\xEF\xBB\xBF//' water.inp'''&lt;br /&gt;
&lt;br /&gt;
'''Press Ctrl + Shift +V to paste in the terminal'''&lt;br /&gt;
&lt;br /&gt;
Press Enter.&lt;br /&gt;
|| We need to convert the Unicode text to '''ASCII'''&lt;br /&gt;
&lt;br /&gt;
text as '''ORCA '''reads only the '''ASCII''' text file.&lt;br /&gt;
&lt;br /&gt;
Let’s open the '''commands.txt''' file again.&lt;br /&gt;
&lt;br /&gt;
Copy and paste the command from commands.txt file to the terminal.&lt;br /&gt;
&lt;br /&gt;
Press Enter&lt;br /&gt;
|-&lt;br /&gt;
|| Type '''file water.inp'''&lt;br /&gt;
&lt;br /&gt;
Point to the output.&lt;br /&gt;
&lt;br /&gt;
'''water.inp: ASCII text'''&lt;br /&gt;
&lt;br /&gt;
|| To check the file format of '''water.inp''' at the prompt''' '''type '''file water.inp'''&lt;br /&gt;
&lt;br /&gt;
This time terminal shows the below output.&lt;br /&gt;
|-&lt;br /&gt;
|| Now let us run the input file in ORCA.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Type '''orca water.inp &amp;gt; water.out'''&lt;br /&gt;
&lt;br /&gt;
Press Enter&lt;br /&gt;
|| Type '''orca space water.inp space &amp;gt; space water.out'''&lt;br /&gt;
&lt;br /&gt;
Here a greater''' '''than('''&amp;gt;''') sign is used to channel the output to the same folder.&lt;br /&gt;
&lt;br /&gt;
Press''' Enter'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to files in the water folder, in the HOME directory&lt;br /&gt;
|| After the calculation is complete the output file '''water.out''' is generated.&lt;br /&gt;
&lt;br /&gt;
The output file is available in the '''water''' folder in the '''HOME''' directory. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Type &lt;br /&gt;
&lt;br /&gt;
'''less water.out'''&lt;br /&gt;
&lt;br /&gt;
The .out file opens on the terminal and then press “/” and write in capital “'''ORBITAL ENERGIES'''” and press “Enter”.&lt;br /&gt;
&lt;br /&gt;
|| At the prompt type '''less space water.out'''.&lt;br /&gt;
&lt;br /&gt;
The '''.out''' file opens on the terminal.&lt;br /&gt;
&lt;br /&gt;
Now let us search for the keyword '''ORBITAL ENERGIES.'''&lt;br /&gt;
&lt;br /&gt;
At the colon prompt on the terminal, &lt;br /&gt;
&lt;br /&gt;
Press back slash (/) and then type in capital letters '''ORBITAL ENERGIES'''.&lt;br /&gt;
&lt;br /&gt;
Press Enter.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| The Orbital energies Table will appear.&lt;br /&gt;
&lt;br /&gt;
point to the table.&lt;br /&gt;
&lt;br /&gt;
|| The orbital energies table is displayed on the terminal. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''highlight the Second column''' which tells about the population and '''the first column''' which tells about the Orbital Number. &lt;br /&gt;
&lt;br /&gt;
point to the second column.&lt;br /&gt;
&lt;br /&gt;
point to orbital 4 and its population.&lt;br /&gt;
&lt;br /&gt;
|| In this table, look at the second column. &lt;br /&gt;
&lt;br /&gt;
It tells us about the population of the orbitals.&lt;br /&gt;
&lt;br /&gt;
Note that for the water molecule the highest occupied orbital number 4 has least energy.&lt;br /&gt;
&lt;br /&gt;
It has the last highest population of 2.0000.&lt;br /&gt;
&lt;br /&gt;
Number 4 orbital is HOMO. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| point to orbital 5 and its population.&lt;br /&gt;
&lt;br /&gt;
|| Now observe orbital number 5. &lt;br /&gt;
&lt;br /&gt;
It has the first least population and least energy among the unoccupied orbitals.&lt;br /&gt;
&lt;br /&gt;
Number 5 orbital is LUMO.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| point to HOMO and LUMO&lt;br /&gt;
|| We will visualize HOMO and LUMO orbitals using Chimera in the upcoming tutorial.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Only Narration&lt;br /&gt;
|| Please refer to the additional reading material to learn more about the molecular orbitals of water.&lt;br /&gt;
|-&lt;br /&gt;
 &lt;br /&gt;
|| With this we come to the end of this tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 6'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
&lt;br /&gt;
In this tutorial, we have learnt to,&lt;br /&gt;
&lt;br /&gt;
* Open the XYZ file.&lt;br /&gt;
* Add commands to create the input file.&lt;br /&gt;
* Run the input file in '''ORCA''' environment to get the '''ORCA''' Output.&lt;br /&gt;
* View molecular orbital data in the output file.&lt;br /&gt;
&lt;br /&gt;
|| Let us summarize.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 7'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment '''&lt;br /&gt;
&lt;br /&gt;
* Create '''ORCA''' input files for carbon monoxide and ammonia.&lt;br /&gt;
* Run the''' '''input files in '''ORCA''' environment using the terminal to generate the output files.&lt;br /&gt;
* View HOMO and LUMO orbital data in the output files.&lt;br /&gt;
&lt;br /&gt;
|| As an assignment please do the following.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||&lt;br /&gt;
|| Thank you for joining.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/LAMMPS-Molecular-Dynamics-Simulator/C2/Visualizing-the-LAMMPS-Output-using-OVITO/English</id>
		<title>LAMMPS-Molecular-Dynamics-Simulator/C2/Visualizing-the-LAMMPS-Output-using-OVITO/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/LAMMPS-Molecular-Dynamics-Simulator/C2/Visualizing-the-LAMMPS-Output-using-OVITO/English"/>
				<updated>2025-07-14T11:56:40Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
'''Title of script''': Visualizing the LAMMPS Output using OVITO&lt;br /&gt;
&lt;br /&gt;
'''Author: '''Dr.Snehalatha Kaliappan, Prasad Baddi&lt;br /&gt;
&lt;br /&gt;
'''Keywords''': LAMMPS, Simulation, installation of OVITO, download OVIT, visualize lammps output , video tutorial&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|-&lt;br /&gt;
|| Visual Cue&lt;br /&gt;
|| Narration&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 1'''&lt;br /&gt;
&lt;br /&gt;
'''Title Slide'''&lt;br /&gt;
|| Welcome to this tutorial on '''Visualizing the LAMMPS Output using OVITO'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 2'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| In this tutorial, we will learn to,&lt;br /&gt;
&lt;br /&gt;
Download and install '''OVITO''' open visualization tool.&lt;br /&gt;
&lt;br /&gt;
Visualize the LAMMPS output file in '''OVITO'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 3'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirement'''&lt;br /&gt;
|| To record this tutorial, I am using,&lt;br /&gt;
&lt;br /&gt;
'''Ubuntu Linux '''OS version 22.04&lt;br /&gt;
&lt;br /&gt;
'''OVITO basic''' version 3.12.4 &lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide number 4'''&lt;br /&gt;
&lt;br /&gt;
'''Code file'''&lt;br /&gt;
|| The following input file is required to practice this tutorial:&lt;br /&gt;
&lt;br /&gt;
'''LJoutput1.atom'''&lt;br /&gt;
&lt;br /&gt;
This file is provided in the '''Code files''' link of this tutorial page.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide number 5'''&lt;br /&gt;
&lt;br /&gt;
About OVITO&lt;br /&gt;
&lt;br /&gt;
https://www.ovito.org/&lt;br /&gt;
|| '''OVITO''' - Open Visualization Tool.&lt;br /&gt;
&lt;br /&gt;
It is used for Scientific data visualization and analysis solution for particle-based simulations.&lt;br /&gt;
&lt;br /&gt;
'''OVITO Basic''' is available free of charge under an open source license.&lt;br /&gt;
|-&lt;br /&gt;
|| Type ovito.org and press enter.&lt;br /&gt;
|| Open any web browser and type ovito.org and press Enter.&lt;br /&gt;
|-&lt;br /&gt;
|| click on the Download button at the center of the page.&lt;br /&gt;
|| The web page opens.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Download''' button at the center of the page.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the various buttons.&lt;br /&gt;
&lt;br /&gt;
click on Linux button.&lt;br /&gt;
|| You will see buttons for downloading installer files for various OS.&lt;br /&gt;
&lt;br /&gt;
User can choose the appropriate button depending on the OS being used.&lt;br /&gt;
&lt;br /&gt;
I will click on '''Linux''' button. &lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the options.&lt;br /&gt;
&lt;br /&gt;
Click on OVITO basic button.&lt;br /&gt;
|| You will see two options, '''OVITO Basic''' and '''OVITOPro'''.&lt;br /&gt;
&lt;br /&gt;
Click on''' OVITO basic''' button. &lt;br /&gt;
&lt;br /&gt;
The installer files download to you '''Downloads''' directory.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the '''Installation Instruction''' link.&lt;br /&gt;
&lt;br /&gt;
Cursor on the &lt;br /&gt;
|| Click on the '''Installations Instruction''' link given in the middle of the page.&lt;br /&gt;
&lt;br /&gt;
'''Installation''' page opens with detailed information on how to install OVITO on various OS.&lt;br /&gt;
|-&lt;br /&gt;
|| Open the '''Downloads''' folder and locate the compressed &amp;amp;nbsp;&amp;lt;u&amp;gt;'''ovito-basic-3.12.4-x86_64.tar.xz'''&amp;lt;/u&amp;gt;tar.xz file&lt;br /&gt;
&lt;br /&gt;
Right-click on the file and choose '''Extract Here''' option.&lt;br /&gt;
|| Open the '''Downloads''' folder and locate the compressed '''tar.xz''' file. &lt;br /&gt;
&lt;br /&gt;
Right-click on the file and choose '''Extract Here''' option.&lt;br /&gt;
|-&lt;br /&gt;
|| Double-click on the extracted folder.&lt;br /&gt;
&lt;br /&gt;
Double-click on the '''bin '''folder.&lt;br /&gt;
|| Double-click on the extracted folder to open it.&lt;br /&gt;
&lt;br /&gt;
Double-click on the '''bin '''folder. &lt;br /&gt;
&lt;br /&gt;
The folder opens.&lt;br /&gt;
|-&lt;br /&gt;
|| Double-click on '''ovito.'''&lt;br /&gt;
|| Double-click on '''ovito.'''&lt;br /&gt;
&lt;br /&gt;
'''OVITO''' interface opens.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''File''' menu, from the sub-menu click on '''Load File''' option.&lt;br /&gt;
|| Click on '''File''' menu, from the sub-menu click on the '''Load File''' option. &lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''Load File''' pop up box.&lt;br /&gt;
|| '''Load File''' pop up box opens.&lt;br /&gt;
&lt;br /&gt;
Navigate to the location of the lammps output file for LJ bulk liquid simulation.&lt;br /&gt;
|-&lt;br /&gt;
|| Select the LJoutput1.atom from the list and click on open button at the bottom-right corner.&lt;br /&gt;
|| Select the '''LJoutput1.atom''' from the list and click on''' open '''button at the bottom-right corner.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| The simulation of the '''Lennard Jones bulk liqiud''' opens.&lt;br /&gt;
&lt;br /&gt;
The views from various viewing angles is seen on the panel.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the image with the mouse and rotate,&lt;br /&gt;
|| Use the mouse to rotate the images on the panel.&lt;br /&gt;
|-&lt;br /&gt;
|| On the right-side panel click on the '''Particle Types'''&lt;br /&gt;
|| On the right-side panel click on the '''Particle Types '''under''' Data Source.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Particle Types panel opens on the right panel.&lt;br /&gt;
&lt;br /&gt;
In the Appearance section, input the '''Display radius''' as 0.5 &lt;br /&gt;
|| Particle Types panel opens on the right panel.&lt;br /&gt;
&lt;br /&gt;
In the '''Appearance''' section, input the '''Display radius''' as 0.5.&lt;br /&gt;
&lt;br /&gt;
This will allow proper rendering of the particles.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| We will learn to use more features of '''OVITO''' in the upcoming tutorials.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| This brings us to the end of this tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 6'''&lt;br /&gt;
&lt;br /&gt;
Summary &lt;br /&gt;
|| Let's summarize.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 7'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment'''&lt;br /&gt;
|| As an assignment please do the following:&lt;br /&gt;
&lt;br /&gt;
Explore the various various options to change the appearance of the particles.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 8'''&lt;br /&gt;
|| Thank you &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/LAMMPS-Molecular-Dynamics-Simulator/C2/Visualizing-the-LAMMPS-Output-using-OVITO/English</id>
		<title>LAMMPS-Molecular-Dynamics-Simulator/C2/Visualizing-the-LAMMPS-Output-using-OVITO/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/LAMMPS-Molecular-Dynamics-Simulator/C2/Visualizing-the-LAMMPS-Output-using-OVITO/English"/>
				<updated>2025-07-14T11:55:20Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
'''Title of script''': Visualizing the LAMMPS Output using OVITO&lt;br /&gt;
&lt;br /&gt;
'''Author: '''Dr.Snehalatha Kaliappan, Prasad Baddi&lt;br /&gt;
&lt;br /&gt;
'''Keywords''': LAMMPS, Simulation, installation of OVITO, download OVIT, visualize lammps output , video tutorial&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|-&lt;br /&gt;
|| Visual Cue&lt;br /&gt;
|| Narration&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 1'''&lt;br /&gt;
&lt;br /&gt;
'''Title Slide'''&lt;br /&gt;
|| Welcome to this tutorial on '''Visualizing the LAMMPS Output using OVITO'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 2'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| In this tutorial, we will learn to,&lt;br /&gt;
&lt;br /&gt;
Download and install '''OVITO''' open visualization tool.&lt;br /&gt;
&lt;br /&gt;
Visualize the LAMMPS output file in '''OVITO'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 3'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirement'''&lt;br /&gt;
|| To record this tutorial, I am using,&lt;br /&gt;
&lt;br /&gt;
'''Ubuntu Linux '''OS version 22.04&lt;br /&gt;
&lt;br /&gt;
'''OVITO basic''' version 3.12.4 &lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide number 4'''&lt;br /&gt;
&lt;br /&gt;
'''Code file'''&lt;br /&gt;
|| The following input file is required to practice this tutorial:&lt;br /&gt;
&lt;br /&gt;
'''LJoutput1.atom'''&lt;br /&gt;
&lt;br /&gt;
This file is provided in the '''Code files''' link of this tutorial page.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide number 5'''&lt;br /&gt;
&lt;br /&gt;
About OVITO&lt;br /&gt;
&lt;br /&gt;
https://www.ovito.org/&lt;br /&gt;
|| '''OVITO''' - Open Visualization Tool.&lt;br /&gt;
&lt;br /&gt;
It is used for Scientific data visualization and analysis solution for particle-based simulations.&lt;br /&gt;
&lt;br /&gt;
'''OVITO Basic''' is available free of charge under an open source license.&lt;br /&gt;
|-&lt;br /&gt;
|| Type ovito.org and press enter.&lt;br /&gt;
|| Open any web browser and type ovito.org and press Enter.&lt;br /&gt;
|-&lt;br /&gt;
|| click on the Download button at the center of the page.&lt;br /&gt;
|| The web page opens.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Download''' button at the center of the page.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the various buttons.&lt;br /&gt;
&lt;br /&gt;
click on Linux button.&lt;br /&gt;
|| You will see buttons for downloading installer files for various OS.&lt;br /&gt;
&lt;br /&gt;
User can choose the appropriate button depending on the OS being used.&lt;br /&gt;
&lt;br /&gt;
I will click on '''Linux''' button. &lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the options.&lt;br /&gt;
&lt;br /&gt;
Click on OVITO basic button.&lt;br /&gt;
|| You will see two options, '''OVITO Basic''' and '''OVITOPro'''.&lt;br /&gt;
&lt;br /&gt;
Click on''' OVITO basic''' button. &lt;br /&gt;
&lt;br /&gt;
The installer files download to you '''Downloads''' directory.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the '''Installation Instruction''' link.&lt;br /&gt;
&lt;br /&gt;
Cursor on the &lt;br /&gt;
|| Click on the '''Installations Instruction''' link given in the middle of the page.&lt;br /&gt;
&lt;br /&gt;
'''Installation''' page opens with detailed information on how to install OVITO on various OS.&lt;br /&gt;
|-&lt;br /&gt;
|| Open the '''Downloads''' folder and locate the compressed &amp;amp;nbsp;&amp;lt;u&amp;gt;'''ovito-basic-3.12.4-x86_64.tar.xz'''&amp;lt;/u&amp;gt;tar.xz file&lt;br /&gt;
&lt;br /&gt;
Right-click on the file and choose '''Extract Here''' option.&lt;br /&gt;
|| Open the '''Downloads''' folder and locate the compressed '''tar.xz''' file. &lt;br /&gt;
&lt;br /&gt;
Right-click on the file and choose '''Extract Here''' option.&lt;br /&gt;
|-&lt;br /&gt;
|| Double-click on the extracted folder.&lt;br /&gt;
&lt;br /&gt;
Double-click on the '''bin '''folder.&lt;br /&gt;
|| Double-click on the extracted folder to open it.&lt;br /&gt;
&lt;br /&gt;
Double-click on the '''bin '''folder. &lt;br /&gt;
&lt;br /&gt;
The folder opens.&lt;br /&gt;
|-&lt;br /&gt;
|| Double-click on '''ovito.'''&lt;br /&gt;
|| Double-click on '''ovito.'''&lt;br /&gt;
&lt;br /&gt;
'''OVITO''' interface opens.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''File''' menu, from the sub-menu click on '''Load File''' option.&lt;br /&gt;
|| Click on '''File''' menu, from the sub-menu click on the '''Load File''' option. &lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''Load File''' pop up box.&lt;br /&gt;
|| '''Load File''' pop up box opens.&lt;br /&gt;
&lt;br /&gt;
Navigate to the location of the lammps out put file for LJ bulk liquid simulation.&lt;br /&gt;
|-&lt;br /&gt;
|| Select the LJoutput1.atom from the list and click on open button at the bottom-right corner.&lt;br /&gt;
|| Select the '''LJoutput1.atom''' from the list and click on''' open '''button at the bottom-right corner.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| The simulation of the L'''ennard Jones bulk liqiud''' opens.&lt;br /&gt;
&lt;br /&gt;
The views from various viewing angles is seen on the panel.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the image with the mouse and rotate,&lt;br /&gt;
|| Use the mouse to rotate the images on the panel.&lt;br /&gt;
|-&lt;br /&gt;
|| On the right-side panel click on the '''Particle Types'''&lt;br /&gt;
|| On the right-side panel click on the '''Particle Types '''under''' Data Source.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Particle Types panel opens on the right panel.&lt;br /&gt;
&lt;br /&gt;
In the Appearance section, input the '''Display radius''' as 0.5 &lt;br /&gt;
|| Particle Types panel opens on the right panel.&lt;br /&gt;
&lt;br /&gt;
In the '''Appearance''' section, input the '''Display radius''' as 0.5.&lt;br /&gt;
&lt;br /&gt;
This will allow proper rendering of the particles.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| We will learn to use more features of '''OVITO''' in the upcoming tutorials.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| This brings us to the end of this tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 6'''&lt;br /&gt;
&lt;br /&gt;
Summary &lt;br /&gt;
|| Let's summarize.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 7'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment'''&lt;br /&gt;
|| As an assignment please do the following:&lt;br /&gt;
&lt;br /&gt;
Explore the various various options to change the appearance of the particles.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 8'''&lt;br /&gt;
|| Thank you &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/LAMMPS-Molecular-Dynamics-Simulator/C2/Visualizing-the-LAMMPS-Output-using-OVITO/English</id>
		<title>LAMMPS-Molecular-Dynamics-Simulator/C2/Visualizing-the-LAMMPS-Output-using-OVITO/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/LAMMPS-Molecular-Dynamics-Simulator/C2/Visualizing-the-LAMMPS-Output-using-OVITO/English"/>
				<updated>2025-07-14T11:54:27Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
'''Title of script''': Visualizing the LAMMPS Output using OVITO&lt;br /&gt;
&lt;br /&gt;
'''Author: '''Dr.Snehalatha Kaliappan, Prasad Baddi&lt;br /&gt;
&lt;br /&gt;
'''Keywords''': LAMMPS, Simulation, installation of OVITO, download OVIT, visualize lammps output , video tutorial&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|-&lt;br /&gt;
|| Visual Cue&lt;br /&gt;
|| Narration&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 1'''&lt;br /&gt;
&lt;br /&gt;
'''Title Slide'''&lt;br /&gt;
|| Welcome to this tutorial on '''Visualizing the LAMMPS Output using OVITO'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 2'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| In this tutorial, we will learn to,&lt;br /&gt;
&lt;br /&gt;
Download and install '''OVITO''' open visualization tool.&lt;br /&gt;
&lt;br /&gt;
Visualize the LAMMPS output file in '''OVITO'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 3'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirement'''&lt;br /&gt;
|| To record this tutorial, I am using,&lt;br /&gt;
&lt;br /&gt;
'''Ubuntu Linux '''OS version 22.04&lt;br /&gt;
&lt;br /&gt;
'''OVITO basic''' version 3.12.4 &lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide number 4'''&lt;br /&gt;
&lt;br /&gt;
'''Code file'''&lt;br /&gt;
|| The following input file is required to practice this tutorial:&lt;br /&gt;
&lt;br /&gt;
'''LJoutput1.atom'''&lt;br /&gt;
&lt;br /&gt;
This file is provided in the '''Code files''' link of this tutorial page.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide number 5'''&lt;br /&gt;
&lt;br /&gt;
About OVITO&lt;br /&gt;
&lt;br /&gt;
https://www.ovito.org/&lt;br /&gt;
|| '''OVITO''' - Open Visualization Tool.&lt;br /&gt;
&lt;br /&gt;
It is used for Scientific data visualization and analysis solution for particle-based simulations.&lt;br /&gt;
&lt;br /&gt;
'''OVITO Basic''' is available free of charge under an open source license.&lt;br /&gt;
|-&lt;br /&gt;
|| Type ovito.org and press enter.&lt;br /&gt;
|| Open any web browser and type ovito.org and press Enter.&lt;br /&gt;
|-&lt;br /&gt;
|| click on the Download button at the center of the page.&lt;br /&gt;
|| The web page opens.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Download''' button at the center of the page.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the various buttons.&lt;br /&gt;
&lt;br /&gt;
click on Linux button.&lt;br /&gt;
|| You will see buttons for downloading installer files for various OS.&lt;br /&gt;
&lt;br /&gt;
User can choose the appropriate button depending on the OS being used.&lt;br /&gt;
&lt;br /&gt;
I will click on '''Linux''' button. &lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the options.&lt;br /&gt;
&lt;br /&gt;
Click on OVITO basic button.&lt;br /&gt;
|| You will see two options, '''OVITO Basic''' and '''OVITOPro'''.&lt;br /&gt;
&lt;br /&gt;
Click on''' OVITO basic''' button. &lt;br /&gt;
&lt;br /&gt;
The installer files download to you '''Downloads''' directory.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the '''Installations Instruction''' link.&lt;br /&gt;
&lt;br /&gt;
Cursor on the &lt;br /&gt;
|| Click on the '''Installations Instruction''' link given in the middle of the page.&lt;br /&gt;
&lt;br /&gt;
'''Installation''' page opens with detailed information on how to install OVITO on various OS.&lt;br /&gt;
|-&lt;br /&gt;
|| Open the '''Downloads''' folder and locate the compressed &amp;amp;nbsp;&amp;lt;u&amp;gt;'''ovito-basic-3.12.4-x86_64.tar.xz'''&amp;lt;/u&amp;gt;tar.xz file&lt;br /&gt;
&lt;br /&gt;
Right-click on the file and choose '''Extract Here''' option.&lt;br /&gt;
|| Open the '''Downloads''' folder and locate the compressed '''tar.xz''' file. &lt;br /&gt;
&lt;br /&gt;
Right-click on the file and choose '''Extract Here''' option.&lt;br /&gt;
|-&lt;br /&gt;
|| Double-click on the extracted folder.&lt;br /&gt;
&lt;br /&gt;
Double-click on the '''bin '''folder.&lt;br /&gt;
|| Double-click on the extracted folder to open it.&lt;br /&gt;
&lt;br /&gt;
Double-click on the '''bin '''folder. &lt;br /&gt;
&lt;br /&gt;
The folder opens.&lt;br /&gt;
|-&lt;br /&gt;
|| Double-click on '''ovito.'''&lt;br /&gt;
|| Double-click on '''ovito.'''&lt;br /&gt;
&lt;br /&gt;
'''OVITO''' interface opens.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''File''' menu, from the sub-menu click on '''Load File''' option.&lt;br /&gt;
|| Click on '''File''' menu, from the sub-menu click on the '''Load File''' option. &lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''Load File''' pop up box.&lt;br /&gt;
|| '''Load File''' pop up box opens.&lt;br /&gt;
&lt;br /&gt;
Navigate to the location of the lammps out put file for LJ bulk liquid simulation.&lt;br /&gt;
|-&lt;br /&gt;
|| Select the LJoutput1.atom from the list and click on open button at the bottom-right corner.&lt;br /&gt;
|| Select the '''LJoutput1.atom''' from the list and click on''' open '''button at the bottom-right corner.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| The simulation of the L'''ennard Jones bulk liqiud''' opens.&lt;br /&gt;
&lt;br /&gt;
The views from various viewing angles is seen on the panel.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the image with the mouse and rotate,&lt;br /&gt;
|| Use the mouse to rotate the images on the panel.&lt;br /&gt;
|-&lt;br /&gt;
|| On the right-side panel click on the '''Particle Types'''&lt;br /&gt;
|| On the right-side panel click on the '''Particle Types '''under''' Data Source.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Particle Types panel opens on the right panel.&lt;br /&gt;
&lt;br /&gt;
In the Appearance section, input the '''Display radius''' as 0.5 &lt;br /&gt;
|| Particle Types panel opens on the right panel.&lt;br /&gt;
&lt;br /&gt;
In the '''Appearance''' section, input the '''Display radius''' as 0.5.&lt;br /&gt;
&lt;br /&gt;
This will allow proper rendering of the particles.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| We will learn to use more features of '''OVITO''' in the upcoming tutorials.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| This brings us to the end of this tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 6'''&lt;br /&gt;
&lt;br /&gt;
Summary &lt;br /&gt;
|| Let's summarize.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 7'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment'''&lt;br /&gt;
|| As an assignment please do the following:&lt;br /&gt;
&lt;br /&gt;
Explore the various various options to change the appearance of the particles.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 8'''&lt;br /&gt;
|| Thank you &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/LAMMPS-Molecular-Dynamics-Simulator/C2/Visualizing-the-LAMMPS-Output-using-OVITO/English</id>
		<title>LAMMPS-Molecular-Dynamics-Simulator/C2/Visualizing-the-LAMMPS-Output-using-OVITO/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/LAMMPS-Molecular-Dynamics-Simulator/C2/Visualizing-the-LAMMPS-Output-using-OVITO/English"/>
				<updated>2025-07-11T08:26:31Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
'''Title of script''': Visualizing the LAMMPS Output using OVITO&lt;br /&gt;
&lt;br /&gt;
'''Author: '''Dr.Snehalatha Kaliappan, Prasad Baddi&lt;br /&gt;
&lt;br /&gt;
'''Keywords''': LAMMPS, Simulation, installation of OVITO, download OVIT, visualize lammps output , video tutorial&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|-&lt;br /&gt;
|| Visual Cue&lt;br /&gt;
|| Narration&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 1'''&lt;br /&gt;
&lt;br /&gt;
'''Title Slide'''&lt;br /&gt;
|| Welcome to this tutorial on '''Visualizing the LAMMPS Output using OVITO'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 2'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| In this tutorial, we will learn to,&lt;br /&gt;
&lt;br /&gt;
Download and install '''OVITO''' open visualization tool&lt;br /&gt;
&lt;br /&gt;
Visualize the LAMMPS output file in '''OVITO'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 3'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirement'''&lt;br /&gt;
|| To record this tutorial, I am using,&lt;br /&gt;
&lt;br /&gt;
'''Ubuntu Linux '''OS version 22.04&lt;br /&gt;
&lt;br /&gt;
'''OVITO basic''' version 3.12.4 &lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide number 4'''&lt;br /&gt;
&lt;br /&gt;
'''Code file'''&lt;br /&gt;
|| The following input file is required to practice this tutorial:&lt;br /&gt;
&lt;br /&gt;
'''LJoutput1.atom'''&lt;br /&gt;
&lt;br /&gt;
This file is provided in the Code files link of this tutorial page.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide number 5'''&lt;br /&gt;
&lt;br /&gt;
About OVITO&lt;br /&gt;
&lt;br /&gt;
https://www.ovito.org/&lt;br /&gt;
|| '''OVITO''' is an Open Visualization Tool&lt;br /&gt;
&lt;br /&gt;
It is used for Scientific data visualization and analysis solution for particle-based simulations &lt;br /&gt;
&lt;br /&gt;
'''OVITO Basic''' is available free of charge under an open source license.&lt;br /&gt;
|-&lt;br /&gt;
|| Type ovito.org and press enter.&lt;br /&gt;
|| Open any web browser and type ovito.org and press enter.&lt;br /&gt;
|-&lt;br /&gt;
|| click on the Download button at the center of the page.&lt;br /&gt;
|| The web page opens, click on the '''Download''' button at the center of the page.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the various buttons.&lt;br /&gt;
&lt;br /&gt;
click on Linux button.&lt;br /&gt;
|| You will see buttons for downloading installer files for various OS.&lt;br /&gt;
&lt;br /&gt;
User can choose the appropriate button depending on the OS being used.&lt;br /&gt;
&lt;br /&gt;
I will click on Linux button. &lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the options.&lt;br /&gt;
&lt;br /&gt;
Click on OVITO basic button.&lt;br /&gt;
|| You will see two options, '''OVITO Basic''' and '''OVITOPro'''.&lt;br /&gt;
&lt;br /&gt;
Click on''' OVITO basic''' button. &lt;br /&gt;
&lt;br /&gt;
The installer files download to you downloads directory.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the '''Installations Instruction''' link.&lt;br /&gt;
&lt;br /&gt;
Cursor on the &lt;br /&gt;
|| Click on the '''Installations Instruction''' link given in the middle of the page.&lt;br /&gt;
&lt;br /&gt;
'''Installation''' page opens with detailed information on how to install OVITO on various OS.&lt;br /&gt;
|-&lt;br /&gt;
|| Open the '''Downloads''' folder and locate the compressed &amp;amp;nbsp;&amp;lt;u&amp;gt;'''ovito-basic-3.12.4-x86_64.tar.xz'''&amp;lt;/u&amp;gt;tar.xz file&lt;br /&gt;
&lt;br /&gt;
Right-click on the file and choose '''Extract Here''' option.&lt;br /&gt;
|| Open the '''Downloads''' folder and locate the compressed tar.xz file. &lt;br /&gt;
&lt;br /&gt;
Right-click on the file and choose '''Extract Here''' option.&lt;br /&gt;
|-&lt;br /&gt;
|| Double-click on the extracted folder.&lt;br /&gt;
&lt;br /&gt;
Double-click on the '''bin '''folder.&lt;br /&gt;
|| Double-click on the extracted folder to open it.&lt;br /&gt;
&lt;br /&gt;
Double-click on the '''bin '''folder. The folder opens.&lt;br /&gt;
|-&lt;br /&gt;
|| Double-click on '''ovito.'''&lt;br /&gt;
|| The folder opens, Double-click on '''ovito.'''&lt;br /&gt;
&lt;br /&gt;
'''OVITO''' interface opens.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''File''' menu, from the sub-menu click on '''Load File''' option.&lt;br /&gt;
|| Click on '''File''' menu, from the sub-menu click on &lt;br /&gt;
&lt;br /&gt;
'''Load File''' option. &lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''Load File''' pop up box.&lt;br /&gt;
|| '''Load File''' pop up box opens.&lt;br /&gt;
&lt;br /&gt;
Navigate to the location of the lammps out put file for LJ bulk liquid simulation.&lt;br /&gt;
|-&lt;br /&gt;
|| Select the LJoutput1.atom from the list and click on open button at the bottom-right corner.&lt;br /&gt;
|| Select the '''LJoutput1.atom''' from the list and click on''' open '''button at the bottom-right corner.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| The simulation of the Lennard Jones bulk liqiud opens.&lt;br /&gt;
&lt;br /&gt;
The views from various viewing angles is seen on the panel.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the image with the mouse and rotate,&lt;br /&gt;
|| Use the mouse to rotate the images on the panel.&lt;br /&gt;
|-&lt;br /&gt;
|| On the right-side panel click on the '''Particle Types'''&lt;br /&gt;
|| On the right-side panel click on the '''Particle Types '''under''' Data Source.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Particle Types panel opens on the right panel.&lt;br /&gt;
&lt;br /&gt;
In the Appearance section, input the '''Display radius''' as 0.5 &lt;br /&gt;
|| Particle Types panel opens on the right panel.&lt;br /&gt;
&lt;br /&gt;
In the '''Appearance''' section, input the '''Display radius''' as 0.5 .&lt;br /&gt;
&lt;br /&gt;
This will allow proper rendering of the particles.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| Will will learn to use more features of '''OVITO''' in the upcoming tutorials.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| This brings us to the end of this tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 6'''&lt;br /&gt;
&lt;br /&gt;
Summary &lt;br /&gt;
|| Let's summarize.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 7'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment'''&lt;br /&gt;
|| As an assignment please do the following:&lt;br /&gt;
&lt;br /&gt;
Explore the various various options to change the appearance of the particles.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 8'''&lt;br /&gt;
|| Thank you &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/LAMMPS-Molecular-Dynamics-Simulator/C2/Visualizing-the-LAMMPS-Output-using-OVITO/English</id>
		<title>LAMMPS-Molecular-Dynamics-Simulator/C2/Visualizing-the-LAMMPS-Output-using-OVITO/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/LAMMPS-Molecular-Dynamics-Simulator/C2/Visualizing-the-LAMMPS-Output-using-OVITO/English"/>
				<updated>2025-07-11T08:24:32Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
'''Title of script''': Visualizing the LAMMPS Output using OVITO&lt;br /&gt;
&lt;br /&gt;
'''Author: '''Dr.Snehalatha Kaliappan, Prasad Baddi&lt;br /&gt;
&lt;br /&gt;
'''Keywords''': LAMMPS, Simulation, installation of OVITO, download OVIT, visualize lammps output , video tutorial&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|-&lt;br /&gt;
|| Visual Cue&lt;br /&gt;
|| Narration&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 1'''&lt;br /&gt;
&lt;br /&gt;
'''Title Slide'''&lt;br /&gt;
|| Welcome to this tutorial on '''Visualizing the LAMMPS Output using OVITO'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 2'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| In this tutorial, we will learn to,&lt;br /&gt;
&lt;br /&gt;
Download and install '''OVITO''' open visualization tool&lt;br /&gt;
&lt;br /&gt;
Visualize the LAMMPS output file in '''OVITO'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 3'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirement'''&lt;br /&gt;
|| To record this tutorial, I am using,&lt;br /&gt;
&lt;br /&gt;
'''Ubuntu Linux '''OS version 22.04&lt;br /&gt;
&lt;br /&gt;
OVITO basic version 3.12.4 &lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide number 4'''&lt;br /&gt;
&lt;br /&gt;
'''Code file'''&lt;br /&gt;
|| The following input file is required to practice this tutorial:&lt;br /&gt;
&lt;br /&gt;
LJoutput1.atom&lt;br /&gt;
&lt;br /&gt;
This file is provided in the Code files link of this tutorial page.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide number 5'''&lt;br /&gt;
&lt;br /&gt;
About OVITO&lt;br /&gt;
&lt;br /&gt;
https://www.ovito.org/&lt;br /&gt;
|| OVITO is an Open Visualization Tool&lt;br /&gt;
&lt;br /&gt;
It is used for Scientific data visualization and analysis solution for particle-based simulations &lt;br /&gt;
&lt;br /&gt;
OVITO Basic is available free of charge under an open source license.&lt;br /&gt;
|-&lt;br /&gt;
|| Type ovito.org and press enter.&lt;br /&gt;
|| Open any web browser and type ovito.org and press enter.&lt;br /&gt;
|-&lt;br /&gt;
|| click on the Download button at the center of the page.&lt;br /&gt;
|| The web page opens, click on the '''Download''' button at the center of the page.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the various buttons.&lt;br /&gt;
&lt;br /&gt;
click on Linux button.&lt;br /&gt;
|| You will see buttons for downloading installer files for various OS.&lt;br /&gt;
&lt;br /&gt;
User can choose the appropriate button depending on the OS being used.&lt;br /&gt;
&lt;br /&gt;
I will click on Linux button. &lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the options.&lt;br /&gt;
&lt;br /&gt;
Click on OVITO basic button.&lt;br /&gt;
|| You will see two options, OVITO Basic and OVITOPro.&lt;br /&gt;
&lt;br /&gt;
Click on''' OVITO basic''' button. &lt;br /&gt;
&lt;br /&gt;
The installer files download to you downloads directory.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the I'''nstallations Instruction''' link.&lt;br /&gt;
&lt;br /&gt;
Cursor on the &lt;br /&gt;
|| Click on the I'''nstallations Instruction''' link given in the middle of the page.&lt;br /&gt;
&lt;br /&gt;
'''Installation''' page opens with detailed information on how to install OVITO on various OS.&lt;br /&gt;
|-&lt;br /&gt;
|| Open the '''Downloads''' folder and locate the compressed &amp;amp;nbsp;&amp;lt;u&amp;gt;'''ovito-basic-3.12.4-x86_64.tar.xz'''&amp;lt;/u&amp;gt;tar.xz file&lt;br /&gt;
&lt;br /&gt;
Right-click on the file and choose '''Extract Here''' option.&lt;br /&gt;
|| Open the '''Downloads''' folder and locate the compressed tar.xz file. &lt;br /&gt;
&lt;br /&gt;
Right-click on the file and choose '''Extract Here''' option.&lt;br /&gt;
|-&lt;br /&gt;
|| Double-click on the extracted folder.&lt;br /&gt;
&lt;br /&gt;
Double-click on the '''bin '''folder.&lt;br /&gt;
|| Double-click on the extracted folder to open it.&lt;br /&gt;
&lt;br /&gt;
Double-click on the '''bin '''folder. The folder opens.&lt;br /&gt;
|-&lt;br /&gt;
|| Double-click on '''ovito.'''&lt;br /&gt;
|| The folder opens, Double-click on '''ovito.'''&lt;br /&gt;
&lt;br /&gt;
'''OVITO''' interface opens.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''File''' menu, from the sub-menu click on '''Load File''' option.&lt;br /&gt;
|| Click on '''File''' menu, from the sub-menu click on &lt;br /&gt;
&lt;br /&gt;
'''Load File''' option. &lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''Load File''' pop up box.&lt;br /&gt;
|| '''Load File''' pop up box opens.&lt;br /&gt;
&lt;br /&gt;
Navigate to the location of the lammps out put file for LJ bulk liquid simulation.&lt;br /&gt;
|-&lt;br /&gt;
|| Select the LJoutput1.atom from the list and click on open button at the bottom-right corner.&lt;br /&gt;
|| Select the '''LJoutput1.atom''' from the list and click on''' open '''button at the bottom-right corner.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| The simulation of the Lennard Jones bulk liqiud opens.&lt;br /&gt;
&lt;br /&gt;
The views from various viewing angles is seen on the panel.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the image with the mouse anr rotate,&lt;br /&gt;
|| Use the mouse to rotate the images on the panel.&lt;br /&gt;
|-&lt;br /&gt;
|| On the right-side panel click on the '''Particle Types'''&lt;br /&gt;
|| On the right-side panel click on the '''Particle Types '''under''' Data Source.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Particle Types panel opens on the right panel.&lt;br /&gt;
&lt;br /&gt;
In the Appearance section, input the '''Display radius''' as 0.5 &lt;br /&gt;
|| Particle Types panel opens on the right panel.&lt;br /&gt;
&lt;br /&gt;
In the '''Appearance''' section, input the '''Display radius''' as 0.5 .&lt;br /&gt;
&lt;br /&gt;
This will allow proper rendering of the particles.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| Will will learn to use more features of '''OVITO''' in the upcoming tutorials.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| This brings us to the end of this tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 6'''&lt;br /&gt;
&lt;br /&gt;
Summary &lt;br /&gt;
|| Let's summarize.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 7'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment'''&lt;br /&gt;
|| As an assignment please do the following.&lt;br /&gt;
&lt;br /&gt;
Explore the various various options to change the appearance of the particles.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 8'''&lt;br /&gt;
|| Thank you &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/LAMMPS-Molecular-Dynamics-Simulator/C2/Visualizing-the-LAMMPS-Output-using-OVITO/English</id>
		<title>LAMMPS-Molecular-Dynamics-Simulator/C2/Visualizing-the-LAMMPS-Output-using-OVITO/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/LAMMPS-Molecular-Dynamics-Simulator/C2/Visualizing-the-LAMMPS-Output-using-OVITO/English"/>
				<updated>2025-07-11T08:23:52Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: Created page with &amp;quot;  '''Title of script''': Visualizing the LAMMPS Output using OVITO  '''Author: '''Dr.Snehalatha Kaliappan, Prasad Baddi  '''Keywords''': LAMMPS, Simulation, installation of OV...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
'''Title of script''': Visualizing the LAMMPS Output using OVITO&lt;br /&gt;
&lt;br /&gt;
'''Author: '''Dr.Snehalatha Kaliappan, Prasad Baddi&lt;br /&gt;
&lt;br /&gt;
'''Keywords''': LAMMPS, Simulation, installation of OVITO, download OVIT, visualize lammps output , video tutorial&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|-&lt;br /&gt;
|| Visual Cue&lt;br /&gt;
|| Narration&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 1'''&lt;br /&gt;
&lt;br /&gt;
'''Title Slide'''&lt;br /&gt;
|| Welcome to this tutorial on '''Visualizing the LAMMPS Output using OVITO'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 2'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| In this tutorial, we will learn to,&lt;br /&gt;
&lt;br /&gt;
Download and install '''OVITO''' open visualization tool&lt;br /&gt;
&lt;br /&gt;
Visualize the LAMMPS output file in OVITO.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 3'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirement'''&lt;br /&gt;
|| To record this tutorial, I am using,&lt;br /&gt;
&lt;br /&gt;
'''Ubuntu Linux '''OS version 22.04&lt;br /&gt;
&lt;br /&gt;
OVITO basic version 3.12.4 &lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide number 4'''&lt;br /&gt;
&lt;br /&gt;
'''Code file'''&lt;br /&gt;
|| The following input file is required to practice this tutorial:&lt;br /&gt;
&lt;br /&gt;
LJoutput1.atom&lt;br /&gt;
&lt;br /&gt;
This file is provided in the Code files link of this tutorial page.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide number 5'''&lt;br /&gt;
&lt;br /&gt;
About OVITO&lt;br /&gt;
&lt;br /&gt;
https://www.ovito.org/&lt;br /&gt;
|| OVITO is an Open Visualization Tool&lt;br /&gt;
&lt;br /&gt;
It is used for Scientific data visualization and analysis solution for particle-based simulations &lt;br /&gt;
&lt;br /&gt;
OVITO Basic is available free of charge under an open source license.&lt;br /&gt;
|-&lt;br /&gt;
|| Type ovito.org and press enter.&lt;br /&gt;
|| Open any web browser and type ovito.org and press enter.&lt;br /&gt;
|-&lt;br /&gt;
|| click on the Download button at the center of the page.&lt;br /&gt;
|| The web page opens, click on the '''Download''' button at the center of the page.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the various buttons.&lt;br /&gt;
&lt;br /&gt;
click on Linux button.&lt;br /&gt;
|| You will see buttons for downloading installer files for various OS.&lt;br /&gt;
&lt;br /&gt;
User can choose the appropriate button depending on the OS being used.&lt;br /&gt;
&lt;br /&gt;
I will click on Linux button. &lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the options.&lt;br /&gt;
&lt;br /&gt;
Click on OVITO basic button.&lt;br /&gt;
|| You will see two options, OVITO Basic and OVITOPro.&lt;br /&gt;
&lt;br /&gt;
Click on''' OVITO basic''' button. &lt;br /&gt;
&lt;br /&gt;
The installer files download to you downloads directory.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the I'''nstallations Instruction''' link.&lt;br /&gt;
&lt;br /&gt;
Cursor on the &lt;br /&gt;
|| Click on the I'''nstallations Instruction''' link given in the middle of the page.&lt;br /&gt;
&lt;br /&gt;
'''Installation''' page opens with detailed information on how to install OVITO on various OS.&lt;br /&gt;
|-&lt;br /&gt;
|| Open the '''Downloads''' folder and locate the compressed &amp;amp;nbsp;&amp;lt;u&amp;gt;'''ovito-basic-3.12.4-x86_64.tar.xz'''&amp;lt;/u&amp;gt;tar.xz file&lt;br /&gt;
&lt;br /&gt;
Right-click on the file and choose '''Extract Here''' option.&lt;br /&gt;
|| Open the '''Downloads''' folder and locate the compressed tar.xz file. &lt;br /&gt;
&lt;br /&gt;
Right-click on the file and choose '''Extract Here''' option.&lt;br /&gt;
|-&lt;br /&gt;
|| Double-click on the extracted folder.&lt;br /&gt;
&lt;br /&gt;
Double-click on the '''bin '''folder.&lt;br /&gt;
|| Double-click on the extracted folder to open it.&lt;br /&gt;
&lt;br /&gt;
Double-click on the '''bin '''folder. The folder opens.&lt;br /&gt;
|-&lt;br /&gt;
|| Double-click on '''ovito.'''&lt;br /&gt;
|| The folder opens, Double-click on '''ovito.'''&lt;br /&gt;
&lt;br /&gt;
'''OVITO''' interface opens.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''File''' menu, from the sub-menu click on '''Load File''' option.&lt;br /&gt;
|| Click on '''File''' menu, from the sub-menu click on &lt;br /&gt;
&lt;br /&gt;
'''Load File''' option. &lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''Load File''' pop up box.&lt;br /&gt;
|| '''Load File''' pop up box opens.&lt;br /&gt;
&lt;br /&gt;
Navigate to the location of the lammps out put file for LJ bulk liquid simulation.&lt;br /&gt;
|-&lt;br /&gt;
|| Select the LJoutput1.atom from the list and click on open button at the bottom-right corner.&lt;br /&gt;
|| Select the '''LJoutput1.atom''' from the list and click on''' open '''button at the bottom-right corner.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| The simulation of the Lennard Jones bulk liqiud opens.&lt;br /&gt;
&lt;br /&gt;
The views from various viewing angles is seen on the panel.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the image with the mouse anr rotate,&lt;br /&gt;
|| Use the mouse to rotate the images on the panel.&lt;br /&gt;
|-&lt;br /&gt;
|| On the right-side panel click on the '''Particle Types'''&lt;br /&gt;
|| On the right-side panel click on the '''Particle Types '''under''' Data Source.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Particle Types panel opens on the right panel.&lt;br /&gt;
&lt;br /&gt;
In the Appearance section, input the '''Display radius''' as 0.5 &lt;br /&gt;
|| Particle Types panel opens on the right panel.&lt;br /&gt;
&lt;br /&gt;
In the '''Appearance''' section, input the '''Display radius''' as 0.5 .&lt;br /&gt;
&lt;br /&gt;
This will allow proper rendering of the particles.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| Will will learn to use more features of '''OVITO''' in the upcoming tutorials.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| This brings us to the end of this tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 6'''&lt;br /&gt;
&lt;br /&gt;
Summary &lt;br /&gt;
|| Let's summarize.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 7'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment'''&lt;br /&gt;
|| As an assignment please do the following.&lt;br /&gt;
&lt;br /&gt;
Explore the various various options to change the appearance of the particles.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 8'''&lt;br /&gt;
|| Thank you &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/ORCA---Computational-Chemistry/C2/Create-XYZ-File-using-Open-Babel/English</id>
		<title>ORCA---Computational-Chemistry/C2/Create-XYZ-File-using-Open-Babel/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/ORCA---Computational-Chemistry/C2/Create-XYZ-File-using-Open-Babel/English"/>
				<updated>2025-07-09T11:16:54Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Title of the script''': Create XYZ File using Open Babel&lt;br /&gt;
&lt;br /&gt;
'''Authors: '''Madhuri Ganapathi, Raj Singh, Snehalatha Kaliappan.&lt;br /&gt;
&lt;br /&gt;
'''Keywords:''' ORCA, Open Babel, Jmol, XYZ file, mol file, SMILES string, orca input file, video tutorial.&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|- &lt;br /&gt;
|| '''Visual Cue '''&lt;br /&gt;
|| '''Narration'''&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 1 '''&lt;br /&gt;
&lt;br /&gt;
'''Title slide'''&lt;br /&gt;
|| Welcome to this spoken tutorial on '''Create XYZ File using Open Babel'''.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 2 '''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| In this tutorial, we will learn to,&lt;br /&gt;
* Load water molecule in '''Jmol'''&lt;br /&gt;
* Save the file in mol format&lt;br /&gt;
* Create SMILES string&lt;br /&gt;
* Create XYZ file format using''' Open Babel'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 3'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirements'''&lt;br /&gt;
|| Here I am using,&lt;br /&gt;
* '''Ubuntu Linux '''OS version 22.04&lt;br /&gt;
* '''Jmol''' version 16.2.35&lt;br /&gt;
* '''Java''' version 11.0.25&lt;br /&gt;
* '''Gedit''' text editor version 41.0&lt;br /&gt;
&lt;br /&gt;
A working internet connection.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 4'''&lt;br /&gt;
&lt;br /&gt;
'''Pre-requisites'''&lt;br /&gt;
&lt;br /&gt;
'''https://spoken-tutorial.org'''&lt;br /&gt;
|| To follow this tutorial, learners should be familiar with the''' Jmol''' interface.&lt;br /&gt;
&lt;br /&gt;
Please watch the Jmol tutorials available on this website.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to the interface.&lt;br /&gt;
|| I have opened the '''Jmol''' interface.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on File and select '''Get MOL''' option.&lt;br /&gt;
&lt;br /&gt;
In the text box that appears type water and click '''OK''' button.&lt;br /&gt;
|| Let us load the water molecule on the Jmol panel.&lt;br /&gt;
&lt;br /&gt;
Click on '''File '''and select '''Get MOL '''option.&lt;br /&gt;
&lt;br /&gt;
In the text box that appears, type water and click '''OK '''button.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to the water molecule.&lt;br /&gt;
&lt;br /&gt;
Click on the Open model kit icon on the tool bar.&lt;br /&gt;
&lt;br /&gt;
From the options click on minimize.&lt;br /&gt;
|| A water molecule appears on the panel.&lt;br /&gt;
&lt;br /&gt;
Click on the '''model kit''' icon.&lt;br /&gt;
&lt;br /&gt;
From the options select '''minimize''' to minimize the structure.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on Open the model kit.&lt;br /&gt;
&lt;br /&gt;
Select '''save file''' option.&lt;br /&gt;
&lt;br /&gt;
Save dialog box opens.&lt;br /&gt;
&lt;br /&gt;
Type the file name as water.mol and click on Save button.&lt;br /&gt;
|| Let us now save the file. &lt;br /&gt;
&lt;br /&gt;
Open the '''model kit''' menu.&lt;br /&gt;
&lt;br /&gt;
Select '''save file''' option.&lt;br /&gt;
&lt;br /&gt;
'''Save''' dialog box opens.&lt;br /&gt;
&lt;br /&gt;
Choose a suitable location to save the file.&lt;br /&gt;
&lt;br /&gt;
Type the file name as '''water.mol''' .&lt;br /&gt;
&lt;br /&gt;
In '''Files of Type''' option select '''Mol.'''&lt;br /&gt;
&lt;br /&gt;
Click on '''Save''' button at the bottom right corner.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| Let us open the '''2-D Editor '''in '''Jmol'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''Tools''' menu, select '''2-D Editor '''from the drop-down&lt;br /&gt;
|| Click on''' Tools''' menu, select '''2-D Editor '''from the drop-down.&lt;br /&gt;
&lt;br /&gt;
water molecule is shown in the editor.&lt;br /&gt;
&lt;br /&gt;
Click on the yellow smiley button at the top left of the window.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the pop-up window.&lt;br /&gt;
&lt;br /&gt;
Copy the '''SMILES''' string(O)for water using Ctrl and C buttons.&lt;br /&gt;
|| A small pop-up window opens.&lt;br /&gt;
&lt;br /&gt;
Here we will see capital “'''O'''” which is the '''SMILES''' string for water molecule.&lt;br /&gt;
&lt;br /&gt;
Copy the '''SMILES''' string using Ctrl and C keys.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the '''Close''' button on the '''SMILES''' window.&lt;br /&gt;
|| Let us close the '''SMILES''' window.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 5'''&lt;br /&gt;
&lt;br /&gt;
'''Create XYZ File Format'''&lt;br /&gt;
|| Here we will demonstrate two ways to create XYZ file format using '''Open Babel '''.&lt;br /&gt;
&lt;br /&gt;
One using '''SMILES''' string and the other using a '''mol''' file.&lt;br /&gt;
&lt;br /&gt;
XYZ file format will be used to create input file to run '''ORCA'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Show Openbabel interface.&lt;br /&gt;
&lt;br /&gt;
[https://www.cheminfo.org/Chemistry/Cheminformatics/FormatConverter/index.html https://www.cheminfo.org/Chemistry/Cheminformatics/FormatConverter/index.html]&lt;br /&gt;
&lt;br /&gt;
point to the page.&lt;br /&gt;
|| Open any web browser.&lt;br /&gt;
&lt;br /&gt;
Type '''Openbabel '''in the '''Google''' search bar.&lt;br /&gt;
&lt;br /&gt;
Click on the link '''Open Babel Chemical file format converter.'''&lt;br /&gt;
&lt;br /&gt;
'''Open Babel''' page opens. &lt;br /&gt;
&lt;br /&gt;
This is an online web page to convert chemical structure files to various file formats.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor in the open babel page.&lt;br /&gt;
|| Let’s demonstrate how to convert a mol file and a '''SMILES '''string to '''xyz''' format.&lt;br /&gt;
|-&lt;br /&gt;
|| Inside the Input block delete the default SMILE&lt;br /&gt;
&lt;br /&gt;
type the SMILE of water O or '''[OH2]. '''&lt;br /&gt;
|| On the left side of the page we can see an '''INPUT''' panel.&lt;br /&gt;
&lt;br /&gt;
In the centre of the page you will see the '''Options''' panel.&lt;br /&gt;
&lt;br /&gt;
On the right side we have an '''OUTPUT '''panel.&lt;br /&gt;
&lt;br /&gt;
In the '''INPUT''' panel delete the default '''SMILE string. '''&lt;br /&gt;
&lt;br /&gt;
Copy'''/'''Paste or type the SMILES string here as '''O''' for water molecule.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to the''' Options''' window.&lt;br /&gt;
&lt;br /&gt;
Point to the Input format - SMILES.&lt;br /&gt;
&lt;br /&gt;
Select the output format as '''XYZ '''from the drop down list. &lt;br /&gt;
|| In the '''Options '''panel, the input format is selected as '''SMILES'''.&lt;br /&gt;
&lt;br /&gt;
Select the output format as '''XYZ '''from the drop down list. &lt;br /&gt;
|-&lt;br /&gt;
|| In '''Generate Coordinates '''drop down, select''' 3D'''. &lt;br /&gt;
|| In the '''Generate Coordinates''' drop down, select''' 3D'''. &lt;br /&gt;
|-&lt;br /&gt;
|| Click on the “'''Convert” '''button below.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Convert '''button found below the '''Options''' panel.&lt;br /&gt;
|| Leave the other options as default.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Convert '''button found below the '''Options''' panel.&lt;br /&gt;
|-&lt;br /&gt;
|| Navigate to the output section on the right side of the interface. &lt;br /&gt;
&lt;br /&gt;
Click on the download File icon on the top right corner of the Output box.&lt;br /&gt;
|| In the '''OUTPUT''' box, '''xyz coordinates''' of the water molecule will appear. &lt;br /&gt;
&lt;br /&gt;
On the top right corner of the ''' Output '''box, click the '''Download File''' icon.&lt;br /&gt;
|-&lt;br /&gt;
|| In the Save dialog box, In the Name field, the default name '''structure.xyz '''is seen.&lt;br /&gt;
&lt;br /&gt;
Change the name as water.xyz&lt;br /&gt;
&lt;br /&gt;
Click on the Save button at the top right corner of the dialog box.&lt;br /&gt;
&lt;br /&gt;
Show the downloading file.&lt;br /&gt;
|| The file downloads as '''structure.xyz''' to my '''Downloads''' folder.&lt;br /&gt;
&lt;br /&gt;
Rename the file as '''water.xyz'''.&lt;br /&gt;
&lt;br /&gt;
If a save file dialog box opens, save the file as '''water.xyz'''.&lt;br /&gt;
&lt;br /&gt;
Back to '''Open Babel Chemical file format converter page'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to the input box.&lt;br /&gt;
|| Now let’s convert a mol file to xyz format.&lt;br /&gt;
&lt;br /&gt;
In the '''Open babe'''l page, on the top left side we can see '''Drop or paste here your input file ''' box.&lt;br /&gt;
|-&lt;br /&gt;
|| Click inside the box, '''File Upload''' window opens.&lt;br /&gt;
|| Click inside the box, ''' File Upload''' window opens.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to the water.mol in the folder.&lt;br /&gt;
&lt;br /&gt;
Select the saved '''water.mol''' file from the folder.&lt;br /&gt;
&lt;br /&gt;
Click the '''Open''' button at the top right corner of the window.&lt;br /&gt;
|| Select the saved '''water.mol '''file from the folder.&lt;br /&gt;
&lt;br /&gt;
Click the '''Open''' button at the top right corner of the window.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to the information.&lt;br /&gt;
&lt;br /&gt;
Point to the word ”string”.&lt;br /&gt;
&lt;br /&gt;
Select the word''' string''' and press '''Delete key '''on the keyboard.&lt;br /&gt;
|| The '''INPUT''' box displays the information of the structure.&lt;br /&gt;
&lt;br /&gt;
In the '''INPUT '''box, delete the first line. &lt;br /&gt;
&lt;br /&gt;
The url here. &lt;br /&gt;
&lt;br /&gt;
In some cases you may see a word “string”&lt;br /&gt;
&lt;br /&gt;
This is done to avoid the url or word '''string showing up''' in the output file.&lt;br /&gt;
|-&lt;br /&gt;
|| From the '''Options '''panel, select the input format as mol--MDL MOL format.&lt;br /&gt;
|| From the '''Options''' panel, select the input file format as '''mol--MDL MOL''' format.&lt;br /&gt;
|-&lt;br /&gt;
|| Select the output format as xyz--XYZ cartesian coordinates format.&lt;br /&gt;
|| Now select the output format as xyz-'''XYZ cartesian coordinates format.'''&lt;br /&gt;
|-&lt;br /&gt;
|| In Generate Coordinates''' '''drop down, select''' 3D'''. &lt;br /&gt;
|| In the '''Generate Coordinates''' drop down, select''' 3D'''. &lt;br /&gt;
|-&lt;br /&gt;
|| Below the '''Options''' box, click on the''' Convert '''button.&lt;br /&gt;
|| Leave the other options as such in the panel.&lt;br /&gt;
&lt;br /&gt;
Below the''' Options''' box, click on the '''Convert''' button.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to the coordinates.&lt;br /&gt;
&lt;br /&gt;
Navigate to the output section on the right side of the interface. &lt;br /&gt;
|| In the '''OUTPUT''' box, the xyz coordinates of the water molecule are displayed.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the download File icon on the top right corner of the Output box.&lt;br /&gt;
|| As explained before, download the xyz file. &lt;br /&gt;
&lt;br /&gt;
Click the '''Download File''' icon in the Output box.&lt;br /&gt;
&lt;br /&gt;
Save the file '''structure.xyz''' as '''water.xyz'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Right-click on '''water.xyz file.'''&lt;br /&gt;
&lt;br /&gt;
'''Select Open with Text Editor''' option. &lt;br /&gt;
|| Let us open the''' Downloads''' folder and navigate to '''water.xyz '''.&lt;br /&gt;
&lt;br /&gt;
Right-click on the file and open the file using a text editor.&lt;br /&gt;
&lt;br /&gt;
Windows users may use notepad or any other text editor.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to the numbers and xyz coordinates.&lt;br /&gt;
&lt;br /&gt;
Point to the values.&lt;br /&gt;
|| The numbers in rows are the '''xyz''' coordinates of the atoms, Oxygen, Hydrogen and Hydrogen.&lt;br /&gt;
&lt;br /&gt;
They are in '''Angstrom '''units.&lt;br /&gt;
&lt;br /&gt;
The values here are tab separated.&lt;br /&gt;
&lt;br /&gt;
We will use this''' water.xyz''' file to create the input file to run '''ORCA.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 6'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
&lt;br /&gt;
In this tutorial we have learnt to,&lt;br /&gt;
&lt;br /&gt;
Load water molecule in '''Jmol'''&lt;br /&gt;
&lt;br /&gt;
Save the file in mol format&lt;br /&gt;
&lt;br /&gt;
Create SMILES string&lt;br /&gt;
&lt;br /&gt;
Create XYZ file format using''' Open Babel'''&lt;br /&gt;
|| With this we come to the end of this tutorial&lt;br /&gt;
&lt;br /&gt;
Let us summarise.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 7'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment'''&lt;br /&gt;
|| As an assignment &lt;br /&gt;
* Generate '''SMILES''' and mol file for carbon monoxide and ammonia molecules using Jmol.&lt;br /&gt;
* Create the '''XYZ '''files using '''SMILES''' and mol file in '''Open Babel.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 8'''&lt;br /&gt;
&lt;br /&gt;
'''Thank you'''&lt;br /&gt;
|| Thank you for joining.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/LAMMPS-Molecular-Dynamics-Simulator/C2/Simulation-of-Lennard-Jones-Bulk-Liquid/English</id>
		<title>LAMMPS-Molecular-Dynamics-Simulator/C2/Simulation-of-Lennard-Jones-Bulk-Liquid/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/LAMMPS-Molecular-Dynamics-Simulator/C2/Simulation-of-Lennard-Jones-Bulk-Liquid/English"/>
				<updated>2025-07-09T10:34:26Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Title of script''': Simulation of Lennard-Jones Bulk Liquid&lt;br /&gt;
&lt;br /&gt;
'''Author: '''Dr.Snehalatha Kaliappan, Prasad Baddi&lt;br /&gt;
&lt;br /&gt;
'''Keywords''': LAMMPS, Simulation, Lennard-Jones bulk liquid, input file, video tutorial&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
|-&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
|| '''Narration'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 1'''&lt;br /&gt;
&lt;br /&gt;
'''Title Slide'''&lt;br /&gt;
|| Welcome to this tutorial on '''Simulation of Lennard-Jones Bulk Liquid'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 2'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| In this tutorial, we will learn to,&lt;br /&gt;
&lt;br /&gt;
* Understand the structure of the input script to simulate Lennard-Jones bulk liquid.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 3'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| &lt;br /&gt;
* Initialize, setup simulation box, create atoms, minimize energy and equilibration.&lt;br /&gt;
* Run the simulation.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 4'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirement'''&lt;br /&gt;
|| To record this tutorial, I am using,&lt;br /&gt;
&lt;br /&gt;
'''Ubuntu Linux '''OS version 22.04&lt;br /&gt;
&lt;br /&gt;
Latest stable version of '''LAMMPS''' (LAMMPS Stable Release 29 Aug 2024)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 5'''&lt;br /&gt;
&lt;br /&gt;
'''Prerequisite'''&lt;br /&gt;
|| To follow this tutorial learner must be familiar with,&lt;br /&gt;
&lt;br /&gt;
basic computer operations on Linux OS.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide number 6'''&lt;br /&gt;
&lt;br /&gt;
'''Code file'''&lt;br /&gt;
|| The following input file is required to practice this tutorial:&lt;br /&gt;
&lt;br /&gt;
LJBulk.txt&lt;br /&gt;
&lt;br /&gt;
This file is provided in the Code files link of this tutorial page.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 7'''&lt;br /&gt;
&lt;br /&gt;
'''LJ Bulk Liquid simulations'''&lt;br /&gt;
&lt;br /&gt;
|| Here are some specific reasons for choosing the '''Lennard-jones''' simulations.&lt;br /&gt;
&lt;br /&gt;
1. Simplicity and Computational Efficiency&lt;br /&gt;
&lt;br /&gt;
2. Benchmarking and Model Testing&lt;br /&gt;
&lt;br /&gt;
3. Risk-Free Exploration of Scenarios&lt;br /&gt;
&lt;br /&gt;
4. Compatibility with Broader Systems&lt;br /&gt;
&lt;br /&gt;
For detailed explanation please refer to the Additional Reading material provided along with this tutorial.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Open the input file LJBulk.txt in gedit texttext editor.&lt;br /&gt;
|| Running simulations in LAMMPS require an input file.&lt;br /&gt;
&lt;br /&gt;
Download the input file provided along with this tutorial and save it on your system.&lt;br /&gt;
&lt;br /&gt;
Here I have opened the input file in a text editor. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on each section and highlight.&lt;br /&gt;
|| The input script is divided into four sections:&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
# Initialization&lt;br /&gt;
# System definition&lt;br /&gt;
# Simulation settings&lt;br /&gt;
# Running a simulation&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the input file.&lt;br /&gt;
|| Now let us look at what needs to be defined in each section:&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on Initialization section.&lt;br /&gt;
&lt;br /&gt;
Line 3: units lj &lt;br /&gt;
&lt;br /&gt;
|| '''Initialization'''&lt;br /&gt;
&lt;br /&gt;
The '''units''' command sets the style of the units for the quantities specified in the input script, data file, and output.&lt;br /&gt;
&lt;br /&gt;
Here we have specified as '''lj'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 4: dimension 3 &lt;br /&gt;
|| The '''dimension''' command sets the dimension of the simulation. &lt;br /&gt;
&lt;br /&gt;
Here we have 3, since we require the simulation in 3D.&lt;br /&gt;
&lt;br /&gt;
You can set it as 2, if you require a 2D simulation.&lt;br /&gt;
|-&lt;br /&gt;
|| Line 5: boundary p p p &lt;br /&gt;
|| The '''boundary''' command sets the boundary conditions of the simulation box. &lt;br /&gt;
&lt;br /&gt;
here, '''p''' refers periodic.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 6: atom_style atomic &lt;br /&gt;
|| The '''atom_style''' command defines necessary per-atom attributes for simulation models and data handling.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on System definition section.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Line 12: region box block 0 20 0 20 0 20 units box&lt;br /&gt;
&lt;br /&gt;
region liquid block 1 19 1 19 1 10&lt;br /&gt;
&lt;br /&gt;
create_atoms1 random 1754 12345 liquid&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
mass 1 1.0&lt;br /&gt;
||  '''System definition:''' &lt;br /&gt;
&lt;br /&gt;
Here we define a geometric region of space in x, y and z direction.&lt;br /&gt;
&lt;br /&gt;
We specified number 20 here.&lt;br /&gt;
&lt;br /&gt;
This number can be small or big, depending on the requirement of the simulation box.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 13: It is on line 14create_box 1 box&lt;br /&gt;
|| Defining simulation box&lt;br /&gt;
&lt;br /&gt;
Here 1 indicates the number of atom types present in the system.&lt;br /&gt;
&lt;br /&gt;
For example, if the system consists of 3 types of particles, then 1 should be replaced with 3  and so on.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 16: region liquid block 1 19 1 19 1 10&lt;br /&gt;
|| Defining a geometric region to place the liquid atoms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here, liquid is a group ID. &lt;br /&gt;
&lt;br /&gt;
The numbers are positioned low and high in X, Y and Z directions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We have defined 1 as low and 19 as high.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Based on this number we have to calculate the number of type 1 atoms as defined in the next line.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 17: create_atoms1 random 1926 12345 liquid&lt;br /&gt;
|| Creation of liquid atoms in the defined region “liquid”.&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Example: ''create_atoms'' 1 ''random'' 1926 12345 liquid&lt;br /&gt;
&lt;br /&gt;
Here, 1926 is the number of type 1 atoms.&lt;br /&gt;
&lt;br /&gt;
Please see the Additional Reading material for details of calculating this number.&lt;br /&gt;
&lt;br /&gt;
12345 is the random number to put the type 1 particles randomly in the defined region '''liquid'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 18:It is on line 19 mass 1 1.0&lt;br /&gt;
|| Defining the mass of the particle.&lt;br /&gt;
&lt;br /&gt;
Here, 1 and 1.0 represents type “1” particle and mass of the particle respectively.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 24: pair_style lj/cut 2.5 &lt;br /&gt;
|| Next in '''Simulation Settings:'''&lt;br /&gt;
&lt;br /&gt;
cutoff calculates the pairwise distances within the mentioned cutoff.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 30: group liq type 1&lt;br /&gt;
|| Here we enter the numbers that describe how atom pairs interact.&lt;br /&gt;
&lt;br /&gt;
Here, all type 1 particles are grouped with a group ID '''liq'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 34: minimize 1e-6 1e-6 10000 10000&lt;br /&gt;
|| '''Running a simulation:'''&lt;br /&gt;
&lt;br /&gt;
Minimization of the system to remove the overlap between the particles. &lt;br /&gt;
&lt;br /&gt;
These numbers indicate tolerance, force tolerance, max iteration, max evaluations.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 38: neighbor 0.3 bin&lt;br /&gt;
&lt;br /&gt;
Line 39: neigh_modify every 1 delay 0 check yes page 100000 one 5000&lt;br /&gt;
|| Building of pairwise neighbor lists.&lt;br /&gt;
&lt;br /&gt;
This command sets parameters that affect the building of pairwise neighbor lists. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 44: dump 1 liq atom 5 output.atom&lt;br /&gt;
|| Storing the position of all the coordinates to the file.&lt;br /&gt;
&lt;br /&gt;
Here 5 is the frequency of printing the output file and in the end gives the name for the output file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here we are naming it '''output.atom'''.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| Line 46: thermo_style custom step etotal&lt;br /&gt;
|| Logging the desired data during the simulation.&lt;br /&gt;
&lt;br /&gt;
''Here, other parameters can also be printed, and will be discussed in the upcoming tutorials.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 48: timestep 0.005&lt;br /&gt;
&lt;br /&gt;
Line 49: thermo 5&lt;br /&gt;
|| The '''timestep''' command sets the timestep size for the simulation.&lt;br /&gt;
&lt;br /&gt;
The '''thermo '''command computes and prints the desired thermodynamic information like:&lt;br /&gt;
&lt;br /&gt;
temperature, energy, pressure at the mentioned interval of time.&lt;br /&gt;
&lt;br /&gt;
Number 5 here indicates the frequency of printing output.&lt;br /&gt;
|-&lt;br /&gt;
|| Line 53: fix 1 liq npt temp 0.8 0.8 100 iso 1 1 100&lt;br /&gt;
|| In LAMMPS, a''' fix''' is any operation that is applied to the system during timestepping or minimization&lt;br /&gt;
&lt;br /&gt;
The '''npt''' command performs the time integration using equations of motion to generate positions and velocities for atoms. &lt;br /&gt;
&lt;br /&gt;
In an '''npt''' ensemble:&lt;br /&gt;
&lt;br /&gt;
the number of particles, pressure of the system and temperature of the system are held constant. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 55: run 10&lt;br /&gt;
|| Here 10 indicates timesteps_number.&lt;br /&gt;
&lt;br /&gt;
The large number will make the simulation more clear to visualize.&lt;br /&gt;
&lt;br /&gt;
The time taken to complete the simulation will also increase.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the sake of simplicity we have indicated 10 timesteps&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the input file.&lt;br /&gt;
&lt;br /&gt;
Close the text editor.&lt;br /&gt;
|| Now let me demonstrate how to run this input file.&lt;br /&gt;
&lt;br /&gt;
Close the text editor.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Go to the folder where input file is located.&lt;br /&gt;
&lt;br /&gt;
Open the folder and show the input file.&lt;br /&gt;
|| I have saved the input file in a folder in my home directory.&lt;br /&gt;
&lt;br /&gt;
Navigate to the input file location.&lt;br /&gt;
|-&lt;br /&gt;
|| Right click on the folder containing the input file. &lt;br /&gt;
&lt;br /&gt;
From the context menu choose '''Open in Terminal '''option.&lt;br /&gt;
||  As LAMMPS is already installed in your computer.&lt;br /&gt;
&lt;br /&gt;
Right click on the folder containing the input file. &lt;br /&gt;
&lt;br /&gt;
From the context menu choose '''Open in Terminal '''option.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the terminal.&lt;br /&gt;
|| Alternatively you can open the terminal and navigate to the path leading to the input file.&lt;br /&gt;
|-&lt;br /&gt;
|| At the prompt type “ &amp;lt;u&amp;gt;'''lmp_serial -in Ljbulk.txt'''&amp;lt;/u&amp;gt;”&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Press Enter.&lt;br /&gt;
|| Type the following command at the prompt to run the input file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''lmp_serial -in LJbulk.txt'''&lt;br /&gt;
&lt;br /&gt;
Windows users can open the command prompt, type the command and proceed as shown.&lt;br /&gt;
&lt;br /&gt;
Press Enter.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the terminal.&lt;br /&gt;
&lt;br /&gt;
Open the folder containing the input file to show '''log.lammps''' and '''output.atom.'''&lt;br /&gt;
|| The output is seen on the terminal.&lt;br /&gt;
&lt;br /&gt;
Two output files are generated, '''log.lammps''' and '''output.atom. '''&lt;br /&gt;
&lt;br /&gt;
These files will be saved in the same folder where your input file is located.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the folder.&lt;br /&gt;
|| The analysis and visualization of the output file will be covered in the upcoming tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| This brings us to the end of this tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 8'''&lt;br /&gt;
&lt;br /&gt;
'''Summary '''&lt;br /&gt;
|| Let's summarize.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 9'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment'''&lt;br /&gt;
&lt;br /&gt;
Edit the line in the System Definition section as follows &lt;br /&gt;
&lt;br /&gt;
''region liquid block 1 25 1 25 1 15''&lt;br /&gt;
&lt;br /&gt;
|| As an assignment,&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Edit the line in the System Definition section as follows:&lt;br /&gt;
&lt;br /&gt;
Calculate the number of atoms and replace the number in the subsequent line.&lt;br /&gt;
&lt;br /&gt;
Save and run the input file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 10'''&lt;br /&gt;
&lt;br /&gt;
Thank you&lt;br /&gt;
&lt;br /&gt;
|| Thank you  &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/LAMMPS-Molecular-Dynamics-Simulator/C2/Simulation-of-Lennard-Jones-Bulk-Liquid/English</id>
		<title>LAMMPS-Molecular-Dynamics-Simulator/C2/Simulation-of-Lennard-Jones-Bulk-Liquid/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/LAMMPS-Molecular-Dynamics-Simulator/C2/Simulation-of-Lennard-Jones-Bulk-Liquid/English"/>
				<updated>2025-07-09T10:31:00Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Title of script''': Simulation of Lennard-Jones Bulk Liquid&lt;br /&gt;
&lt;br /&gt;
'''Author: '''Dr.Snehalatha Kaliappan, Prasad Baddi&lt;br /&gt;
&lt;br /&gt;
'''Keywords''': LAMMPS, Simulation, Lennard-Jones bulk liquid, input file, video tutorial&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
|-&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
|| '''Narration'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 1'''&lt;br /&gt;
&lt;br /&gt;
'''Title Slide'''&lt;br /&gt;
|| Welcome to this tutorial on '''Simulation of Lennard-Jones Bulk Liquid'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 2'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| In this tutorial, we will learn to,&lt;br /&gt;
&lt;br /&gt;
* Understand the structure of the input script to simulate Lennard-Jones bulk liquid.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 3'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| &lt;br /&gt;
* Initialize, setup simulation box, create atoms, minimize energy and equilibration.&lt;br /&gt;
* Run the simulation.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 4'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirement'''&lt;br /&gt;
|| To record this tutorial, I am using,&lt;br /&gt;
&lt;br /&gt;
'''Ubuntu Linux '''OS version 22.04&lt;br /&gt;
&lt;br /&gt;
Latest stable version of '''LAMMPS''' (LAMMPS Stable Release 29 Aug 2024)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 5'''&lt;br /&gt;
&lt;br /&gt;
'''Prerequisite'''&lt;br /&gt;
|| To follow this tutorial learner must be familiar with,&lt;br /&gt;
&lt;br /&gt;
basic computer operations on Linux OS.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide number 6'''&lt;br /&gt;
&lt;br /&gt;
'''Code file'''&lt;br /&gt;
|| The following input file is required to practice this tutorial:&lt;br /&gt;
&lt;br /&gt;
LJBulk.txt&lt;br /&gt;
&lt;br /&gt;
This file is provided in the Code files link of this tutorial page.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 7'''&lt;br /&gt;
&lt;br /&gt;
'''LJ Bulk Liquid simulations'''&lt;br /&gt;
&lt;br /&gt;
|| Here are some specific reasons for choosing the '''Lennard-jones''' simulations.&lt;br /&gt;
&lt;br /&gt;
1. Simplicity and Computational Efficiency&lt;br /&gt;
&lt;br /&gt;
2. Benchmarking and Model Testing&lt;br /&gt;
&lt;br /&gt;
3. Risk-Free Exploration of Scenarios&lt;br /&gt;
&lt;br /&gt;
4. Compatibility with Broader Systems&lt;br /&gt;
&lt;br /&gt;
For detailed explanation please refer to the Additional Reading material provided along with this tutorial.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Open the input file LJBulk.txt in gedit texttext editor.&lt;br /&gt;
|| Running simulations in LAMMPS require an input file.&lt;br /&gt;
&lt;br /&gt;
Download the input file provided along with this tutorial and save it on your system.&lt;br /&gt;
&lt;br /&gt;
Here I have opened the input file in a text editor. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on each section and highlight.&lt;br /&gt;
|| The input script is divided into four sections:&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
# Initialization&lt;br /&gt;
# System definition&lt;br /&gt;
# Simulation settings&lt;br /&gt;
# Running a simulation&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the input file.&lt;br /&gt;
|| Now let us look at what needs to be defined in each section:&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on Initialization section.&lt;br /&gt;
&lt;br /&gt;
Line 3: units lj &lt;br /&gt;
&lt;br /&gt;
|| '''Initialization'''&lt;br /&gt;
&lt;br /&gt;
The '''units''' command sets the style of the units for the quantities specified in the input script, data file, and output.&lt;br /&gt;
&lt;br /&gt;
Here we have specified as '''lj'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 4: dimension 3 &lt;br /&gt;
|| The '''dimension''' command sets the dimension of the simulation. &lt;br /&gt;
&lt;br /&gt;
Here we have 3, since we require the simulation in 3D.&lt;br /&gt;
&lt;br /&gt;
You can set it as 2, if you require a 2D simulation.&lt;br /&gt;
|-&lt;br /&gt;
|| Line 5: boundary p p p &lt;br /&gt;
|| The '''boundary''' command sets the boundary conditions of the simulation box. &lt;br /&gt;
&lt;br /&gt;
here, '''p''' refers periodic&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 6: atom_style atomic &lt;br /&gt;
|| The '''atom_style''' command defines necessary per-atom attributes for simulation models and data handling.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on System definition section.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Line 12: region box block 0 20 0 20 0 20 units box&lt;br /&gt;
&lt;br /&gt;
region liquid block 1 19 1 19 1 10&lt;br /&gt;
&lt;br /&gt;
create_atoms1 random 1754 12345 liquid&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
mass 1 1.0&lt;br /&gt;
||  '''System definition:''' &lt;br /&gt;
&lt;br /&gt;
Here we define a geometric region of space in x, y and z direction.&lt;br /&gt;
&lt;br /&gt;
We specified number 20 here.&lt;br /&gt;
&lt;br /&gt;
This number can be small or big, depending on the requirement of the simulation box.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 13: It is on line 14create_box 1 box&lt;br /&gt;
|| Defining simulation box&lt;br /&gt;
&lt;br /&gt;
Here 1 indicates the number of atom types present in the system.&lt;br /&gt;
&lt;br /&gt;
For example, if the system consists of 3 types of particles, then 1 should be replaced with 3  and so on.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 16: region liquid block 1 19 1 19 1 10&lt;br /&gt;
|| Defining a geometric region to place the liquid atoms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here, liquid is a group ID. &lt;br /&gt;
&lt;br /&gt;
The numbers are positioned low and high in X, Y and Z directions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We have defined 1 as low and 19 as high.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Based on this number we have to calculate the number of type 1 atoms as defined in the next line.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 17: create_atoms1 random 1926 12345 liquid&lt;br /&gt;
|| Creation of liquid atoms in the defined region “liquid”.&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Example: ''create_atoms'' 1 ''random'' 1926 12345 liquid&lt;br /&gt;
&lt;br /&gt;
Here, 1926 is the number of type 1 atoms.&lt;br /&gt;
&lt;br /&gt;
Please see the Additional Reading material for details of calculating this number.&lt;br /&gt;
&lt;br /&gt;
12345 is the random number to put the type 1 particles randomly in the defined region '''liquid'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 18:It is on line 19 mass 1 1.0&lt;br /&gt;
|| Defining the mass of the particle.&lt;br /&gt;
&lt;br /&gt;
Here, 1 and 1.0 represents type “1” particle and mass of the particle respectively.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 24: pair_style lj/cut 2.5 &lt;br /&gt;
|| Next in '''Simulation Settings:'''&lt;br /&gt;
&lt;br /&gt;
cutoff calculates the pairwise distances within the mentioned cutoff.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 30: group liq type 1&lt;br /&gt;
|| Here we enter the numbers that describe how atom pairs interact.&lt;br /&gt;
&lt;br /&gt;
Here, all type 1 particles are grouped with a group ID '''liq'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 34: minimize 1e-6 1e-6 10000 10000&lt;br /&gt;
|| '''Running a simulation:'''&lt;br /&gt;
&lt;br /&gt;
Minimization of the system to remove the overlap between the particles. &lt;br /&gt;
&lt;br /&gt;
These numbers indicate tolerance, force tolerance, max iteration, max evaluations.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 38: neighbor 0.3 bin&lt;br /&gt;
&lt;br /&gt;
Line 39: neigh_modify every 1 delay 0 check yes page 100000 one 5000&lt;br /&gt;
|| Building of pairwise neighbor lists.&lt;br /&gt;
&lt;br /&gt;
This command sets parameters that affect the building of pairwise neighbor lists. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 44: dump 1 liq atom 5 output.atom&lt;br /&gt;
|| Storing the position of all the coordinates to the file.&lt;br /&gt;
&lt;br /&gt;
Here 5 is the frequency of printing the output file and in the end gives the name for the output file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here we are naming it '''output.atom'''.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| Line 46: thermo_style custom step etotal&lt;br /&gt;
|| Logging the desired data during the simulation.&lt;br /&gt;
&lt;br /&gt;
''Here, other parameters can also be printed, and will be discussed in the upcoming tutorials.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 48: timestep 0.005&lt;br /&gt;
&lt;br /&gt;
Line 49: thermo 5&lt;br /&gt;
|| The '''timestep''' command sets the timestep size for the simulation.&lt;br /&gt;
&lt;br /&gt;
The '''thermo '''command computes and prints the desired thermodynamic information like:&lt;br /&gt;
&lt;br /&gt;
temperature, energy, pressure at the mentioned interval of time.&lt;br /&gt;
&lt;br /&gt;
Number 5 here indicates the frequency of printing output.&lt;br /&gt;
|-&lt;br /&gt;
|| Line 53: fix 1 liq npt temp 0.8 0.8 100 iso 1 1 100&lt;br /&gt;
|| In LAMMPS, a''' fix''' is any operation that is applied to the system during timestepping or minimization&lt;br /&gt;
&lt;br /&gt;
The '''npt''' command performs the time integration using equations of motion to generate positions and velocities for atoms. &lt;br /&gt;
&lt;br /&gt;
In an '''npt''' ensemble:&lt;br /&gt;
&lt;br /&gt;
the number of particles, pressure of the system and temperature of the system are held constant. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 55: run 10&lt;br /&gt;
|| Here 10 indicates timesteps_number.&lt;br /&gt;
&lt;br /&gt;
The large number will make the simulation more clear to visualize.&lt;br /&gt;
&lt;br /&gt;
The time taken to complete the simulation will also increase.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the sake of simplicity we have indicated 10 timesteps&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the input file.&lt;br /&gt;
&lt;br /&gt;
Close the text editor.&lt;br /&gt;
|| Now let me demonstrate how to run this input file.&lt;br /&gt;
&lt;br /&gt;
Close the text editor.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Go to the folder where input file is located.&lt;br /&gt;
&lt;br /&gt;
Open the folder and show the input file.&lt;br /&gt;
|| I have saved the input file in a folder in my home directory.&lt;br /&gt;
&lt;br /&gt;
Navigate to the input file location.&lt;br /&gt;
|-&lt;br /&gt;
|| Right click on the folder containing the input file. &lt;br /&gt;
&lt;br /&gt;
From the context menu choose '''Open in Terminal '''option.&lt;br /&gt;
||  As LAMMPS is already installed in your computer.&lt;br /&gt;
&lt;br /&gt;
Right click on the folder containing the input file. &lt;br /&gt;
&lt;br /&gt;
From the context menu choose '''Open in Terminal '''option.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the terminal.&lt;br /&gt;
|| Alternatively you can open the terminal and navigate to the path leading to the input file.&lt;br /&gt;
|-&lt;br /&gt;
|| At the prompt type “ &amp;lt;u&amp;gt;'''lmp_serial -in Ljbulk.txt'''&amp;lt;/u&amp;gt;”&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Press Enter.&lt;br /&gt;
|| Type the following command at the prompt to run the input file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''lmp_serial -in LJbulk.txt'''&lt;br /&gt;
&lt;br /&gt;
Windows users can open the command prompt, type the command and proceed as shown.&lt;br /&gt;
&lt;br /&gt;
Press Enter.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the terminal.&lt;br /&gt;
&lt;br /&gt;
Open the folder containing the input file to show '''log.lammps''' and '''output.atom.'''&lt;br /&gt;
|| The output is seen on the terminal.&lt;br /&gt;
&lt;br /&gt;
Two output files are generated, '''log.lammps''' and '''output.atom. '''&lt;br /&gt;
&lt;br /&gt;
These files will be saved in the same folder where your input file is located.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the folder.&lt;br /&gt;
|| The analysis and visualization of the output file will be covered in the upcoming tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| This brings us to the end of this tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 8'''&lt;br /&gt;
&lt;br /&gt;
'''Summary '''&lt;br /&gt;
|| Let's summarize.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 9'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment'''&lt;br /&gt;
&lt;br /&gt;
Edit the line in the System Definition section as follows &lt;br /&gt;
&lt;br /&gt;
''region liquid block 1 25 1 25 1 15''&lt;br /&gt;
&lt;br /&gt;
|| As an assignment,&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Edit the line in the System Definition section as follows:&lt;br /&gt;
&lt;br /&gt;
Calculate the number of atoms and replace the number in the subsequent line.&lt;br /&gt;
&lt;br /&gt;
Save and run the input file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 10'''&lt;br /&gt;
&lt;br /&gt;
Thank you&lt;br /&gt;
&lt;br /&gt;
|| Thank you  &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/ORCA---Computational-Chemistry/C2/Create-XYZ-File-using-Open-Babel/English</id>
		<title>ORCA---Computational-Chemistry/C2/Create-XYZ-File-using-Open-Babel/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/ORCA---Computational-Chemistry/C2/Create-XYZ-File-using-Open-Babel/English"/>
				<updated>2025-07-09T09:22:43Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: Created page with &amp;quot;  '''Title of the script''': Create XYZ File using Open Babel  '''Author: '''Madhuri Ganapathi, Raj Singh  '''Keywords:''' ORCA, Open Babel, Jmol, XYZ file, mol file, SMILES s...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
'''Title of the script''': Create XYZ File using Open Babel&lt;br /&gt;
&lt;br /&gt;
'''Author: '''Madhuri Ganapathi, Raj Singh&lt;br /&gt;
&lt;br /&gt;
'''Keywords:''' ORCA, Open Babel, Jmol, XYZ file, mol file, SMILES string, orca input file, video tutorial.&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|- &lt;br /&gt;
|| '''Visual Cue '''&lt;br /&gt;
|| '''Narration'''&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 1 '''&lt;br /&gt;
&lt;br /&gt;
'''Title slide'''&lt;br /&gt;
|| Welcome to this spoken tutorial on '''Create XYZ File using Open Babel'''.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 2 '''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| In this tutorial, we will learn to,&lt;br /&gt;
* Load water molecule in '''Jmol'''&lt;br /&gt;
* Save the file in mol format&lt;br /&gt;
* Create SMILES string&lt;br /&gt;
* Create XYZ file format using''' Open Babel'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 3'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirements'''&lt;br /&gt;
|| Here I am using,&lt;br /&gt;
* '''Ubuntu Linux '''OS version 22.04&lt;br /&gt;
* Jmol version 16.2.35&lt;br /&gt;
* Java version 11.0.25&lt;br /&gt;
* Gedit text editor version 41.0&lt;br /&gt;
&lt;br /&gt;
A working internet connection&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 4'''&lt;br /&gt;
&lt;br /&gt;
'''Pre-requisites'''&lt;br /&gt;
&lt;br /&gt;
'''https://spoken-tutorial.org'''&lt;br /&gt;
|| To follow this tutorial, learners should be familiar with the''' Jmol''' interface&lt;br /&gt;
&lt;br /&gt;
Please watch the Jmol tutorials available on this website&lt;br /&gt;
|-&lt;br /&gt;
|| Point to the interface.&lt;br /&gt;
|| I have opened the Jmol interface.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on File and select Get MOL option.&lt;br /&gt;
&lt;br /&gt;
In the text box that appears type water and click OK button&lt;br /&gt;
|| Let us load the water molecule on the Jmol panel.&lt;br /&gt;
&lt;br /&gt;
Click on '''File '''and select '''Get MOL '''option.&lt;br /&gt;
&lt;br /&gt;
In the text box that appears, type water and click '''OK '''button.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to the water molecule.&lt;br /&gt;
&lt;br /&gt;
Click on the Open model kit icon on the tool bar.&lt;br /&gt;
&lt;br /&gt;
From the options click on minimize.&lt;br /&gt;
|| A water molecule appears on the panel.&lt;br /&gt;
&lt;br /&gt;
Click on the model kit icon.&lt;br /&gt;
&lt;br /&gt;
From the options select '''minimize''' to minimize the structure.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on Open the model kit.&lt;br /&gt;
&lt;br /&gt;
Select '''save file''' option.&lt;br /&gt;
&lt;br /&gt;
Save dialog box opens.&lt;br /&gt;
&lt;br /&gt;
Type the file name as water.mol and click on Save button.&lt;br /&gt;
|| Let us now save the file. &lt;br /&gt;
&lt;br /&gt;
Open the model kit menu.&lt;br /&gt;
&lt;br /&gt;
Select '''save file''' option.&lt;br /&gt;
&lt;br /&gt;
Save dialog box opens.&lt;br /&gt;
&lt;br /&gt;
Choose a suitable location to save the file.&lt;br /&gt;
&lt;br /&gt;
Type the file name as '''water.mol''' .&lt;br /&gt;
&lt;br /&gt;
In Files of type option select '''Mol.'''&lt;br /&gt;
&lt;br /&gt;
Click on '''Save''' button at the bottom right corner.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| Let us open the '''2-D Editor '''in '''Jmol'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''Tools''' menu, select '''2-D Editor '''from the drop-down&lt;br /&gt;
|| Click on''' Tools''' menu, select '''2-D Editor '''from the drop-down.&lt;br /&gt;
&lt;br /&gt;
water molecule is shown in the editor.&lt;br /&gt;
&lt;br /&gt;
Click on the yellow smiley button at the top left of the window.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the pop-up window.&lt;br /&gt;
&lt;br /&gt;
Copy the '''SMILES''' string(O)for water using Ctrl and C buttons.&lt;br /&gt;
|| A small pop-up window opens.&lt;br /&gt;
&lt;br /&gt;
Here we will see capital “'''O'''” which is the SMILES string for water molecule.&lt;br /&gt;
&lt;br /&gt;
Copy the '''SMILES''' string using Ctrl and C keys.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the '''Close''' button on the '''SMILES''' window.&lt;br /&gt;
|| Let us close the '''SMILES''' window.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 5'''&lt;br /&gt;
&lt;br /&gt;
'''Create XYZ File Format'''&lt;br /&gt;
|| Here we will demonstrate two ways to create XYZ file format using '''Open Babel '''&lt;br /&gt;
&lt;br /&gt;
One using SMILES string and the other using a mol file.&lt;br /&gt;
&lt;br /&gt;
XYZ file format will be used to create input file to run ORCA.&lt;br /&gt;
|-&lt;br /&gt;
|| Show Openbabel interface.&lt;br /&gt;
&lt;br /&gt;
[https://www.cheminfo.org/Chemistry/Cheminformatics/FormatConverter/index.html https://www.cheminfo.org/Chemistry/Cheminformatics/FormatConverter/index.html]&lt;br /&gt;
&lt;br /&gt;
point to the page.&lt;br /&gt;
|| Open any web browser.&lt;br /&gt;
&lt;br /&gt;
Type '''Openbabel '''in the Google search bar.&lt;br /&gt;
&lt;br /&gt;
Click on the link '''Open Babel Chemical file format converter.'''&lt;br /&gt;
&lt;br /&gt;
'''Open Babel''' page opens. &lt;br /&gt;
&lt;br /&gt;
This is an online web page to convert chemical structure files to various file formats.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor in the open babel page.&lt;br /&gt;
|| Let’s demonstrate how to convert a mol file and a '''SMILES '''string to '''xyz''' format.&lt;br /&gt;
|-&lt;br /&gt;
|| Inside the Input block delete the default SMILE&lt;br /&gt;
&lt;br /&gt;
type the SMILE of water O or '''[OH2]. '''&lt;br /&gt;
|| On the left side of the page we can see an '''INPUT''' panel.&lt;br /&gt;
&lt;br /&gt;
In the centre of the page you will see the '''Options''' panel.&lt;br /&gt;
&lt;br /&gt;
On the right side we have an '''OUTPUT '''panel.&lt;br /&gt;
&lt;br /&gt;
In the Input panel delete the default '''SMILE string. '''&lt;br /&gt;
&lt;br /&gt;
Copy'''/'''Paste or type the SMILES string here as '''O''' for water molecule.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to the''' Options''' window.&lt;br /&gt;
&lt;br /&gt;
Point to the Input format - SMILES.&lt;br /&gt;
&lt;br /&gt;
Select the output format as '''XYZ '''from the drop down list. &lt;br /&gt;
|| In the '''Options '''panel, the input format is selected as '''SMILES'''.&lt;br /&gt;
&lt;br /&gt;
Select the output format as '''XYZ '''from the drop down list. &lt;br /&gt;
|-&lt;br /&gt;
|| In '''Generate Coordinates '''drop down, select''' 3D'''. &lt;br /&gt;
|| In the '''Generate Coordinates''' drop down, select''' 3D'''. &lt;br /&gt;
|-&lt;br /&gt;
|| Click on the “'''Convert” '''button below.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Convert '''button found below the '''Options''' panel.&lt;br /&gt;
|| Leave the other options as default.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Convert '''button found below the '''Options''' panel.&lt;br /&gt;
|-&lt;br /&gt;
|| Navigate to the output section on the right side of the interface. &lt;br /&gt;
&lt;br /&gt;
Click on the download File icon on the top right corner of the Output box.&lt;br /&gt;
|| In the '''OUTPUT''' box, '''xyz coordinates''' of the water molecule will appear. &lt;br /&gt;
&lt;br /&gt;
On the top right corner of the''' Output '''box, click the '''Download File''' icon.&lt;br /&gt;
|-&lt;br /&gt;
|| In the Save dialog box, In the Name field, the default name '''structure.xyz '''is seen.&lt;br /&gt;
&lt;br /&gt;
Change the name as water.xyz&lt;br /&gt;
&lt;br /&gt;
Click on the Save button at the top right corner of the dialog box.&lt;br /&gt;
&lt;br /&gt;
Show the downloading file.&lt;br /&gt;
|| The file downloads as '''structure.xyz''' to my downloads folder.&lt;br /&gt;
&lt;br /&gt;
Rename the file as''' [http://water.xyz/ water.xyz].'''&lt;br /&gt;
&lt;br /&gt;
If a save file dialog box opens, save the file as '''water.xyz'''.&lt;br /&gt;
&lt;br /&gt;
Back to '''Open Babel Chemical file format converter page.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Point to the input box.&lt;br /&gt;
|| Now let’s convert a mol file to xyz format.&lt;br /&gt;
&lt;br /&gt;
In the Open babel page, on the top left side we can see '''Drop or paste here your input file '''box.&lt;br /&gt;
|-&lt;br /&gt;
|| Click inside the box, '''File Upload''' window opens.&lt;br /&gt;
|| Click inside the box,''' File Upload''' window opens.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to the water.mol in the folder.&lt;br /&gt;
&lt;br /&gt;
Select the saved water.mol file from the folder.&lt;br /&gt;
&lt;br /&gt;
Click the Open button at the top right corner of the window.&lt;br /&gt;
|| Select the saved '''water.mol '''file from the folder.&lt;br /&gt;
&lt;br /&gt;
Click the '''Open''' button at the top right corner of the window.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to the information.&lt;br /&gt;
&lt;br /&gt;
Point to the word ”string”.&lt;br /&gt;
&lt;br /&gt;
Select the word''' string''' and press '''Delete key '''on the keyboard.&lt;br /&gt;
|| The '''INPUT''' box displays the information of the structure.&lt;br /&gt;
&lt;br /&gt;
In the '''INPUT '''box, delete the first line. &lt;br /&gt;
&lt;br /&gt;
The url here. &lt;br /&gt;
&lt;br /&gt;
In some cases you may see a word “string”&lt;br /&gt;
&lt;br /&gt;
This is done to avoid the url or word '''string showing up''' in the output file.&lt;br /&gt;
|-&lt;br /&gt;
|| From the '''Options '''panel, select the input format as mol--MDL MOL format.&lt;br /&gt;
|| From the '''Options''' panel, select the input file format as '''mol--MDL MOL''' format.&lt;br /&gt;
|-&lt;br /&gt;
|| Select the output format as xyz--XYZ cartesian coordinates format.&lt;br /&gt;
|| Now select the output format as xyz-'''XYZ cartesian coordinates format.'''&lt;br /&gt;
|-&lt;br /&gt;
|| In Generate Coordinates''' '''drop down, select''' 3D'''. &lt;br /&gt;
|| In the '''Generate Coordinates''' drop down, select''' 3D'''. &lt;br /&gt;
|-&lt;br /&gt;
|| Below the '''Options''' box, click on the''' Convert '''button.&lt;br /&gt;
|| Leave the other options as such in the panel.&lt;br /&gt;
&lt;br /&gt;
Below the''' Options''' box, click on the '''Convert''' button.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to the coordinates.&lt;br /&gt;
&lt;br /&gt;
Navigate to the output section on the right side of the interface. &lt;br /&gt;
|| In the '''OUTPUT''' box, the xyz coordinates of the water molecule are displayed.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the download File icon on the top right corner of the Output box.&lt;br /&gt;
|| As explained before, download the xyz file. Click the '''Download File''' icon in the Output box.&lt;br /&gt;
&lt;br /&gt;
Save the file '''structure.xyz''' as '''water.xyz'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Right-click on '''water.xyz file.'''&lt;br /&gt;
&lt;br /&gt;
'''Select Open with Text Editor''' option. &lt;br /&gt;
|| Let us open the''' Downloads''' folder and navigate to '''water.xyz .'''&lt;br /&gt;
&lt;br /&gt;
Right-click on the file and open the file using a text editor.&lt;br /&gt;
&lt;br /&gt;
Windows users may use notepad or any other text editor.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to the numbers and xyz coordinates.&lt;br /&gt;
&lt;br /&gt;
Point to the values.&lt;br /&gt;
|| The numbers in rows are the '''xyz''' coordinates of the atoms, Oxygen, Hydrogen and Hydrogen.&lt;br /&gt;
&lt;br /&gt;
They are in '''Angstrom '''units.&lt;br /&gt;
&lt;br /&gt;
The values here are tab separated.&lt;br /&gt;
&lt;br /&gt;
We will use this''' water.xyz''' file to create the input file to run '''ORCA.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 6'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
&lt;br /&gt;
In this tutorial we have learnt to,&lt;br /&gt;
&lt;br /&gt;
Load water molecule in '''Jmol'''&lt;br /&gt;
&lt;br /&gt;
Save the file in mol format&lt;br /&gt;
&lt;br /&gt;
Create SMILES string&lt;br /&gt;
&lt;br /&gt;
Create XYZ file format using''' Open Babel'''&lt;br /&gt;
|| With this we come to the end of this tutorial&lt;br /&gt;
&lt;br /&gt;
Let us summarise.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 7'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment'''&lt;br /&gt;
|| As an assignment &lt;br /&gt;
* Generate '''SMILES''' and mol file for carbon monoxide and ammonia molecules using Jmol.&lt;br /&gt;
* Create the '''XYZ '''files using '''SMILES''' and mol file in '''Open Babel.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 8'''&lt;br /&gt;
&lt;br /&gt;
'''Thank you'''&lt;br /&gt;
|| Thank you for joining.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/LAMMPS-Molecular-Dynamics-Simulator/C2/Simulation-of-Lennard-Jones-Bulk-Liquid/English</id>
		<title>LAMMPS-Molecular-Dynamics-Simulator/C2/Simulation-of-Lennard-Jones-Bulk-Liquid/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/LAMMPS-Molecular-Dynamics-Simulator/C2/Simulation-of-Lennard-Jones-Bulk-Liquid/English"/>
				<updated>2025-07-09T06:15:24Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
'''Title of script''': Simulation of Lennard-Jones Bulk Liquid&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Author: '''Dr.Snehalatha Kaliappan, Prasad Baddi&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Keywords''': LAMMPS, Simulation, Lennard-Jones bulk liquid, input file, video tutorial&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
|-&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
|| '''Narration'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 1'''&lt;br /&gt;
&lt;br /&gt;
'''Title Slide'''&lt;br /&gt;
|| Welcome to this tutorial on '''Simulation of Lennard-Jones Bulk Liquid'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 2'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| In this tutorial, we will learn to,&lt;br /&gt;
&lt;br /&gt;
* Understand the structure of the input script to simulate Lennard-Jones bulk liquid.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 3'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| In this tutorial, we will learn to,&lt;br /&gt;
* Initialize, setup simulation box, create atoms, minimize energy and equilibration.&lt;br /&gt;
* Run the simulation.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 4'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirement'''&lt;br /&gt;
|| To record this tutorial, I am using,&lt;br /&gt;
&lt;br /&gt;
'''Ubuntu Linux '''OS version 22.04&lt;br /&gt;
&lt;br /&gt;
Latest stable version of '''LAMMPS''' (LAMMPS Stable Release 29 Aug 2024)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 5'''&lt;br /&gt;
&lt;br /&gt;
'''Prerequisite'''&lt;br /&gt;
|| To follow this tutorial learner must be familiar with,&lt;br /&gt;
&lt;br /&gt;
basic computer operations on Linux OS.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide number 6'''&lt;br /&gt;
&lt;br /&gt;
'''Code file'''&lt;br /&gt;
|| The following input file is required to practice this tutorial:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
LJBulk.txt&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This file is provided in the Code files link of this tutorial page.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 7'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''LJ Bulk Liquid simulations'''&lt;br /&gt;
&lt;br /&gt;
|| Here are some specific reasons for choosing the '''Lennard-jones''' simulations.&lt;br /&gt;
&lt;br /&gt;
Simplicity and Computational Efficiency&lt;br /&gt;
&lt;br /&gt;
Benchmarking and Model Testing&lt;br /&gt;
&lt;br /&gt;
Risk-Free Exploration of Scenarios&lt;br /&gt;
&lt;br /&gt;
Compatibility with Broader Systems&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For detailed explanation please refer to the Additional Reading material provided along with this tutorial.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Open the input file LJBulk.txt in gedit texttext editor.&lt;br /&gt;
|| Running simulations in LAMMPS require an input file.&lt;br /&gt;
&lt;br /&gt;
Download the input file provided along with this tutorial and save it on your system.&lt;br /&gt;
&lt;br /&gt;
Here I have opened the input file in a text editor. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on each section and highlight.&lt;br /&gt;
|| The input script is divided into four sections:&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Initialization&lt;br /&gt;
# System definition&lt;br /&gt;
# Simulation settings&lt;br /&gt;
# Running a simulation&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the input file.&lt;br /&gt;
|| Now let us look at what needs to be defined in each section:&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on Initialization section.&lt;br /&gt;
&lt;br /&gt;
Line 3: units lj &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|| '''Initialization'''&lt;br /&gt;
&lt;br /&gt;
The '''units''' command sets the style of the units for the quantities specified in the input script, data file, and output.&lt;br /&gt;
&lt;br /&gt;
Here we have specified as lj.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 4: dimension 3 &lt;br /&gt;
|| The '''dimension''' command sets the dimension of the simulation. &lt;br /&gt;
&lt;br /&gt;
Here we have 3, since we require the simulation in 3D.&lt;br /&gt;
&lt;br /&gt;
You can set it as 2, if you require a 2D simulation.&lt;br /&gt;
|-&lt;br /&gt;
|| Line 5: boundary p p p &lt;br /&gt;
|| The '''boundary''' command sets the boundary conditions of the simulation box. &lt;br /&gt;
&lt;br /&gt;
here, '''p''' refers periodic&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 6: atom_style atomic &lt;br /&gt;
|| The '''atom_style''' command defines necessary per-atom attributes for simulation models and data handling.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on System definition section.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Line 12: region box block 0 20 0 20 0 20 units box&lt;br /&gt;
&lt;br /&gt;
region liquid block 1 19 1 19 1 10&lt;br /&gt;
&lt;br /&gt;
create_atoms1 random 1754 12345 liquid&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
mass 1 1.0&lt;br /&gt;
||  '''System definition:''' &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here we define a geometric region of space in x, y and z direction.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We specified number 20 here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This number can be small or big, depending on the requirement of the simulation box.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 13: It is on line 14create_box 1 box&lt;br /&gt;
|| Defining simulation box&lt;br /&gt;
&lt;br /&gt;
Here '''1''' indicates the number of atom types present in the system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, if the system consists of '''3 '''types of particles, then '''1''' should be replaced with '''3 ''' and so on.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 16: region liquid block 1 19 1 19 1 10&lt;br /&gt;
|| Defining a geometric region to place the liquid atoms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here, liquid is a group ID, the numbers are positioned low and high in X, Y and Z directions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We have defined 1 as low and 19 as high.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Based on this number we have to calculate the number of type 1 atoms as defined in the next line.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 17: create_atoms1 random 1926 12345 liquid&lt;br /&gt;
|| Creation of liquid atoms in the defined region “liquid”.&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Example: ''create_atoms'' 1 ''random'' 1926 12345 liquid&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here, 1926 is the number of type 1 atoms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please see the Additional Reading material for details of calculating this number.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
12345 is the random number to put the type 1 particles randomly in the defined region '''liquid'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 18:It is on line 19 mass 1 1.0&lt;br /&gt;
|| Defining the mass of the particle.&lt;br /&gt;
&lt;br /&gt;
Here, 1 and 1.0 represents type “1” particle and mass of the particle respectively&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 24: pair_style lj/cut 2.5 &lt;br /&gt;
|| Next in '''Simulation Settings:'''&lt;br /&gt;
&lt;br /&gt;
cutoff calculates the pairwise distances within the mentioned cutoff.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 30: group liq type 1&lt;br /&gt;
|| Here we enter the numbers that describe how atom pairs interact.&lt;br /&gt;
&lt;br /&gt;
Here, all type 1 particles are grouped with a group ID liq.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 34: minimize 1e-6 1e-6 10000 10000&lt;br /&gt;
|| '''Running a simulation:'''&lt;br /&gt;
&lt;br /&gt;
Minimization of the system to remove the overlap between the particles. &lt;br /&gt;
&lt;br /&gt;
These numbers indicate tolerance, force tolerance, max iteration, max evaluations.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 38: neighbor 0.3 bin&lt;br /&gt;
&lt;br /&gt;
Line 39: neigh_modify every 1 delay 0 check yes page 100000 one 5000&lt;br /&gt;
|| Building of pairwise neighbor lists.&lt;br /&gt;
&lt;br /&gt;
This command sets parameters that affect the building of pairwise neighbor lists. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 44: dump 1 liq atom 5 output.atom&lt;br /&gt;
|| Storing the position of all the coordinates to the file.&lt;br /&gt;
&lt;br /&gt;
Here 5 is the frequency of printing the output file and in the end gives the name for the output file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here we are naming it output.atom.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| Line 46: thermo_style custom step etotal&lt;br /&gt;
|| Logging the desired data during the simulation.&lt;br /&gt;
&lt;br /&gt;
''Here, other parameters can also be printed, and will be discussed in the upcoming tutorials.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 48: timestep 0.005&lt;br /&gt;
&lt;br /&gt;
Line 49: thermo 5&lt;br /&gt;
|| The '''timestep''' command sets the timestep size for the simulation.&lt;br /&gt;
&lt;br /&gt;
The '''thermo '''command computes and prints the desired thermodynamic information like:&lt;br /&gt;
&lt;br /&gt;
temperature, energy, pressure at the mentioned interval of time.&lt;br /&gt;
&lt;br /&gt;
Number 5 here indicates the frequency of printing output.&lt;br /&gt;
|-&lt;br /&gt;
|| Line 53: fix 1 liq npt temp 0.8 0.8 100 iso 1 1 100&lt;br /&gt;
|| In LAMMPS, a''' fix''' is any operation that is applied to the system during timestepping or minimization&lt;br /&gt;
&lt;br /&gt;
The '''npt''' command performs the time integration''' '''using equations of motion to generate positions and velocities for atoms. &lt;br /&gt;
&lt;br /&gt;
In an '''np'''t ensemble:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
the number of particles, pressure of the system and temperature of the system are held constant. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 55: run 10&lt;br /&gt;
|| Here 10 indicates timesteps_number.&lt;br /&gt;
&lt;br /&gt;
The large number will make the simulation more clear to visualize .&lt;br /&gt;
&lt;br /&gt;
The time taken to complete the simulation will also increase.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the sake of simplicity we have indicated 10 timesteps&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the input file.&lt;br /&gt;
&lt;br /&gt;
Close the text editor.&lt;br /&gt;
|| Now let me demonstrate how to run this input file.&lt;br /&gt;
&lt;br /&gt;
Close the text editor.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Go to the folder where input file is located.&lt;br /&gt;
&lt;br /&gt;
Open the folder and show the input file.&lt;br /&gt;
|| I have saved the input file in a folder in my home directory.&lt;br /&gt;
&lt;br /&gt;
Navigate to the input file location.&lt;br /&gt;
|-&lt;br /&gt;
|| Right click on the folder containing the input file. &lt;br /&gt;
&lt;br /&gt;
From the context menu choose '''Open in Terminal '''option.&lt;br /&gt;
||  As LAMMPS is already installed in your computer.&lt;br /&gt;
&lt;br /&gt;
Right click on the folder containing the input file. &lt;br /&gt;
&lt;br /&gt;
From the context menu choose '''Open in Terminal '''option.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the terminal.&lt;br /&gt;
|| Alternatively you can open the terminal and navigate to the path leading to the input file.&lt;br /&gt;
|-&lt;br /&gt;
|| At the prompt type “ &amp;lt;u&amp;gt;'''lmp_serial -in Ljbulk.txt'''&amp;lt;/u&amp;gt;”&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Press enter&lt;br /&gt;
|| Type the following command at the prompt to run the input file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''lmp_serial -in LJbulk.txt'''&lt;br /&gt;
&lt;br /&gt;
Windows users can open the command prompt, type the command and proceed as shown.&lt;br /&gt;
&lt;br /&gt;
Press enter&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the terminal.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Open the folder containing the input file to show '''log.lammps''' and '''output.atom..'''&lt;br /&gt;
|| The output is seen on the terminal.&lt;br /&gt;
&lt;br /&gt;
Two output files are generated, '''log.lammps''' and '''output.atom. '''&lt;br /&gt;
&lt;br /&gt;
These files will be saved in the same folder where your input file is located.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the folder.&lt;br /&gt;
|| The analysis and visualization of the output file will be covered in the upcoming tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| This brings us to the end of this tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 8'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Summary '''&lt;br /&gt;
|| Let's summarize.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 9'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment'''&lt;br /&gt;
&lt;br /&gt;
Edit the line in the System Definition section as follows &lt;br /&gt;
&lt;br /&gt;
''region liquid block 1 25 1 25 1 15''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|| As an assignment,&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Edit the line in the System Definition section as follows &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Calculate the number of atoms and replace the number in the subsequent line.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Save and run the input file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 10'''&lt;br /&gt;
&lt;br /&gt;
Thank you&lt;br /&gt;
&lt;br /&gt;
|| Thank you  &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/LAMMPS-Molecular-Dynamics-Simulator/C2/Simulation-of-Lennard-Jones-Bulk-Liquid/English</id>
		<title>LAMMPS-Molecular-Dynamics-Simulator/C2/Simulation-of-Lennard-Jones-Bulk-Liquid/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/LAMMPS-Molecular-Dynamics-Simulator/C2/Simulation-of-Lennard-Jones-Bulk-Liquid/English"/>
				<updated>2025-07-09T06:15:05Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: Created page with &amp;quot;  '''Title of script''': Simulation of Lennard-Jones Bulk Liquid   '''Author: '''Dr.Snehalatha Kaliappan, Prasad Baddi   '''Keywords''': LAMMPS, Simulation, Lennard-Jones bulk...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
'''Title of script''': Simulation of Lennard-Jones Bulk Liquid&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Author: '''Dr.Snehalatha Kaliappan, Prasad Baddi&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Keywords''': LAMMPS, Simulation, Lennard-Jones bulk liquid, input file, video tutorial&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
|-&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
|| '''Narration'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 1'''&lt;br /&gt;
&lt;br /&gt;
'''Title Slide'''&lt;br /&gt;
|| Welcome to this tutorial on '''Simulation of Lennard-Jones Bulk Liquid'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 2'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| In this tutorial, we will learn to,&lt;br /&gt;
&lt;br /&gt;
* Understand the structure of the input script to simulate Lennard-Jones bulk liquid.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 3'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| In this tutorial, we will learn to,&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Initialize, setup simulation box, create atoms, minimize energy and equilibration.&lt;br /&gt;
* Run the simulation.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 4'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirement'''&lt;br /&gt;
|| To record this tutorial, I am using,&lt;br /&gt;
&lt;br /&gt;
'''Ubuntu Linux '''OS version 22.04&lt;br /&gt;
&lt;br /&gt;
Latest stable version of '''LAMMPS''' (LAMMPS Stable Release 29 Aug 2024)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 5'''&lt;br /&gt;
&lt;br /&gt;
'''Prerequisite'''&lt;br /&gt;
|| To follow this tutorial learner must be familiar with,&lt;br /&gt;
&lt;br /&gt;
basic computer operations on Linux OS.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide number 6'''&lt;br /&gt;
&lt;br /&gt;
'''Code file'''&lt;br /&gt;
|| The following input file is required to practice this tutorial:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
LJBulk.txt&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This file is provided in the Code files link of this tutorial page.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 7'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''LJ Bulk Liquid simulations'''&lt;br /&gt;
&lt;br /&gt;
|| Here are some specific reasons for choosing the '''Lennard-jones''' simulations.&lt;br /&gt;
&lt;br /&gt;
Simplicity and Computational Efficiency&lt;br /&gt;
&lt;br /&gt;
Benchmarking and Model Testing&lt;br /&gt;
&lt;br /&gt;
Risk-Free Exploration of Scenarios&lt;br /&gt;
&lt;br /&gt;
Compatibility with Broader Systems&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For detailed explanation please refer to the Additional Reading material provided along with this tutorial.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Open the input file LJBulk.txt in gedit texttext editor.&lt;br /&gt;
|| Running simulations in LAMMPS require an input file.&lt;br /&gt;
&lt;br /&gt;
Download the input file provided along with this tutorial and save it on your system.&lt;br /&gt;
&lt;br /&gt;
Here I have opened the input file in a text editor. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on each section and highlight.&lt;br /&gt;
|| The input script is divided into four sections:&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Initialization&lt;br /&gt;
# System definition&lt;br /&gt;
# Simulation settings&lt;br /&gt;
# Running a simulation&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the input file.&lt;br /&gt;
|| Now let us look at what needs to be defined in each section:&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on Initialization section.&lt;br /&gt;
&lt;br /&gt;
Line 3: units lj &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|| '''Initialization'''&lt;br /&gt;
&lt;br /&gt;
The '''units''' command sets the style of the units for the quantities specified in the input script, data file, and output.&lt;br /&gt;
&lt;br /&gt;
Here we have specified as lj.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 4: dimension 3 &lt;br /&gt;
|| The '''dimension''' command sets the dimension of the simulation. &lt;br /&gt;
&lt;br /&gt;
Here we have 3, since we require the simulation in 3D.&lt;br /&gt;
&lt;br /&gt;
You can set it as 2, if you require a 2D simulation.&lt;br /&gt;
|-&lt;br /&gt;
|| Line 5: boundary p p p &lt;br /&gt;
|| The '''boundary''' command sets the boundary conditions of the simulation box. &lt;br /&gt;
&lt;br /&gt;
here, '''p''' refers periodic&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 6: atom_style atomic &lt;br /&gt;
|| The '''atom_style''' command defines necessary per-atom attributes for simulation models and data handling.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on System definition section.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Line 12: region box block 0 20 0 20 0 20 units box&lt;br /&gt;
&lt;br /&gt;
region liquid block 1 19 1 19 1 10&lt;br /&gt;
&lt;br /&gt;
create_atoms1 random 1754 12345 liquid&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
mass 1 1.0&lt;br /&gt;
||  '''System definition:''' &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here we define a geometric region of space in x, y and z direction.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We specified number 20 here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This number can be small or big, depending on the requirement of the simulation box.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 13: It is on line 14create_box 1 box&lt;br /&gt;
|| Defining simulation box&lt;br /&gt;
&lt;br /&gt;
Here '''1''' indicates the number of atom types present in the system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example, if the system consists of '''3 '''types of particles, then '''1''' should be replaced with '''3 ''' and so on.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 16: region liquid block 1 19 1 19 1 10&lt;br /&gt;
|| Defining a geometric region to place the liquid atoms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here, liquid is a group ID, the numbers are positioned low and high in X, Y and Z directions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We have defined 1 as low and 19 as high.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Based on this number we have to calculate the number of type 1 atoms as defined in the next line.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 17: create_atoms1 random 1926 12345 liquid&lt;br /&gt;
|| Creation of liquid atoms in the defined region “liquid”.&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Example: ''create_atoms'' 1 ''random'' 1926 12345 liquid&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here, 1926 is the number of type 1 atoms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please see the Additional Reading material for details of calculating this number.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
12345 is the random number to put the type 1 particles randomly in the defined region '''liquid'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 18:It is on line 19 mass 1 1.0&lt;br /&gt;
|| Defining the mass of the particle.&lt;br /&gt;
&lt;br /&gt;
Here, 1 and 1.0 represents type “1” particle and mass of the particle respectively&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 24: pair_style lj/cut 2.5 &lt;br /&gt;
|| Next in '''Simulation Settings:'''&lt;br /&gt;
&lt;br /&gt;
cutoff calculates the pairwise distances within the mentioned cutoff.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 30: group liq type 1&lt;br /&gt;
|| Here we enter the numbers that describe how atom pairs interact.&lt;br /&gt;
&lt;br /&gt;
Here, all type 1 particles are grouped with a group ID liq.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 34: minimize 1e-6 1e-6 10000 10000&lt;br /&gt;
|| '''Running a simulation:'''&lt;br /&gt;
&lt;br /&gt;
Minimization of the system to remove the overlap between the particles. &lt;br /&gt;
&lt;br /&gt;
These numbers indicate tolerance, force tolerance, max iteration, max evaluations.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 38: neighbor 0.3 bin&lt;br /&gt;
&lt;br /&gt;
Line 39: neigh_modify every 1 delay 0 check yes page 100000 one 5000&lt;br /&gt;
|| Building of pairwise neighbor lists.&lt;br /&gt;
&lt;br /&gt;
This command sets parameters that affect the building of pairwise neighbor lists. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 44: dump 1 liq atom 5 output.atom&lt;br /&gt;
|| Storing the position of all the coordinates to the file.&lt;br /&gt;
&lt;br /&gt;
Here 5 is the frequency of printing the output file and in the end gives the name for the output file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here we are naming it output.atom.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| Line 46: thermo_style custom step etotal&lt;br /&gt;
|| Logging the desired data during the simulation.&lt;br /&gt;
&lt;br /&gt;
''Here, other parameters can also be printed, and will be discussed in the upcoming tutorials.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 48: timestep 0.005&lt;br /&gt;
&lt;br /&gt;
Line 49: thermo 5&lt;br /&gt;
|| The '''timestep''' command sets the timestep size for the simulation.&lt;br /&gt;
&lt;br /&gt;
The '''thermo '''command computes and prints the desired thermodynamic information like:&lt;br /&gt;
&lt;br /&gt;
temperature, energy, pressure at the mentioned interval of time.&lt;br /&gt;
&lt;br /&gt;
Number 5 here indicates the frequency of printing output.&lt;br /&gt;
|-&lt;br /&gt;
|| Line 53: fix 1 liq npt temp 0.8 0.8 100 iso 1 1 100&lt;br /&gt;
|| In LAMMPS, a''' fix''' is any operation that is applied to the system during timestepping or minimization&lt;br /&gt;
&lt;br /&gt;
The '''npt''' command performs the time integration''' '''using equations of motion to generate positions and velocities for atoms. &lt;br /&gt;
&lt;br /&gt;
In an '''np'''t ensemble:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
the number of particles, pressure of the system and temperature of the system are held constant. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Line 55: run 10&lt;br /&gt;
|| Here 10 indicates timesteps_number.&lt;br /&gt;
&lt;br /&gt;
The large number will make the simulation more clear to visualize .&lt;br /&gt;
&lt;br /&gt;
The time taken to complete the simulation will also increase.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the sake of simplicity we have indicated 10 timesteps&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the input file.&lt;br /&gt;
&lt;br /&gt;
Close the text editor.&lt;br /&gt;
|| Now let me demonstrate how to run this input file.&lt;br /&gt;
&lt;br /&gt;
Close the text editor.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Go to the folder where input file is located.&lt;br /&gt;
&lt;br /&gt;
Open the folder and show the input file.&lt;br /&gt;
|| I have saved the input file in a folder in my home directory.&lt;br /&gt;
&lt;br /&gt;
Navigate to the input file location.&lt;br /&gt;
|-&lt;br /&gt;
|| Right click on the folder containing the input file. &lt;br /&gt;
&lt;br /&gt;
From the context menu choose '''Open in Terminal '''option.&lt;br /&gt;
||  As LAMMPS is already installed in your computer.&lt;br /&gt;
&lt;br /&gt;
Right click on the folder containing the input file. &lt;br /&gt;
&lt;br /&gt;
From the context menu choose '''Open in Terminal '''option.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the terminal.&lt;br /&gt;
|| Alternatively you can open the terminal and navigate to the path leading to the input file.&lt;br /&gt;
|-&lt;br /&gt;
|| At the prompt type “ &amp;lt;u&amp;gt;'''lmp_serial -in Ljbulk.txt'''&amp;lt;/u&amp;gt;”&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Press enter&lt;br /&gt;
|| Type the following command at the prompt to run the input file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''lmp_serial -in LJbulk.txt'''&lt;br /&gt;
&lt;br /&gt;
Windows users can open the command prompt, type the command and proceed as shown.&lt;br /&gt;
&lt;br /&gt;
Press enter&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the terminal.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Open the folder containing the input file to show '''log.lammps''' and '''output.atom..'''&lt;br /&gt;
|| The output is seen on the terminal.&lt;br /&gt;
&lt;br /&gt;
Two output files are generated, '''log.lammps''' and '''output.atom. '''&lt;br /&gt;
&lt;br /&gt;
These files will be saved in the same folder where your input file is located.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the folder.&lt;br /&gt;
|| The analysis and visualization of the output file will be covered in the upcoming tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| This brings us to the end of this tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 8'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Summary '''&lt;br /&gt;
|| Let's summarize.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 9'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment'''&lt;br /&gt;
&lt;br /&gt;
Edit the line in the System Definition section as follows &lt;br /&gt;
&lt;br /&gt;
''region liquid block 1 25 1 25 1 15''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|| As an assignment,&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Edit the line in the System Definition section as follows &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Calculate the number of atoms and replace the number in the subsequent line.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Save and run the input file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 10'''&lt;br /&gt;
&lt;br /&gt;
Thank you&lt;br /&gt;
&lt;br /&gt;
|| Thank you  &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Process-Simulation-using-DWSIM/C2/Introduction-to-Flowsheeting/English</id>
		<title>Process-Simulation-using-DWSIM/C2/Introduction-to-Flowsheeting/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Process-Simulation-using-DWSIM/C2/Introduction-to-Flowsheeting/English"/>
				<updated>2025-05-06T05:52:16Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Title: Introduction to Flowsheeting'''&lt;br /&gt;
&lt;br /&gt;
'''Author: Priyam Nayak'''&lt;br /&gt;
&lt;br /&gt;
'''Keywords: '''DWSIM''', '''Material stream, simulation, compounds, thermodynamic package, unit systems, vapor phase mole fraction, pressure calculation mode, temperature, molar flow, density, video tutorial.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|  border=1&lt;br /&gt;
|-&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
|| '''Narration'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 1'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title Slide'''&lt;br /&gt;
&lt;br /&gt;
|| Welcome to this spoken tutorial on ''' Introduction to flowsheeting''' in DWSIM'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 2'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| In this tutorial, we will learn to:&lt;br /&gt;
* Simulate a '''Mixer'''&lt;br /&gt;
* Follow it up with a '''Cooler'''&lt;br /&gt;
* Give a '''two-phase feed'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 3'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirements'''&lt;br /&gt;
|| This tutorial is recorded using&lt;br /&gt;
* '''DWSIM version 8. 8.0'''&lt;br /&gt;
* '''Windows 11 OS'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
But, this process is identical in '''Linux''', '''Mac OS X '''or '''FOSSEE OS on ARM'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 4 '''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Pre-requisites I'''&lt;br /&gt;
|| To practice this tutorial, you should &lt;br /&gt;
* have an introductory exposure to '''DWSIM'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 5'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Pre-requisites II'''&lt;br /&gt;
|| Also, you should know how to:&lt;br /&gt;
* add compounds to a '''flowsheet'''&lt;br /&gt;
* select '''thermodynamic packages'''&lt;br /&gt;
* specify the properties of a '''material''' stream&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 6'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Prerequisite Tutorials and Files'''&lt;br /&gt;
&lt;br /&gt;
'''https://spoken-tutorial.org'''&lt;br /&gt;
|| The prerequisite tutorials are available on our website.&lt;br /&gt;
&lt;br /&gt;
You can access these tutorials and all the associated files from this site.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 7'''&lt;br /&gt;
&lt;br /&gt;
'''Hover the mouse on the flowsheet image.'''&lt;br /&gt;
&lt;br /&gt;
Flowsheet.png&lt;br /&gt;
|| We will develop the '''flowsheet ''' as shown in the figure here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Two streams are getting mixed in a mixer.&lt;br /&gt;
&lt;br /&gt;
The output from the mixer is getting cooled using a cooler.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The information required to simulate is also given along with the flowsheet.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Use the '''NRTL property package'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Desktop''' &amp;gt;&amp;gt; '''DWSIM'''&lt;br /&gt;
|| To open '''DWSIM''', go to the ''' Desktop''' and double-click on the '''DWSIM''' icon.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''File''' &amp;gt;&amp;gt; '''New Chemical Process Model'''&lt;br /&gt;
|| Click on '''File '''on the menu bar.&lt;br /&gt;
&lt;br /&gt;
Select '''New Chemical Process Model'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to '''Simulation Configuration Wizard window'''&lt;br /&gt;
&lt;br /&gt;
''' '''Click the '''Next button.'''&lt;br /&gt;
|| A '''Simulation Configuration Wizard''' window appears.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click the '''Next '''button on the lower right corner of the window.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to '''Compounds''' tab&lt;br /&gt;
&lt;br /&gt;
Type '''Methanol '''in the search bar.&lt;br /&gt;
&lt;br /&gt;
Check the check box under the '''Added '''column.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Point to Added Compounds'''&lt;br /&gt;
|| We are now in the '''Compounds''' tab. &lt;br /&gt;
&lt;br /&gt;
We will add the compounds present in the flowsheet.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Type '''Methanol''' in the search bar located at the bottom of the '''Compounds''' tab.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Under the '''Added''' column, check the checkbox for '''Methanol'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Methanol''' is added to the simulation as displayed against the '''Added Compounds'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Type '''Water '''in the search tab&lt;br /&gt;
|| Similarly, add '''Water ''' from '''Chemsep database'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to '''Added Compounds'''.&lt;br /&gt;
|| All the compounds required for this simulation are added. &lt;br /&gt;
&lt;br /&gt;
It can be seen in the '''Added Compounds'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the '''Next '''button at the bottom.&lt;br /&gt;
|| Click on the '''Next '''button at the bottom to continue.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to '''Property Packages'''&lt;br /&gt;
&lt;br /&gt;
'''Property Packages''' &amp;gt;&amp;gt; '''Available Property Package'''&lt;br /&gt;
&lt;br /&gt;
Scroll down to find '''NRTL.'''&lt;br /&gt;
&lt;br /&gt;
Click on '''Add.'''&lt;br /&gt;
&lt;br /&gt;
|| Now comes '''Property Packages'''.&lt;br /&gt;
&lt;br /&gt;
From the '''Available Property Packages''', &lt;br /&gt;
&lt;br /&gt;
Click on '''NRTL'''.&lt;br /&gt;
&lt;br /&gt;
Then click on '''Add.'''&lt;br /&gt;
&lt;br /&gt;
'''NRTL '''has been added under '''Added Property Packages.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the '''Next '''button at the bottom.&lt;br /&gt;
|| Click on the '''Next '''button at the bottom to continue.&lt;br /&gt;
|-&lt;br /&gt;
|| '''System of Units''' &amp;gt;&amp;gt; '''SI'''.&lt;br /&gt;
|| Next option is the '''System of Units'''.&lt;br /&gt;
&lt;br /&gt;
We will''' '''select '''SI'''.&lt;br /&gt;
&lt;br /&gt;
This has the desired system of units according to our problem statement.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the '''Next '''button at the bottom.&lt;br /&gt;
|| Click on the '''Next '''button at the bottom to continue.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Behavior''' &amp;gt;&amp;gt; '''Next'''&lt;br /&gt;
|| We will not change anything here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on the '''Next''' button at the bottom.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Undo/Redo Operation''' &amp;gt;&amp;gt; '''Finish'''&lt;br /&gt;
|| We will not change anything here.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Finish''' button at the bottom.&lt;br /&gt;
&lt;br /&gt;
This completes configuring the simulation.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to '''Object Palette'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on the '''Mixers/Splitters '''section.&lt;br /&gt;
&lt;br /&gt;
Click and drag '''Stream Mixer''' to the flowsheet&lt;br /&gt;
|| Now, let us add a '''Stream Mixer'''. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Go to the '''Mixers''' or '''Splitters''' section in the '''Object Palette'''. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It is located on the right side of the flowsheet window.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Drag and drop '''Stream Mixer ''' to the flowsheet.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to '''Stream Mixer''' added to the flowsheet.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Point to material Stream '''1''' and '''2'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Point to Material Stream '''3'''.&lt;br /&gt;
|| This is the '''Stream Mixer'''. &lt;br /&gt;
&lt;br /&gt;
It has 3 material streams auto-connected to its connection ports.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Material Streams named '''1''' and '''2''' enter the '''Stream Mixer''' as feed streams.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Material Stream named '''3''' leaves the Stream Mixer as the output stream.&lt;br /&gt;
|-&lt;br /&gt;
||  '''Click &amp;gt;&amp;gt; 1 &amp;gt;&amp;gt; 1 (Material Stream) Property Editor Window.'''&lt;br /&gt;
&lt;br /&gt;
'''Information''' &amp;gt;&amp;gt; '''General Info''' &amp;gt;&amp;gt; '''Object''' &amp;gt;&amp;gt; '''Feed-1'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''&lt;br /&gt;
|| Now we will rename all the objects.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on the Material Stream named '''1'''. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''1 (Material Stream)''' property editor window opens.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Under the '''Information '''tab, in the '''General Info''' section, we have ''' Object ''' field.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this field rename '''1 '''as''' Feed-1''' and press '''Enter.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Click &amp;gt;&amp;gt; 2 &amp;gt;&amp;gt; 2 (Material Stream) Property Editor Window.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Information''' &amp;gt;&amp;gt; '''General Info''' &amp;gt;&amp;gt; '''Object''' &amp;gt;&amp;gt; '''Feed-2'''&lt;br /&gt;
|| Similarly, rename the material stream named '''2 ''' as '''Feed-2'''. &lt;br /&gt;
|-&lt;br /&gt;
|| '''Click &amp;gt;&amp;gt; 3 &amp;gt;&amp;gt; 3 (Material Stream) Property Editor Window.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Information''' &amp;gt;&amp;gt; '''General Info''' &amp;gt;&amp;gt; '''Object''' &amp;gt;&amp;gt; '''Mix-Out'''&lt;br /&gt;
|| Rename the material stream named '''3 '''as '''Mix-Out'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Click &amp;gt;&amp;gt; Mix-1 &amp;gt;&amp;gt; Mix-1 (Stream Mixer) Property Editor Window'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Information''' &amp;gt;&amp;gt; '''General Info''' &amp;gt;&amp;gt; '''Object''' &amp;gt;&amp;gt; '''Mixer'''&lt;br /&gt;
|| Now, rename the mixer object named '''Mix-1 ''' as '''Mixer'''. &lt;br /&gt;
|-&lt;br /&gt;
|| Cursor near '''Feed stream '''properties.&lt;br /&gt;
|| Now we will specify the '''Feed stream''' properties.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''Feed-1.'''&lt;br /&gt;
&lt;br /&gt;
Property editor window opens.&lt;br /&gt;
|| Now click on the '''Feed-1'''. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here, the property editor window opens.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Input Data&amp;gt;&amp;gt; Stream Conditions &amp;gt;&amp;gt; Flash Spec&amp;gt;&amp;gt; Temperature''' '''and Pressure(TP)'''.&lt;br /&gt;
&lt;br /&gt;
|| Under '''Input Data''', in the '''Stream Conditions''' section, select '''Flash Spec''' as '''Temperature and Pressure (TP).'''&lt;br /&gt;
&lt;br /&gt;
By default, '''Flash Spec ''' is already selected as '''Temperature and Pressure.'''&lt;br /&gt;
&lt;br /&gt;
So let’s not change it.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Input Data &amp;gt;&amp;gt; Stream Conditions &amp;gt;&amp;gt; Temperature &amp;gt;&amp;gt; 350 K'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''&lt;br /&gt;
|| Change '''Temperature''' to '''350 K''' and press '''Enter.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Input Data &amp;gt;&amp;gt; Stream Conditions &amp;gt;&amp;gt; Molar Flow &amp;gt;&amp;gt; 50 mol/s'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''&lt;br /&gt;
|| Change '''Molar Flow''' to '''50 mol/s '''and press '''Enter'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Click &amp;gt;&amp;gt; Compound Amounts'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Basis &amp;gt;&amp;gt; Mole Fractions'''&lt;br /&gt;
|| Next is to specify the composition of this stream.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To do this, click on '''Compound Amounts'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Choose the '''Basis''' as '''Mole Fractions,''' if not already selected.&lt;br /&gt;
&lt;br /&gt;
By default, '''Mole Fractions''' are selected as '''Basis'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Point to the Amount Table.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Methanol &amp;gt;&amp;gt; 1'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Water &amp;gt;&amp;gt; 0'''&lt;br /&gt;
|| Now we will enter the Mole Fractions for each compound.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on the first cell below '''Amount''' against '''Methanol '''and enter 1. &lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Similarly, for '''Water, ''' enter it as '''0 '''and press '''Enter.''' &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Click &amp;gt;&amp;gt; Accept changes'''&lt;br /&gt;
|| On the right side, click on '''Accept Changes''' button'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''Feed-2.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Property editor window opens.&lt;br /&gt;
|| Now click on the '''Feed-2'''. &lt;br /&gt;
&lt;br /&gt;
Here, the property editor window opens.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Input Data&amp;gt;&amp;gt; Stream Conditions &amp;gt;&amp;gt; Flash Spec&amp;gt;&amp;gt; Pressure and Vapor Fraction (PVF)'''.&lt;br /&gt;
&lt;br /&gt;
|| Under '''Input Data''', in '''Stream Conditions''' section, select '''Flash Spec''' as '''Pressure and Vapor Fraction (PVF).'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Input Data &amp;gt;&amp;gt; Stream Conditions &amp;gt;&amp;gt; Pressure &amp;gt;&amp;gt; 202650 Pa'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''&lt;br /&gt;
|| Change '''Pressure ''' to '''202650 Pascals''' and press '''Enter'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Input Data &amp;gt;&amp;gt; Stream Conditions &amp;gt;&amp;gt; Molar Flow &amp;gt;&amp;gt; 50 mol/s'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''&lt;br /&gt;
|| Change '''Molar Flow''' to '''50 mol/s ''' and press '''Enter'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Input Data &amp;gt;&amp;gt; Stream Conditions &amp;gt;&amp;gt; Vapor Phase Mole Fraction &amp;gt;&amp;gt; 0.5'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''&lt;br /&gt;
|| Change '''Vapor Phase Mole Fraction '''to '''0.5 ''' and press '''Enter.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Click &amp;gt;&amp;gt; Compound Amounts'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Basis &amp;gt;&amp;gt; Mole Fractions'''&lt;br /&gt;
|| Next is to specify the composition of this stream.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To do this, click on '''Compound Amounts'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Choose the '''Basis''' as '''Mole Fractions,''' if not already selected.&lt;br /&gt;
&lt;br /&gt;
By default, '''Mole Fractions''' are selected as '''Basis'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Point to the Amount Table.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click '''Clear.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Methanol &amp;gt;&amp;gt; 0'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Water &amp;gt;&amp;gt; 1'''&lt;br /&gt;
|| Now we will enter the Mole Fractions for each compound.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click '''Clear ''' if random values are present.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on the first cell below '''Amount''' against '''Methanol '''and enter '''0'''.&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Similarly, for '''Water, '''enter it as '''1 '''and press '''Enter.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Click &amp;gt;&amp;gt; Accept changes'''&lt;br /&gt;
|| On the right, click on '''Accept Changes ''' button'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click '''Mixer'''&lt;br /&gt;
|| Now we will specify the '''Mixer.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on '''Mixer.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Mixer '''property editor window opens.&lt;br /&gt;
|-&lt;br /&gt;
|| Hover the mouse on '''Calculation Parameters '''&lt;br /&gt;
|| Go to the section '''Calculation Parameters ''' by scrolling below.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Pressure Calculation &amp;gt;&amp;gt; Inlet Maximum'''&lt;br /&gt;
|| Click on the drop box against '''Pressure Calculation '''and select '''Inlet Maximum'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This will ensure that the outlet stream from the mixer is at 202650 '''Pascals'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is as per the given '''flowsheet'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Click''' Solve'''&lt;br /&gt;
|| Click on the '''Solve''' button in the toolbar area.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The flowsheet is solved till the '''Mix-Out''' stream.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We will proceed further.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''File '''and Click '''Save As'''&lt;br /&gt;
|| Let us now save this file till this point.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on '''File''' and select '''Save As''' option.&lt;br /&gt;
|-&lt;br /&gt;
|| Type '''flowsheet-1'''&lt;br /&gt;
|| Select a desired location to save the file.&lt;br /&gt;
&lt;br /&gt;
Enter the file name as '''flowsheet-1'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It is strongly recommended to save the file intermittently.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to '''Object Palette'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on the '''Exchangers '''section.&lt;br /&gt;
&lt;br /&gt;
Click and drag '''Cooler''' to the flowsheet&lt;br /&gt;
&lt;br /&gt;
|| Now let us continue with the flowsheet.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Next, we will add a '''Cooler'''. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Go to the '''Exchangers''' section in the '''Object Palette'''. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Scroll down a little to see '''Cooler'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Drag and drop '''Cooler ''' to the flowsheet area close to the '''Mix-Out''' stream.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Click &amp;gt;&amp;gt; CL-1 '''&lt;br /&gt;
&lt;br /&gt;
'''Property Editor Window.'''&lt;br /&gt;
&lt;br /&gt;
'''Information''' &amp;gt;&amp;gt; '''General Info''' &amp;gt;&amp;gt; '''Object''' &amp;gt;&amp;gt; '''Cooler'''&lt;br /&gt;
|| Let us rename the newly added objects.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on the cooler object named '''CL-1''' and rename it as '''Cooler'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here, the property editor window opens.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Click &amp;gt;&amp;gt; 5 &amp;gt;&amp;gt; 5 (Material Stream) Property Editor Window.'''&lt;br /&gt;
&lt;br /&gt;
'''Information''' &amp;gt;&amp;gt; '''General Info''' &amp;gt;&amp;gt; '''Object''' &amp;gt;&amp;gt; '''Cool-Out.'''&lt;br /&gt;
|| Click on the material stream object named ''' 5 '''and rename it as '''Cool-Out'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Click '''Cooler.'''&lt;br /&gt;
&lt;br /&gt;
'''Point to the window.'''&lt;br /&gt;
|| Now, let us specify the '''Cooler'''.&lt;br /&gt;
&lt;br /&gt;
'''Click on Cooler.'''&lt;br /&gt;
&lt;br /&gt;
'''Cooler '''property editor window opens.&lt;br /&gt;
|-&lt;br /&gt;
|| Hover mouse on '''Calculation Parameters '''&lt;br /&gt;
|| Go to the section '''Calculation Parameters'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Calculation Type &amp;gt;&amp;gt; Outlet Temperature'''&lt;br /&gt;
|| Click on the drop down against '''Calculation Type '''and select '''Outlet Temperature'''.&lt;br /&gt;
&lt;br /&gt;
This is because as per the flowsheet, the temperature of the stream coming out of the cooler is mentioned.&lt;br /&gt;
|-&lt;br /&gt;
|| Efficiency &amp;gt;&amp;gt; 80&lt;br /&gt;
|| Click on the field against '''Efficiency''' and enter it as '''80'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Outlet Temperature &amp;gt;&amp;gt; 330 K&lt;br /&gt;
|| Click on the field against '''Outlet Temperature'''.&lt;br /&gt;
&lt;br /&gt;
Enter the value as '''330 K'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Click''' Solve'''&lt;br /&gt;
|| This completes the flowsheet specification.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on the '''Solve''' button in the toolbar area.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Let us save the flowsheet once again.&lt;br /&gt;
|-&lt;br /&gt;
|| File &amp;gt;&amp;gt; Save&lt;br /&gt;
|| Go to '''File''' and click '''Save'''.&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Insert &amp;gt;&amp;gt; Master Property Table'''&lt;br /&gt;
|| Go to the '''Insert ''' menu and select '''Master Property Table'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Double click on '''Master Property Table'''&lt;br /&gt;
&lt;br /&gt;
Point to '''Configure Master Property Table'''&lt;br /&gt;
|| Double-click on the '''Master Property Table ''' to edit it.&lt;br /&gt;
&lt;br /&gt;
'''Configure Master Property Table''' window opens.&lt;br /&gt;
|-&lt;br /&gt;
||Type '''Steamwise Results – Flowsheet'''&lt;br /&gt;
||In the '''Name''' field, type '''Stream Wise Results – Flowsheet'''.&lt;br /&gt;
|-&lt;br /&gt;
||Select '''Material Stream'''&lt;br /&gt;
||In '''Object Type''' select '''Material Stream'''.&lt;br /&gt;
&lt;br /&gt;
By default, '''Material Stream''' is already selected.&lt;br /&gt;
|-&lt;br /&gt;
||'''Object &amp;gt;&amp;gt; Feed-1, Feed-2, Mix-Out''' and '''Cool-Out'''&lt;br /&gt;
||Under '''Properties to display''', select '''Objects''' as '''Feed-1''', '''Feed-2''', '''Mix-Out''' and '''Cool-Out'''.&lt;br /&gt;
|-&lt;br /&gt;
||'''Configure Master Property Table&amp;gt;&amp;gt; Property'''&lt;br /&gt;
||Under '''Property''', scroll down to see all the parameters.&lt;br /&gt;
&lt;br /&gt;
Now select the properties as:&lt;br /&gt;
&lt;br /&gt;
'''Temperature'''&lt;br /&gt;
&lt;br /&gt;
'''Pressure'''&lt;br /&gt;
&lt;br /&gt;
'''Mass Flow'''&lt;br /&gt;
&lt;br /&gt;
'''Molar Flow'''&lt;br /&gt;
&lt;br /&gt;
'''Molar Fraction (Mixture) / Methanol'''&lt;br /&gt;
&lt;br /&gt;
'''Mass Fraction (Mixture) / Methanol'''&lt;br /&gt;
&lt;br /&gt;
'''Molar Flow (Mixture) / Methanol'''&lt;br /&gt;
&lt;br /&gt;
'''Mass Flow (Mixture) / Methanol'''&lt;br /&gt;
&lt;br /&gt;
'''Molar Fraction (Mixture) / Water'''&lt;br /&gt;
&lt;br /&gt;
'''Mass Fraction (Mixture) / Water'''&lt;br /&gt;
&lt;br /&gt;
'''Molar Flow (Mixture) / Water'''&lt;br /&gt;
&lt;br /&gt;
'''Mass Flow (Mixture) / Water'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||Click on the '''Close''' button.&lt;br /&gt;
||Close this window.&lt;br /&gt;
&lt;br /&gt;
Move the '''Master Property Table''' for better visibility.&lt;br /&gt;
&lt;br /&gt;
Here we can see the corresponding results for '''Inlet''' and ''' Outlet Streams.'''&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Let's summarize. &lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 8'''&lt;br /&gt;
'''Summary'''&lt;br /&gt;
|| In this tutorial, we have learnt to&lt;br /&gt;
* Simulate a '''Mixer'''&lt;br /&gt;
* Follow it up with a '''Cooler''' &lt;br /&gt;
* Give a '''two-phase feed'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||'''Slide Number 9'''&lt;br /&gt;
&lt;br /&gt;
''' Assignment'''&lt;br /&gt;
&lt;br /&gt;
Flowsheet-Assignment.png&lt;br /&gt;
&lt;br /&gt;
||As an assignment,&lt;br /&gt;
&lt;br /&gt;
Simulate the given flowsheet.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
And use the NRTL property package.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| This brings us to the end of this tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 10'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''About the Spoken Tutorial Project'''&lt;br /&gt;
|| Watch the video available at the following link.&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/ https://spoken-tutorial.org/]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It summarises the Spoken Tutorial project.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please download and watch it&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 11'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Spoken Tutorial Workshops'''&lt;br /&gt;
||&lt;br /&gt;
* The Spoken Tutorial Project Team conducts workshops and gives certificates.&lt;br /&gt;
* For more details, please write to us.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 12'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Forum Slide'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Questions in THIS '''Spoken Tutorial?'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Visit https://forums.spoken-tutorial.org&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Choose the minute and second where you have the question.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Explain your question briefly.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Someone from the FOSSEE team will answer them.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You will have to register on this website to ask questions&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|| Do you have questions in THIS Spoken Tutorial?&lt;br /&gt;
&lt;br /&gt;
Please visit this site&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Choose the minute and second where you have the question.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Explain your question briefly.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Someone from the FOSSEE team will answer them.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You will have to register on this website to ask questions.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 13'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''DWSIM Flowsheeting Project'''&lt;br /&gt;
&lt;br /&gt;
|| The '''FOSSEE''' team coordinates the conversion of existing '''flowsheets''' into '''DWSIM'''.&lt;br /&gt;
&lt;br /&gt;
We give honorarium and certificates for those who do this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For more details, please visit this site.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 14'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Lab Migration Project'''&lt;br /&gt;
&lt;br /&gt;
|| The '''FOSSEE''' team helps migrate commercial '''simulator labs''' to '''DWSIM.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We give honorarium and certificates for those who do this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For more details, please visit this site&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 15'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Acknowledgements'''&lt;br /&gt;
|| The '''Spoken Tutorial''' project was established by the '''Ministry of Education(MoE)''', Government of India.&lt;br /&gt;
&lt;br /&gt;
The '''FOSSEE''' project is funded by '''NMEICT, Ministry of Education(MoE)''', Government of India.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 16'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Thank You'''&lt;br /&gt;
|| We thank the '''DWSIM''' team for making this as an''' open source software.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is Aditi Gupta along with Priyam Nayak signing off.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Thank you for joining.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/ChemCollective-Virtual-Labs/C2/Solution-Transfer-Modes-in-VLabs/English</id>
		<title>ChemCollective-Virtual-Labs/C2/Solution-Transfer-Modes-in-VLabs/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/ChemCollective-Virtual-Labs/C2/Solution-Transfer-Modes-in-VLabs/English"/>
				<updated>2025-04-28T12:04:57Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
'''Title of script''': '''Solution Transfer Modes in Vlabs'''&lt;br /&gt;
&lt;br /&gt;
'''Author: Dr.Snehalatha Kaliappan'''&lt;br /&gt;
&lt;br /&gt;
'''Keywords: '''Chemistry Virtual labs, workbench, stockroom, Precise transfer, Realistic transfer, Significant transfer, video tutorial.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
|-&lt;br /&gt;
! align=center | Visual Cue&lt;br /&gt;
! align=center | Narration&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 1'''&lt;br /&gt;
&lt;br /&gt;
'''Title Slide'''&lt;br /&gt;
||Welcome to this spoken tutorial on '''Solution Transfer Modes in Vlabs'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 2'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
||In this tutorial, we will learn about,&lt;br /&gt;
   &lt;br /&gt;
3 different modes of solution transfer in Vlabs&lt;br /&gt;
&lt;br /&gt;
Precise transfer&lt;br /&gt;
&lt;br /&gt;
Significant transfer and&lt;br /&gt;
&lt;br /&gt;
Realistic transfer &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 3'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirement'''&lt;br /&gt;
||Here I am using,&lt;br /&gt;
&lt;br /&gt;
'''Ubuntu Linux '''OS version 22.04&lt;br /&gt;
&lt;br /&gt;
ChemCollective Virtual labs version 2.1.0&lt;br /&gt;
&lt;br /&gt;
Java version 11.0.5 and&lt;br /&gt;
&lt;br /&gt;
A working internet connection &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 4'''&lt;br /&gt;
&lt;br /&gt;
'''Prerequisite'''&lt;br /&gt;
&lt;br /&gt;
||To follow this tutorial,&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Learners must be familiar with the ChemCollective Virtual labs interface.&lt;br /&gt;
|-&lt;br /&gt;
|| Type ChemCollective virtual labs on Google search page.&lt;br /&gt;
||For this demonstration I will open the '''ChemCollective Virtual Labs online''' interface.&lt;br /&gt;
&lt;br /&gt;
Open any web browser.&lt;br /&gt;
&lt;br /&gt;
In the Google search, type '''ChemCollective virtual labs '''and press''' Enter.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''https://chemcollective.org/vlabs'''&lt;br /&gt;
||Click on the '''ChemCollective Virtual labs '''link that appears first on the page.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the page.&lt;br /&gt;
&lt;br /&gt;
Point to '''Resources Type''': '''Virtual Labs'''.&lt;br /&gt;
&lt;br /&gt;
||By default the main page opens with '''Resource Type''': '''Virtual Labs'''.&lt;br /&gt;
&lt;br /&gt;
List of available topics are listed on the page.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''Stoichiometry''' topic.&lt;br /&gt;
||Click on the down arrow next to '''Stoichiometry''' topic.&lt;br /&gt;
&lt;br /&gt;
A menu with the available virtual lab experiments opens.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the yellow coloured '''Go''' button.&lt;br /&gt;
&lt;br /&gt;
Cursor on the page.&lt;br /&gt;
   &lt;br /&gt;
|| In the''' Glucose Dilution Problem '''activity, click on the '''Go''' button.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Glucose Dilution Problem, virtual lab''' page opens.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Point to '''Stockroom''' and '''Workbench 1'''.&lt;br /&gt;
||Page has two panels: '''Stockroom''' and '''Workbench 1'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to the '''Solutions''', '''Glassware '''and '''Tools''' tabs.&lt;br /&gt;
||In the Stockroom, we have '''Solutions''', '''Glassware '''and '''Tools''' tabs.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| From the '''Stockroom''', click on '''1M Glucose Solution. '''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Cursor on the panel.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Cursor on the Panel.&lt;br /&gt;
&lt;br /&gt;
Point to the information&lt;br /&gt;
||From the '''Solutions tab''', click on '''1 Molar Glucose Solution'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
100 mL of 1 Molar glucose solution is added to the Workbench.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Information about 1 Molar glucose solution is shown in the left panel.&lt;br /&gt;
|-&lt;br /&gt;
|| From the '''Stockroom''', click on the '''Glassware''' tab. &lt;br /&gt;
&lt;br /&gt;
Click on''' Erlenmeyers'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Select 250 ml Erlenmeyer flasks by clicking on the plus button.&lt;br /&gt;
||From the '''Stockroom''', click on '''Glassware''' tab. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Select 250 mL '''Erlenmeyer flask''' by clicking on the plus button.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Drag and place the 250 mL flask at a convenient location.&lt;br /&gt;
|-&lt;br /&gt;
||  Drag the Glucose solution flask to the empty flask&lt;br /&gt;
||I want to transfer 1 Molar Glucose solution to an empty flask.&lt;br /&gt;
&lt;br /&gt;
Drag the Glucose solution flask to the empty receiving flask.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the pop-up window.&lt;br /&gt;
||A pop-up window with 3 different modes of transfer appears.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 5'''&lt;br /&gt;
&lt;br /&gt;
'''Precise Transfer'''&lt;br /&gt;
||'''Precise '''transfer mode is used to transfer precisely upto second decimal point. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Precise transfer mode can be used for transfer of both solids and liquids.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Type 10.546 in the volume field. Click the on '''Pour''' button.&lt;br /&gt;
||I will transfer 10.546 mL of solution.&lt;br /&gt;
&lt;br /&gt;
Type 10.546 in the volume field. &lt;br /&gt;
&lt;br /&gt;
Click on the '''Pour''' button.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the X button on the right-side of the pop-up window.&lt;br /&gt;
||Click on the '''X''' button on the right-side of the pop-up window to close the window.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the receiving flask.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Cursor on the left panel.&lt;br /&gt;
||Click on the receiving flask.&lt;br /&gt;
&lt;br /&gt;
The left panel shows the volume in the flask as 10.546 ml.&lt;br /&gt;
|-&lt;br /&gt;
|| Right-click on the flask.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click the '''Remove Liquid '''option. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Point to the empty flask.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
||Let us empty the liquid in the receiving flask. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Right-click on the flask to open the context menu. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the menu, click the '''Remove Liquid '''option. &lt;br /&gt;
&lt;br /&gt;
The flask is now empty.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the workbench.&lt;br /&gt;
||Now I will demonstrate '''Significant Transfer '''mode.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 6'''&lt;br /&gt;
&lt;br /&gt;
'''Significant Transfer '''&lt;br /&gt;
&lt;br /&gt;
||Significant transfer is used to transfer liquids from or to the glassware which hold a definite volume of liquid.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 7'''&lt;br /&gt;
&lt;br /&gt;
'''Significant Transfer '''&lt;br /&gt;
&lt;br /&gt;
||This mode is used when glassware such as pipette, burette or measuring cylinder are used to transfer liquids.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It can only transfer the maximum amount of liquid the glassware can hold.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the 10 ml Pipette from Glassware tab.&lt;br /&gt;
||I will select a 10 ml pipette from the '''Glassware''' tab on the left panel.&lt;br /&gt;
|-&lt;br /&gt;
|| Drag the 10 ml pipette to the Glucose stock solution flask.&lt;br /&gt;
||Drag the 10 mL pipette to the Glucose stock solution flask.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the pop-up window.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Sig Fig''' button.&lt;br /&gt;
&lt;br /&gt;
||The pop-up transfer window appears. &lt;br /&gt;
&lt;br /&gt;
Click on the '''Sig Fig''' button.&lt;br /&gt;
&lt;br /&gt;
Notice the '''Withdraw''' and '''Pour''' buttons.&lt;br /&gt;
|-&lt;br /&gt;
|| Type 10.00 in the volume field. click on '''Withdraw''' button.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on '''X '''button to close the window.&lt;br /&gt;
||Since we are using a 10 ml pipette, type 10.00 in the volume field.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Withdraw''' button.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on the '''X '''button to close the window.&lt;br /&gt;
|-&lt;br /&gt;
|| drag the pipette to the receiving flask.&lt;br /&gt;
||Now drag the pipette to the receiving flask. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Again the transfer pop-up window appears.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Type 10 and now click on the '''Pour '''button.&lt;br /&gt;
||Type 10 and now click on the '''Pour '''button.&lt;br /&gt;
&lt;br /&gt;
Notice the error message in the pop-up window.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Type 10.00 and click on the '''Pour '''button.&lt;br /&gt;
||While pouring, we need to type the decimal figures also. &lt;br /&gt;
&lt;br /&gt;
So type 10.00 and click the '''Pour''' button.&lt;br /&gt;
&lt;br /&gt;
Close the pop-up window.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the receiving flask,&lt;br /&gt;
||Now you can see 10 ml is transferred to the receiving flask.&lt;br /&gt;
|-&lt;br /&gt;
|| Right-click on the Pipette and select remove.&lt;br /&gt;
||To delete the pipette, right-click on the pipette and select '''Remove '''option.&lt;br /&gt;
|-&lt;br /&gt;
|| Right-click on the flask.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Remove liquid '''option.&lt;br /&gt;
&lt;br /&gt;
||Again empty the liquid in the receiving flask. &lt;br /&gt;
&lt;br /&gt;
Right-click on the flask, click on '''Remove Liquid '''option.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now I will demonstrate the '''Realistic transfer '''mode . &lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 8'''&lt;br /&gt;
&lt;br /&gt;
'''Realistic Transfer'''&lt;br /&gt;
||In realistic transfer mode, solutions are transferred by holding down the '''Pour''' button.&lt;br /&gt;
&lt;br /&gt;
The longer the Pour button is held down the greater volume of solution is transferred.&lt;br /&gt;
|-&lt;br /&gt;
|| Drag the flask with Glucose solution on to the empty Erlenmeyer flask.&lt;br /&gt;
&lt;br /&gt;
In the transfer pop-up choose the '''Realistic '''option.&lt;br /&gt;
||Bring the flask with '''Glucose''' solution on to the empty Erlenmeyer flask.&lt;br /&gt;
&lt;br /&gt;
In the transfer pop-up choose the '''Realistic '''option.&lt;br /&gt;
|-&lt;br /&gt;
|| Text Annotation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Press and hold the '''Hold to pour''' button to transfer the solution&lt;br /&gt;
||Press and hold the, '''Hold to Pour''' button to transfer the solution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Release the button once the desired amount of liquid is transferred.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the pop-up window.&lt;br /&gt;
||The amount of solution transferred is shown in the pop-up window.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the '''X '''button to close the window.&lt;br /&gt;
||Close the pop-up window.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 9'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
&lt;br /&gt;
In this tutorial, we have learned about 3 different modes of transfer in Vlabs.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Precise transfer&lt;br /&gt;
&lt;br /&gt;
Realistic transfer&lt;br /&gt;
&lt;br /&gt;
Significant transfer&lt;br /&gt;
||With this we come to the end of this tutorial. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Let us summarize.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 10'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment'''&lt;br /&gt;
||As an assignment,&lt;br /&gt;
&lt;br /&gt;
Practice the transfer of solutions using various transfer modes demonstrated in the tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Thank you.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/ChemCollective-Virtual-Labs/C2/Solution-Transfer-Modes-in-VLabs/English</id>
		<title>ChemCollective-Virtual-Labs/C2/Solution-Transfer-Modes-in-VLabs/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/ChemCollective-Virtual-Labs/C2/Solution-Transfer-Modes-in-VLabs/English"/>
				<updated>2025-04-28T11:45:09Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
'''Title of script''': '''Solution Transfer Modes in Vlabs'''&lt;br /&gt;
&lt;br /&gt;
'''Author: Dr.Snehalatha Kaliappan'''&lt;br /&gt;
&lt;br /&gt;
'''Keywords: '''Chemistry Virtual labs, workbench, stockroom, Precise transfer, Realistic transfer, Significant transfer, video tutorial.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
|-&lt;br /&gt;
! align=center | Visual Cue&lt;br /&gt;
! align=center | Narration&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 1'''&lt;br /&gt;
&lt;br /&gt;
'''Title Slide'''&lt;br /&gt;
||Welcome to this spoken tutorial on '''Solution Transfer Modes in Vlabs'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 2'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
||In this tutorial, we will learn about,&lt;br /&gt;
   &lt;br /&gt;
3 different modes of solution transfer in Vlabs&lt;br /&gt;
&lt;br /&gt;
Precise transfer&lt;br /&gt;
&lt;br /&gt;
Significant transfer and&lt;br /&gt;
&lt;br /&gt;
Realistic transfer &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 3'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirement'''&lt;br /&gt;
||Here I am using,&lt;br /&gt;
&lt;br /&gt;
'''Ubuntu Linux '''OS version 22.04&lt;br /&gt;
&lt;br /&gt;
ChemCollective Virtual labs version 2.1.0&lt;br /&gt;
&lt;br /&gt;
Java version 11.0.5 and&lt;br /&gt;
&lt;br /&gt;
A working internet connection &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 4'''&lt;br /&gt;
&lt;br /&gt;
'''Prerequisite'''&lt;br /&gt;
&lt;br /&gt;
||To follow this tutorial,&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Learners must be familiar with the ChemCollective Virtual labs interface.&lt;br /&gt;
|-&lt;br /&gt;
|| Type ChemCollective virtual labs on Google search page.&lt;br /&gt;
||For this demonstration I will open the '''ChemCollective Virtual Labs online''' interface.&lt;br /&gt;
&lt;br /&gt;
Open any web browser.&lt;br /&gt;
&lt;br /&gt;
In the Google search, type '''ChemCollective virtual labs '''and press''' Enter.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''https://chemcollective.org/vlabs'''&lt;br /&gt;
||Click on the '''ChemCollective Virtual labs '''link that appears first on the page.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the page.&lt;br /&gt;
&lt;br /&gt;
Point to '''Resources Type''': '''Virtual Labs'''.&lt;br /&gt;
&lt;br /&gt;
||By default the main page opens with '''Resource Type''': '''Virtual Labs'''.&lt;br /&gt;
&lt;br /&gt;
List of available topics are listed on the page.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''Stoichiometry''' topic.&lt;br /&gt;
||Click on the down arrow next to '''Stoichiometry''' topic.&lt;br /&gt;
&lt;br /&gt;
A menu with the available virtual lab experiments opens.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the yellow coloured '''Go''' button.&lt;br /&gt;
&lt;br /&gt;
Cursor on the page.&lt;br /&gt;
   &lt;br /&gt;
|| In the''' Glucose Dilution Problem '''activity, click on the '''Go''' button.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Glucose Dilution Problem, virtual lab''' page opens.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Point to '''Stockroom''' and '''Workbench 1'''.&lt;br /&gt;
||Page has two panels: '''Stockroom''' and '''Workbench 1'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to the '''Solutions''', '''Glassware '''and '''Tools''' tabs.&lt;br /&gt;
||In the Stockroom, we have '''Solutions''', '''Glassware '''and '''Tools''' tabs.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| From the '''Stockroom''', click on '''1M Glucose Solution. '''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Cursor on the panel.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Cursor on the Panel.&lt;br /&gt;
&lt;br /&gt;
Point to the information&lt;br /&gt;
||From the '''Solutions tab''', click on '''1 Molar Glucose Solution'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
100 mL of 1 Molar glucose solution is added to the Workbench.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Information about 1 Molar glucose solution is shown in the left panel.&lt;br /&gt;
|-&lt;br /&gt;
|| From the '''Stockroom''', click on the '''Glassware''' tab. &lt;br /&gt;
&lt;br /&gt;
Click on''' Erlenmeyers'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Select 250 ml Erlenmeyer flasks by clicking on the plus button.&lt;br /&gt;
||From the '''Stockroom''', click on '''Glassware''' tab. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Select 250 mL '''Erlenmeyer flask''' by clicking on the plus button.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Drag and place the 250 mL flask at a convenient location.&lt;br /&gt;
|-&lt;br /&gt;
||  Drag the Glucose solution flask to the empty flask&lt;br /&gt;
||I want to transfer 1 Molar Glucose solution to an empty flask.&lt;br /&gt;
&lt;br /&gt;
Drag the Glucose solution flask to the empty receiving flask.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the pop-up window.&lt;br /&gt;
||A pop-up window with 3 different modes of transfer appears.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 5'''&lt;br /&gt;
&lt;br /&gt;
'''Precise Transfer'''&lt;br /&gt;
||'''Precise '''transfer mode is used to transfer precisely upto second decimal point. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Precise transfer mode can be used for transfer of both solids and liquids.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Type 10.546 in the volume field. Click the on '''Pour''' button.&lt;br /&gt;
||I will transfer 10.546 mL of solution.&lt;br /&gt;
&lt;br /&gt;
Type 10.546 in the volume field. &lt;br /&gt;
&lt;br /&gt;
Click on the '''Pour''' button.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the X button on the right-side of the pop-up window.&lt;br /&gt;
||Click on the '''X''' button on the right-side of the pop-up window to close the window.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the receiving flask.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Cursor on the left panel.&lt;br /&gt;
||Click on the receiving flask.&lt;br /&gt;
&lt;br /&gt;
The left panel shows the volume in the flask as 10.546 ml.&lt;br /&gt;
|-&lt;br /&gt;
|| Right-click on the flask.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click the '''Remove Liquid '''option. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Point to the empty flask.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
||Let us empty the liquid in the receiving flask. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Right-click on the flask to open the context menu. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the menu, click the '''Remove Liquid '''option. &lt;br /&gt;
&lt;br /&gt;
The flask is now empty.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the workbench.&lt;br /&gt;
||Now I will demonstrate '''Significant Transfer '''mode.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 6'''&lt;br /&gt;
&lt;br /&gt;
'''Significant Transfer '''&lt;br /&gt;
&lt;br /&gt;
||Significant transfer is used to transfer liquids from or to the glassware which hold a definite volume of liquid.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 7'''&lt;br /&gt;
&lt;br /&gt;
'''Significant Transfer '''&lt;br /&gt;
&lt;br /&gt;
||This mode is used when glassware such as pipette, burette or measuring cylinder are used to transfer liquids.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It can only transfer the maximum amount of liquid the glassware can hold.&lt;br /&gt;
|| Click on the 10 ml Pipette from Glassware tab.&lt;br /&gt;
||I will select a 10 ml pipette from the '''Glassware''' tab on the left panel.&lt;br /&gt;
|-&lt;br /&gt;
|| Drag the 10 ml pipette to the Glucose stock solution flask.&lt;br /&gt;
||Drag the 10 mL pipette to the Glucose stock solution flask.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the pop-up window.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Sig Fig''' button.&lt;br /&gt;
&lt;br /&gt;
||The pop-up transfer window appears. &lt;br /&gt;
&lt;br /&gt;
Click on the '''Sig Fig''' button.&lt;br /&gt;
&lt;br /&gt;
Notice the '''Withdraw''' and '''Pour''' buttons.&lt;br /&gt;
|-&lt;br /&gt;
|| Type 10.00 in the volume field. click on '''Withdraw''' button.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on '''X '''button to close the window.&lt;br /&gt;
||Since we are using a 10 ml pipette, type 10.00 in the volume field.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Withdraw''' button.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on the '''X '''button to close the window.&lt;br /&gt;
|-&lt;br /&gt;
|| drag the pipette to the receiving flask.&lt;br /&gt;
||Now drag the pipette to the receiving flask. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Again the transfer pop-up window appears.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Type 10 and now click on the '''Pour '''button.&lt;br /&gt;
||Type 10 and now click on the '''Pour '''button.&lt;br /&gt;
&lt;br /&gt;
Notice the error message in the pop-up window.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Type 10.00 and click on the '''Pour '''button.&lt;br /&gt;
||While pouring, we need to type the decimal figures also. &lt;br /&gt;
&lt;br /&gt;
So type 10.00 and click the '''Pour''' button.&lt;br /&gt;
&lt;br /&gt;
Close the pop-up window.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the receiving flask,&lt;br /&gt;
||Now you can see 10 ml is transferred to the receiving flask.&lt;br /&gt;
|-&lt;br /&gt;
|| Right-click on the Pipette and select remove.&lt;br /&gt;
||To delete the pipette, right-click on the pipette and select '''Remove '''option.&lt;br /&gt;
|-&lt;br /&gt;
|| Right-click on the flask.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Remove liquid '''option.&lt;br /&gt;
&lt;br /&gt;
||Again empty the liquid in the receiving flask. &lt;br /&gt;
&lt;br /&gt;
Right-click on the flask, click on '''Remove Liquid '''option.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now I will demonstrate the '''Realistic transfer '''mode . &lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 8'''&lt;br /&gt;
&lt;br /&gt;
'''Realistic Transfer'''&lt;br /&gt;
||In realistic transfer mode, solutions are transferred by holding down the '''Pour''' button.&lt;br /&gt;
&lt;br /&gt;
The longer the Pour button is held down the greater volume of solution is transferred.&lt;br /&gt;
|-&lt;br /&gt;
|| Drag the flask with Glucose solution on to the empty Erlenmeyer flask.&lt;br /&gt;
&lt;br /&gt;
In the transfer pop-up choose the '''Realistic '''option.&lt;br /&gt;
||Bring the flask with '''Glucose''' solution on to the empty Erlenmeyer flask.&lt;br /&gt;
&lt;br /&gt;
In the transfer pop-up choose the '''Realistic '''option.&lt;br /&gt;
|-&lt;br /&gt;
|| Text Annotation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Press and hold the '''Hold to pour''' button to transfer the solution&lt;br /&gt;
||Press and hold the, '''Hold to Pour''' button to transfer the solution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Release the button once the desired amount of liquid is transferred.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the pop-up window.&lt;br /&gt;
||The amount of solution transferred is shown in the pop-up window.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the '''X '''button to close the window.&lt;br /&gt;
||Close the pop-up window.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 9'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
&lt;br /&gt;
In this tutorial, we have learned about 3 different modes of transfer in Vlabs.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Precise transfer&lt;br /&gt;
&lt;br /&gt;
Realistic transfer&lt;br /&gt;
&lt;br /&gt;
Significant transfer&lt;br /&gt;
||With this we come to the end of this tutorial. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Let us summarize.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 10'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment'''&lt;br /&gt;
||As an assignment,&lt;br /&gt;
&lt;br /&gt;
Practice the transfer of solutions using various transfer modes demonstrated in the tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Thank you.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/ChemCollective-Virtual-Labs/C2/Solution-Transfer-Modes-in-VLabs/English</id>
		<title>ChemCollective-Virtual-Labs/C2/Solution-Transfer-Modes-in-VLabs/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/ChemCollective-Virtual-Labs/C2/Solution-Transfer-Modes-in-VLabs/English"/>
				<updated>2025-04-23T10:21:29Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: Created page with &amp;quot; '''Title of script''': '''Solution Transfer Modes in Vlabs'''   '''Author: Dr.Snehalatha Kaliappan'''   '''Keywords: '''Chemistry Virtual labs, workbench, stockroom, Precise...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
'''Title of script''': '''Solution Transfer Modes in Vlabs'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Author: Dr.Snehalatha Kaliappan'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Keywords: '''Chemistry Virtual labs, workbench, stockroom, Precise transfer, Realistic transfer, Significant transfer, video tutorial.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
|-&lt;br /&gt;
! align=center | Visual Cue&lt;br /&gt;
! align=center | Narration&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 1'''&lt;br /&gt;
&lt;br /&gt;
'''Title Slide'''&lt;br /&gt;
||Welcome to this spoken tutorial on '''Solution Transfer Modes in Vlabs'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 2'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
||In this tutorial, we will learn about,&lt;br /&gt;
   &lt;br /&gt;
3 different modes of solution transfer in Vlabs&lt;br /&gt;
&lt;br /&gt;
Precise transfer&lt;br /&gt;
&lt;br /&gt;
Significant transfer and&lt;br /&gt;
&lt;br /&gt;
Realistic transfer &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 3'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirement'''&lt;br /&gt;
||Here I am using,&lt;br /&gt;
&lt;br /&gt;
'''Ubuntu Linux '''OS version 22.04&lt;br /&gt;
&lt;br /&gt;
ChemCollective Virtual labs version 2.1.0&lt;br /&gt;
&lt;br /&gt;
Java version 11.0.5 and&lt;br /&gt;
&lt;br /&gt;
A working internet connection &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 4'''&lt;br /&gt;
&lt;br /&gt;
'''Prerequisite'''&lt;br /&gt;
&lt;br /&gt;
||To follow this tutorial,&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Learners must be familiar with the ChemCollective Virtual labs interface.&lt;br /&gt;
|-&lt;br /&gt;
|| Type ChemCollective virtual labs on Google search page.&lt;br /&gt;
||For this demonstration I will open the '''ChemCollective Virtual Labs online''' interface.&lt;br /&gt;
&lt;br /&gt;
Open any web browser.&lt;br /&gt;
&lt;br /&gt;
In the Google search, type '''ChemCollective virtual labs '''and press''' Enter.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''https://chemcollective.org/vlabs'''&lt;br /&gt;
||Click on the '''ChemCollective Virtual labs '''link that appears first on the page.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the page.&lt;br /&gt;
&lt;br /&gt;
Point to '''Resources Type''': '''Virtual Labs'''.&lt;br /&gt;
&lt;br /&gt;
||By default the main page opens with '''Resources Type''': '''Virtual Labs'''.&lt;br /&gt;
&lt;br /&gt;
List of available topics are listed on the page.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''Stoichiometry''' topic.&lt;br /&gt;
||Click on the down arrow next to '''Stoichiometry''' topic.&lt;br /&gt;
&lt;br /&gt;
A menu with the available virtual lab experiments opens.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the yellow coloured '''Go''' button.&lt;br /&gt;
&lt;br /&gt;
Cursor on the page.&lt;br /&gt;
   &lt;br /&gt;
|| In the''' Glucose Dilution Problem '''activity, click on the '''Go''' button.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Glucose Dilution Problem, virtual lab''' page opens.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Point to '''Stockroom''' and '''Workbench 1'''.&lt;br /&gt;
||Page has two panels: '''Stockroom''' and '''Workbench 1'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to the '''Solutions''', '''Glassware '''and '''Tools''' tabs.&lt;br /&gt;
||In the Stockroom, we have '''Solutions''', '''Glassware '''and '''Tools''' tabs.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| From the '''Stockroom''', click on '''1M Glucose Solution. '''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Cursor on the panel.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Cursor on the Panel.&lt;br /&gt;
&lt;br /&gt;
Point to the information&lt;br /&gt;
||From the '''Solutions tab''', click on '''1 Molar Glucose Solution. '''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
100 mL of 1 Molar glucose solution is added to the Workbench.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Information about 1 Molar glucose solution is shown in the left panel.&lt;br /&gt;
|-&lt;br /&gt;
|| From the '''Stockroom''', click on the '''Glassware''' tab. &lt;br /&gt;
&lt;br /&gt;
Click on''' Erlenmeyers'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Select 250 ml Erlenmeyer flasks by clicking on the plus button.&lt;br /&gt;
||From the '''Stockroom''', click on '''Glassware''' tab. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Select 250 mL '''Erlenmeyer flask''' by clicking on the plus button.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Drag and place the 250 mL flask at a convenient location.&lt;br /&gt;
|-&lt;br /&gt;
||  Drag the Glucose solution flask to the empty flask&lt;br /&gt;
||I want to transfer 1 Molar Glucose solution to an empty flask.&lt;br /&gt;
&lt;br /&gt;
Drag the Glucose solution flask to the empty receiving flask.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the pop-up window.&lt;br /&gt;
||A pop-up window with 3 different modes of transfer appears.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 5'''&lt;br /&gt;
&lt;br /&gt;
'''Precise Transfer'''&lt;br /&gt;
||'''Precise '''transfer mode is used to transfer precisely upto second decimal point. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Precise transfer mode can be used for transfer of both solids and liquids.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Type 10.546 in the volume field. Click the on '''Pour''' button.&lt;br /&gt;
||I will transfer 10.546 mL of solution.&lt;br /&gt;
&lt;br /&gt;
Type 10.546 in the volume field. &lt;br /&gt;
&lt;br /&gt;
Click on the '''Pour''' button.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the X button on the right-side of the pop-up window.&lt;br /&gt;
||Click on the '''X''' button on the right-side of the pop-up window to close the window.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the receiving flask.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Cursor on the left panel.&lt;br /&gt;
||Click on the receiving flask.&lt;br /&gt;
&lt;br /&gt;
The left panel shows the volume in the flask as 10.546 ml.&lt;br /&gt;
|-&lt;br /&gt;
|| Right-click on the flask.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click the '''Remove Liquid '''option. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Point to the empty flask.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
||Let us empty the liquid in the receiving flask. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Right-click on the flask to open the context menu. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the menu, click the '''Remove Liquid '''option. &lt;br /&gt;
&lt;br /&gt;
The flask is now empty.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the workbench.&lt;br /&gt;
||Now I will demonstrate '''Significant Transfer '''mode.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 6'''&lt;br /&gt;
&lt;br /&gt;
'''Significant Transfer '''&lt;br /&gt;
&lt;br /&gt;
||Significant transfer is used to transfer liquids from or to the glassware which hold a definite volume of liquid.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This mode is used when glassware such as pipette, burette or measuring cylinder are used to transfer liquids.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It can only transfer the maximum amount of liquid the glassware can hold.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the 10 ml Pipette from Glassware tab.&lt;br /&gt;
||I will select a 10 ml pipette from the '''Glassware''' tab on the left panel.&lt;br /&gt;
|-&lt;br /&gt;
|| Drag the 10 ml pipette to the Glucose stock solution flask.&lt;br /&gt;
||Drag the 10 mL pipette to the Glucose stock solution flask.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the pop-up window.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Sig Fig''' button.&lt;br /&gt;
&lt;br /&gt;
||The pop-up transfer window appears. &lt;br /&gt;
&lt;br /&gt;
Click on the '''Sig Fig''' button.&lt;br /&gt;
&lt;br /&gt;
Notice the '''Withdraw''' and '''Pour''' buttons.&lt;br /&gt;
|-&lt;br /&gt;
|| Type 10.00 in the volume field. click on '''Withdraw''' button.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on '''X '''button to close the window.&lt;br /&gt;
||Since we are using a 10 ml pipette, type 10.00 in the volume field.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Withdraw''' button.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on the '''X '''button to close the window.&lt;br /&gt;
|-&lt;br /&gt;
|| drag the pipette to the receiving flask.&lt;br /&gt;
||Now drag the pipette to the receiving flask. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Again the transfer pop-up window appears.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Type 10 and now click on the '''Pour '''button.&lt;br /&gt;
||Type 10 and now click on the '''Pour '''button.&lt;br /&gt;
&lt;br /&gt;
Notice the error message in the pop-up window.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Type 10.00 and click on the '''Pour '''button.&lt;br /&gt;
||While pouring, we need to type the decimal figures also. &lt;br /&gt;
&lt;br /&gt;
So type 10.00 and click the '''Pour''' button.&lt;br /&gt;
&lt;br /&gt;
Close the pop-up window.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the receiving flask,&lt;br /&gt;
||Now you can see 10 ml is transferred to the receiving flask.&lt;br /&gt;
|-&lt;br /&gt;
|| Right-click on the Pipette and select remove.&lt;br /&gt;
||To delete the pipette, right-click on the pipette and select '''Remove '''option.&lt;br /&gt;
|-&lt;br /&gt;
|| Right-click on the flask.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Remove liquid '''option.&lt;br /&gt;
&lt;br /&gt;
||Again empty the liquid in the receiving flask. &lt;br /&gt;
&lt;br /&gt;
Right-click on the flask, click on '''Remove Liquid '''option.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now I will demonstrate the '''Realistic transfer '''mode . &lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 7'''&lt;br /&gt;
&lt;br /&gt;
'''Realistic Transfer'''&lt;br /&gt;
||In realistic transfer mode, solutions are transferred by holding down the '''Pour''' button.&lt;br /&gt;
&lt;br /&gt;
The longer the Pour button is held down the greater volume of solution is transferred.&lt;br /&gt;
|-&lt;br /&gt;
|| Drag the flask with Glucose solution on to the empty erlenmeyer flask.&lt;br /&gt;
&lt;br /&gt;
In the transfer pop-up choose the '''Realistic '''option.&lt;br /&gt;
||Bring the flask with '''Glucose''' solution on to the empty Erlenmeyer flask.&lt;br /&gt;
&lt;br /&gt;
In the transfer pop-up choose the '''Realistic '''option.&lt;br /&gt;
|-&lt;br /&gt;
|| Text Annotation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Press and hold the '''Hold to pour''' button to transfer the solution&lt;br /&gt;
||Press and hold the, '''Hold to Pour''' button to transfer the solution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Release the button once the desired amount of liquid is transferred.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the pop-up window.&lt;br /&gt;
||The amount of solution transferred is shown in the pop-up window.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the '''X '''button to close the window.&lt;br /&gt;
||Close the pop-up window.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 8'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
&lt;br /&gt;
In this tutorial, we have learned about 3 different modes of transfer in Vlabs.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Precise transfer&lt;br /&gt;
&lt;br /&gt;
Realistic transfer&lt;br /&gt;
&lt;br /&gt;
Significant transfer&lt;br /&gt;
||With this we come to the end of this tutorial. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Let us summarize.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 9'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment'''&lt;br /&gt;
||As an assignment,&lt;br /&gt;
&lt;br /&gt;
Practice the transfer of solutions using various transfer modes demonstrated in the tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| Thank you.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Process-Simulation-using-DWSIM/C2/Simulating-a-Material-Stream/English</id>
		<title>Process-Simulation-using-DWSIM/C2/Simulating-a-Material-Stream/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Process-Simulation-using-DWSIM/C2/Simulating-a-Material-Stream/English"/>
				<updated>2025-04-16T10:19:55Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Title: Simulating a Material Stream'''&lt;br /&gt;
&lt;br /&gt;
'''Author''': '''Priyam Nayak'''&lt;br /&gt;
&lt;br /&gt;
'''Keywords: '''DWSIM''', '''Material stream, simulation, compounds, thermodynamic package, unit systems, mass fraction, temperature, pressure, molar flow, density, viscosity, thermal conductivity, video tutorial.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
|- &lt;br /&gt;
|| '''Visual Cue '''&lt;br /&gt;
|| '''Narration'''&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 1'''&lt;br /&gt;
&lt;br /&gt;
'''Title Slide'''&lt;br /&gt;
|| Welcome to this spoken tutorial on''' Simulating a Material Stream''' in '''DWSIM'''.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 2'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| In this tutorial, we will learn to:&lt;br /&gt;
* Select '''Chemical''' Compounds&lt;br /&gt;
* Select a '''Thermodynamic Package''' and '''Unit System'''&lt;br /&gt;
* Specify a '''Material Stream'''&lt;br /&gt;
* Find '''Thermophysical Properties''' of the '''Material Stream'''&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 3'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirements'''&lt;br /&gt;
|| This tutorial is recorded using,&lt;br /&gt;
* '''DWSIM version 8.8.0'''&lt;br /&gt;
* '''Windows 11 OS'''&lt;br /&gt;
&lt;br /&gt;
But, this process is identical in '''Linux''', '''Mac OS X '''or '''FOSSEE OS on ARM'''.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 4'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Pre-requisites'''&lt;br /&gt;
|| To follow this tutorial,&lt;br /&gt;
&lt;br /&gt;
You should have '''DWSIM''' installed on your machine.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 5'''&lt;br /&gt;
&lt;br /&gt;
'''Problem Statement - Part I'''&lt;br /&gt;
|| Let us determine the following thermophysical properties of a material stream.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 6'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Problem Statement - Part II'''&lt;br /&gt;
|| Here we give '''Compounds''', '''Thermodynamics '''and '''Inlet stream conditions.'''&lt;br /&gt;
|- &lt;br /&gt;
|| '''Desktop''' &amp;gt;&amp;gt; '''DWSIM'''&lt;br /&gt;
|| To open '''DWSIM''', go to the''' Desktop''' and double-click on the '''DWSIM icon.'''&lt;br /&gt;
|- &lt;br /&gt;
|| '''DWSIM''' window opens.&lt;br /&gt;
|| '''DWSIM''' window opens.&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on the window.&lt;br /&gt;
|| Let us start by creating a '''New Chemical Process Model'''.&lt;br /&gt;
|- &lt;br /&gt;
|| '''File''' &amp;gt;&amp;gt; '''New Chemical Process Model'''&lt;br /&gt;
|| Click on '''File '''on the menu bar and select '''New Chemical Process Model'''.&lt;br /&gt;
|- &lt;br /&gt;
|| Point to '''Simulation Configuration Wizard window'''&lt;br /&gt;
|| A '''Simulation Configuration Wizard''' window appears.&lt;br /&gt;
|- &lt;br /&gt;
|| Click the '''Next button.'''&lt;br /&gt;
|| Click the '''Next '''button on the lower right corner of the window.&lt;br /&gt;
|- &lt;br /&gt;
|| Point to the '''Compounds''' tab&lt;br /&gt;
|| We are now in the '''Compounds''' tab.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We will add the compounds available in the flowsheet.&lt;br /&gt;
|- &lt;br /&gt;
|| Type '''Ethanol '''in the search bar.&lt;br /&gt;
|| Type '''Ethanol''' in the search bar at the bottom of the '''Compounds''' tab.&lt;br /&gt;
|- &lt;br /&gt;
|| Check the check box under the '''Added '''column.&lt;br /&gt;
|| Under the '''Added''' column, check the checkbox for '''Ethanol'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Alternatively, we can also double-click anywhere on this line to add '''Ethanol'''.&lt;br /&gt;
|- &lt;br /&gt;
|| Point to '''Added Compounds'''&lt;br /&gt;
|| '''Ethanol''' is added to the simulation as displayed against the '''Added Compounds'''.&lt;br /&gt;
|- &lt;br /&gt;
|| Type '''Water '''in the search tab&lt;br /&gt;
|| Similarly, add '''Water '''from '''Chemsep Database'''.&lt;br /&gt;
|- &lt;br /&gt;
|| Point to '''Added Compounds'''.&lt;br /&gt;
|| All the compounds required for this simulation are now added. &lt;br /&gt;
&lt;br /&gt;
This can be seen in the '''Added Compounds'''.&lt;br /&gt;
|- &lt;br /&gt;
|| Click on the '''Next '''button at the bottom.&lt;br /&gt;
|| Click on the '''Next '''button at the bottom to continue.&lt;br /&gt;
|- &lt;br /&gt;
|| Point to '''Property Packages'''&lt;br /&gt;
|| Now comes the '''Property Packages'''.&lt;br /&gt;
&lt;br /&gt;
Based on the compounds added, '''DWSIM '''suggests a list of '''Property Packages''' applicable to the system.&lt;br /&gt;
&lt;br /&gt;
This suggestion may not always be right.&lt;br /&gt;
&lt;br /&gt;
Users must make an informed decision using the basics of thermodynamics.&lt;br /&gt;
&lt;br /&gt;
This will help them to select a property package.&lt;br /&gt;
&lt;br /&gt;
For this problem, it has been specified that '''NRTL''' has to be selected.&lt;br /&gt;
&lt;br /&gt;
'''Non-Random Two-Liquid''' model is abbreviated as NRTL.&lt;br /&gt;
&lt;br /&gt;
It is useful for calculating activity coefficients in non-ideal solutions.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Property Packages''' &amp;gt;&amp;gt; '''Available Property Package'''&lt;br /&gt;
&lt;br /&gt;
Click '''NRTL.'''&lt;br /&gt;
|| From the '''Available Property Packages''',&lt;br /&gt;
&lt;br /&gt;
click on '''NRTL.'''&lt;br /&gt;
|- &lt;br /&gt;
|| Click on '''Add'''.&lt;br /&gt;
|| Then click on the '''Add '''button.&lt;br /&gt;
|- &lt;br /&gt;
|| Point to '''Added Property Packages.'''&lt;br /&gt;
|| '''NRTL '''has been added under '''Added Property Packages'''.&lt;br /&gt;
&lt;br /&gt;
Alternatively, we can also double-click on '''NRTL '''to add it.&lt;br /&gt;
|- &lt;br /&gt;
|| Click the '''Next button.'''&lt;br /&gt;
|| Click the '''Next''' button at the bottom'''.'''&lt;br /&gt;
|- &lt;br /&gt;
|| Point to '''System of Units'''&lt;br /&gt;
|| The next option is the '''System of Units.'''&lt;br /&gt;
|- &lt;br /&gt;
|| Click on the drop-down against '''System of Units'''.&lt;br /&gt;
|| Click on the drop-down against '''System of Units'''.&lt;br /&gt;
|- &lt;br /&gt;
|| Hover mouse on list shown at the drop-down&lt;br /&gt;
|| Here, we can see the different '''System of Units''' available with '''DWSIM'''.&lt;br /&gt;
|- &lt;br /&gt;
|| Hover mouse on '''SI''', '''CGS,''' and '''ENG.'''&lt;br /&gt;
|| '''SI''', '''CGS,''' and '''ENG''' are the different standard systems of units used for measurement.&lt;br /&gt;
|- &lt;br /&gt;
|| Hover mouse at '''SI (Engineering)''', '''C1, C2, C3, C4''' and '''C5.'''&lt;br /&gt;
|| '''SI (Engineering), C1, C2, C3, C4''' and '''C5 '''are custom systems of units. &lt;br /&gt;
&lt;br /&gt;
'''C1, C2, C3, C4,''' and '''C5''' can be modified as per the simulation problem requirement.&lt;br /&gt;
|- &lt;br /&gt;
|| '''System of Units &amp;gt;&amp;gt; SI'''&lt;br /&gt;
|| As per the given simulation problem statement, '''SI '''is the best-suited '''System of Units'''.&lt;br /&gt;
&lt;br /&gt;
Select '''SI '''from the drop-down.&lt;br /&gt;
|- &lt;br /&gt;
|| Click on '''Next.'''&lt;br /&gt;
|| Click on the '''Next '''button at the bottom.&lt;br /&gt;
|- &lt;br /&gt;
|| Point to the '''Behavior''' window.&lt;br /&gt;
|| The next window is '''Behavior'''.&lt;br /&gt;
&lt;br /&gt;
This is to make some changes in the way in which''' DWSIM''' behaves currently. &lt;br /&gt;
&lt;br /&gt;
We will not change anything here.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Behavior''' &amp;gt;&amp;gt; '''Next'''&lt;br /&gt;
|| Click on the '''Next''' button at the bottom.&lt;br /&gt;
|- &lt;br /&gt;
|| Point to '''Undo/Redo Operations'''&lt;br /&gt;
|| This is the '''Undo/Redo Operations''' Window. &lt;br /&gt;
&lt;br /&gt;
It is to enable the '''Undo/Redo''' capabilities.&lt;br /&gt;
&lt;br /&gt;
We will not change anything here.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Undo/Redo Operations''' &amp;gt;&amp;gt; '''Finish'''&lt;br /&gt;
|| Click on the '''Finish''' button at the bottom.&lt;br /&gt;
&lt;br /&gt;
This completes configuring the simulation.&lt;br /&gt;
|- &lt;br /&gt;
|| Click and drag '''Material Stream''' to flowsheet&lt;br /&gt;
|| Go to the '''Streams '''tab.&lt;br /&gt;
&lt;br /&gt;
Drag and drop a '''Material Stream''' from the displayed list to the '''Flowsheet area'''.&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor at the stream.&lt;br /&gt;
|| Let us arrange the '''Stream'''.&lt;br /&gt;
|- &lt;br /&gt;
|| Clicking on the '''Stream, Property Editor Window '''opens.&lt;br /&gt;
&lt;br /&gt;
Hover the mouse over the '''Property Editor Window'''&lt;br /&gt;
|| We click on the '''Stream, '''the '''Property Editor Window '''opens.&lt;br /&gt;
&lt;br /&gt;
We see the '''Property Editor Window''' on the left-hand side of the '''Flowsheet'''.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| Type '''Object''' as '''Feed.'''&lt;br /&gt;
|| Let us rename the '''material stream''' first.&lt;br /&gt;
&lt;br /&gt;
Under '''General Info''', type the '''Object''' as '''Feed'''.&lt;br /&gt;
&lt;br /&gt;
Press''' Enter.'''&lt;br /&gt;
&lt;br /&gt;
In '''DWSIM''', after every change, ensure to press '''Enter''' for the change to be effective.&lt;br /&gt;
|- &lt;br /&gt;
|| Point to '''Input Data'''&lt;br /&gt;
&lt;br /&gt;
Cursor to the default values&lt;br /&gt;
|| The '''Input Data''' tab shows all the properties of the stream.&lt;br /&gt;
&lt;br /&gt;
'''DWSIM '''assigns default values to all properties.&lt;br /&gt;
|- &lt;br /&gt;
|| Point to '''Flash Spec'''&lt;br /&gt;
&lt;br /&gt;
Click on drop-down against '''Flash Spec'''&lt;br /&gt;
|| Under '''Stream Conditions '''tab, the first option is to specify the '''Flash Spec'''.&lt;br /&gt;
&lt;br /&gt;
We can select one of the '''Flash Spec'''s depending on the data given.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 5'''&lt;br /&gt;
&lt;br /&gt;
'''Problem Statement - Part I'''&lt;br /&gt;
|| Let me go back to the slides.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here, '''Temperature ''' and '''Pressure''' data is given in the problem statement.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Stream Conditions &amp;gt;&amp;gt; Flash Spec &amp;gt;&amp;gt; Select Temperature and Pressure (TP)''' from the Drop down.&lt;br /&gt;
&lt;br /&gt;
Point to '''Temperature '''and''' Pressure.'''&lt;br /&gt;
&lt;br /&gt;
|| Select '''Flash Spec''' as '''Temperature and Pressure (TP)''' if not already selected. &lt;br /&gt;
&lt;br /&gt;
By default, '''Temperature '''and''' Pressure '''is already selected as '''Flash Spec.'''&lt;br /&gt;
|- &lt;br /&gt;
|| '''Input Data &amp;gt;&amp;gt; Temperature &amp;gt;&amp;gt; 320 K'''&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''&lt;br /&gt;
|| Next is to specify the '''Temperature'''.&lt;br /&gt;
&lt;br /&gt;
Change '''Temperature''' to '''320 Kelvin '''and press '''Enter.'''&lt;br /&gt;
|- &lt;br /&gt;
|| '''Input Data &amp;gt;&amp;gt; Pressure &amp;gt;&amp;gt; 202650 Pa'''&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''&lt;br /&gt;
|| Next is to specify the '''Pressure'''.&lt;br /&gt;
&lt;br /&gt;
Change '''Pressure''' to '''202650 Pa''' and press '''Enter'''.&lt;br /&gt;
|- &lt;br /&gt;
|| Hover Mouse at '''Mass Flow, Molar Flow''' and '''Volumetric Flow.'''&lt;br /&gt;
|| Next is to specify the '''Flow Rate'''.&lt;br /&gt;
&lt;br /&gt;
Here, out of the '''Mass Flow''', '''Molar Flow''' and '''Volumetric Flow''', only one has to be specified.&lt;br /&gt;
&lt;br /&gt;
Other two will be calculated accordingly.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Input Data &amp;gt;&amp;gt; Molar Flow &amp;gt;&amp;gt; 500 mol/s'''&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''&lt;br /&gt;
|| As per the problem statement, molar flow is given as '''500 mol/s'''.&lt;br /&gt;
&lt;br /&gt;
Change '''Molar Flow''' to '''500 mol/s''' and press '''Enter.'''&lt;br /&gt;
|- &lt;br /&gt;
|| '''Cursor near the material stream.'''&lt;br /&gt;
|| Now let us specify the '''material stream''' compositions. &lt;br /&gt;
|- &lt;br /&gt;
|| '''Input Data &amp;gt;&amp;gt; Compound Amounts'''&lt;br /&gt;
|| Under '''Input Data, '''click on the '''Compound Amounts''' tab.&lt;br /&gt;
|- &lt;br /&gt;
|| Click on the drop-down against '''Basis.'''&lt;br /&gt;
|| Click on the drop-down against '''Basis'''.&lt;br /&gt;
&lt;br /&gt;
Here we can specify composition in these ways.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Compound Amounts &amp;gt;&amp;gt; Basis &amp;gt;&amp;gt; Mass Fractions'''&lt;br /&gt;
|| As per the problem statement, the composition is specified in terms of '''mass fraction'''.&lt;br /&gt;
&lt;br /&gt;
Choose the '''Basis ''' as '''Mass Fractions.'''&lt;br /&gt;
&lt;br /&gt;
By default, '''Mole Fractions''' is selected as '''Basis.''' &lt;br /&gt;
&lt;br /&gt;
Let us change this to '''Mass Fractions'''.&lt;br /&gt;
|- &lt;br /&gt;
|| Point to the '''Amount Table.'''&lt;br /&gt;
|| Now we will enter the '''Mass Fractions''' for each compound.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Ethanol: 0.35'''&lt;br /&gt;
|| For '''Ethanol''', enter the '''Amount''' as '''0.35''' and press '''Enter.'''&lt;br /&gt;
|- &lt;br /&gt;
|| '''Water: 0.65'''&lt;br /&gt;
|| For '''Water''', enter '''0.65''' and press '''Enter'''.&lt;br /&gt;
|- &lt;br /&gt;
|| Click '''Accept Changes'''&lt;br /&gt;
|| On the right, click on the '''Accept Changes''' button.&lt;br /&gt;
|- &lt;br /&gt;
|| Point to '''Basis'''&lt;br /&gt;
|| If the total is not 1, '''DWSIM ''' normalises the entries, so that the total becomes 1.&lt;br /&gt;
&lt;br /&gt;
Also, the '''Mass Fractions''' entered are converted to '''Mole Fractions''', which is the default basis.&lt;br /&gt;
|- &lt;br /&gt;
|| Click''' Solve'''&lt;br /&gt;
|| This completes the problem specification.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Solve''' button in the toolbar area.&lt;br /&gt;
|- &lt;br /&gt;
|| Click on '''Results'''&lt;br /&gt;
|| Let us see some of the thermophysical properties of the stream.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Results''' tab next to ''' Input Data.'''&lt;br /&gt;
|- &lt;br /&gt;
|| '''Results &amp;gt;&amp;gt; Phase Properties'''&lt;br /&gt;
|| Under '''Results''', click on '''Phase Properties'''.&lt;br /&gt;
|- &lt;br /&gt;
|| Click on '''Overall Liquid'''. &lt;br /&gt;
|| Click on '''Overall Liquid'''. &lt;br /&gt;
&lt;br /&gt;
Scroll Down to see the different thermophysical properties of the liquid phase.&lt;br /&gt;
|- &lt;br /&gt;
|| Hover the mouse at different properties&lt;br /&gt;
|| You can see values of different properties like:&lt;br /&gt;
&lt;br /&gt;
* Density&lt;br /&gt;
* Dynamic Viscosity&lt;br /&gt;
* Heat Capacity (Cp)&lt;br /&gt;
* Kinematic Viscosity&lt;br /&gt;
* Molar Enthalpy&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| Click on '''File '''and Click '''Save As'''&lt;br /&gt;
|| Let us now save this file.&lt;br /&gt;
&lt;br /&gt;
To do this, click on '''File''' and then click the '''Save As''' option.&lt;br /&gt;
|- &lt;br /&gt;
|| Type '''stream'''&lt;br /&gt;
|| Select a desired location to save the file and enter the file name as '''stream'''.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Close the Property Editor Window.'''&lt;br /&gt;
|| Close the '''Property Editor Window'''.&lt;br /&gt;
|- &lt;br /&gt;
|| Click on the''' Material''' Stream&lt;br /&gt;
|| We can always get back to the property editor window by clicking on the object.&lt;br /&gt;
|- &lt;br /&gt;
|| Only Narration.&lt;br /&gt;
|| This brings us to the end of this tutorial.&lt;br /&gt;
&lt;br /&gt;
Let's summarize.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 7'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
|| In this tutorial, we have learnt to Select '''Chemical''' compounds&lt;br /&gt;
* Select a '''Thermodynamic package''' and '''Unit System'''&lt;br /&gt;
* Specify a '''Material stream'''&lt;br /&gt;
* Find '''Thermophysical Properties''' of '''Material Stream'''&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| &lt;br /&gt;
|| Here are some assignments for you.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 8'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment 1'''&lt;br /&gt;
&lt;br /&gt;
|| Choose '''Ethanol''' and '''Water mole fractions''' that do not add up to 1.&lt;br /&gt;
&lt;br /&gt;
Check how '''DWSIM '''normalises when you press '''Accept Changes''' button.&lt;br /&gt;
|- &lt;br /&gt;
||  '''Side Number 9'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment 2 '''&lt;br /&gt;
|| Go to the page where you defined '''mole fractions.'''&lt;br /&gt;
&lt;br /&gt;
Check what the '''Normalize''' button does when the '''Total''' is not 1.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 10'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment 3 '''&lt;br /&gt;
|| Go to the page where we defined the '''molar flow rate'''.&lt;br /&gt;
&lt;br /&gt;
'''DWSIM''' automatically displays equivalent '''flow rates''' in mass flow and volumetric flow.&lt;br /&gt;
&lt;br /&gt;
Check if these values are consistent.&lt;br /&gt;
|- &lt;br /&gt;
||  '''Slide Number 11'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment 4 '''&lt;br /&gt;
|| Create a '''stream''' consisting of '''Methanol, Ethanol '''and '''Water.'''&lt;br /&gt;
&lt;br /&gt;
Carry out the previous assignments for this '''stream''' also.&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|| '''Slide Number 12'''&lt;br /&gt;
&lt;br /&gt;
'''About the Spoken Tutorial Project'''&lt;br /&gt;
|| Watch the video available at the following link.&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/ https://spoken-tutorial.org/]&lt;br /&gt;
&lt;br /&gt;
It summarises the Spoken Tutorial project.&lt;br /&gt;
&lt;br /&gt;
Please download and watch it&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 13'''&lt;br /&gt;
&lt;br /&gt;
'''Spoken Tutorial Workshops'''&lt;br /&gt;
|| The Spoken Tutorial Project Team conducts workshops and gives certificates.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For more details, please write to us.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 14'''&lt;br /&gt;
&lt;br /&gt;
'''Forum Slide'''&lt;br /&gt;
&lt;br /&gt;
Questions in THIS '''Spoken Tutorial?'''&lt;br /&gt;
&lt;br /&gt;
Visit https://forums.spoken-tutorial.org&lt;br /&gt;
&lt;br /&gt;
Choose the minute and second where you have the question.&lt;br /&gt;
&lt;br /&gt;
Explain your question briefly.&lt;br /&gt;
&lt;br /&gt;
Someone from the FOSSEE team will answer them.&lt;br /&gt;
&lt;br /&gt;
You will have to register on this website to ask questions&lt;br /&gt;
&lt;br /&gt;
||  Do you have questions in THIS Spoken Tutorial?&lt;br /&gt;
&lt;br /&gt;
Please visit this site&lt;br /&gt;
&lt;br /&gt;
Choose the minute and second where you have the question.&lt;br /&gt;
&lt;br /&gt;
Explain your question briefly.&lt;br /&gt;
&lt;br /&gt;
Someone from the FOSSEE team will answer them.&lt;br /&gt;
&lt;br /&gt;
You will have to register on this website to ask questions&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 15'''&lt;br /&gt;
&lt;br /&gt;
'''DWSIM Flowsheeting Project'''&lt;br /&gt;
|| The '''FOSSEE''' team coordinates the conversion of existing '''flowsheets''' into '''DWSIM'''.&lt;br /&gt;
&lt;br /&gt;
We give honorarium and certificates for those who do this.&lt;br /&gt;
&lt;br /&gt;
For more details, please visit this site.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 16'''&lt;br /&gt;
&lt;br /&gt;
'''Lab Migration Project'''&lt;br /&gt;
|| The '''FOSSEE''' team helps migrate commercial '''simulator labs''' to '''DWSIM.'''&lt;br /&gt;
&lt;br /&gt;
We give honorarium and certificates for those who do this.&lt;br /&gt;
&lt;br /&gt;
For more details, please visit this site&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 17'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Acknowledgements'''&lt;br /&gt;
|| The '''Spoken Tutorial''' project was established by the '''Ministry of Education(MoE)''', Government of India.&lt;br /&gt;
&lt;br /&gt;
The '''FOSSEE''' project is funded by '''NMEICT, Ministry of Education(MoE)''', Government of India.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 18'''&lt;br /&gt;
&lt;br /&gt;
'''Thank You'''&lt;br /&gt;
|| We thank the '''DWSIM''' team for making it as an''' open source software.'''&lt;br /&gt;
&lt;br /&gt;
This is Aditi Gupta along with Priyam Nayak signing off.&lt;br /&gt;
&lt;br /&gt;
Thank you for joining.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Jmol-Application/C3/Display-Lone-Pair-of-Electrons/English</id>
		<title>Jmol-Application/C3/Display-Lone-Pair-of-Electrons/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Jmol-Application/C3/Display-Lone-Pair-of-Electrons/English"/>
				<updated>2025-03-26T10:29:54Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{|border=1&lt;br /&gt;
|-&lt;br /&gt;
! align=center | Visual Cue&lt;br /&gt;
! align=center | Narration&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 1'''&lt;br /&gt;
&lt;br /&gt;
'''Title Slide'''&lt;br /&gt;
|| Welcome to this Spoken Tutorial on '''Display Lone Pair of Electrons''' in '''Jmol'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 2'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| In this tutorial, we will learn to,&lt;br /&gt;
* Display '''lone pair''' of electrons on an atom using script commands.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 3'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirement'''&lt;br /&gt;
|| Here I am using,&lt;br /&gt;
* '''Ubuntu Linux '''OS version 22.04&lt;br /&gt;
* '''Jmol''' version 16.2.35&lt;br /&gt;
* '''Java '''version 11.0.25&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 4'''&lt;br /&gt;
&lt;br /&gt;
'''Pre-requisites'''&lt;br /&gt;
&lt;br /&gt;
'''https://spoken-tutorial.org'''&lt;br /&gt;
|| To follow this tutorial,&lt;br /&gt;
* learner must be familiar with basic operations on '''Jmol''' interface.&lt;br /&gt;
* Spoken tutorials on '''Jmol Application''' are available at the following website.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''Jmol''' interface.&lt;br /&gt;
&lt;br /&gt;
Click on the '''File''' menu and select '''Get Mol''' option.&lt;br /&gt;
&lt;br /&gt;
In the input box, type '''water'''.&lt;br /&gt;
&lt;br /&gt;
Click '''OK'''.&lt;br /&gt;
|| Open the '''Jmol''' interface. &lt;br /&gt;
&lt;br /&gt;
Click on the '''File''' menu and select '''Get MOL''' option.&lt;br /&gt;
&lt;br /&gt;
In the input box, type '''water''' and Click '''OK'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
&lt;br /&gt;
Hold '''Ctrl''' and '''Alt''' keys&lt;br /&gt;
|| '''3D''' structure of water is seen on the panel.&lt;br /&gt;
&lt;br /&gt;
Hold '''Ctrl''' and '''Alt''' keys to move the model on the screen.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| Water has two '''lone''' pairs of '''electrons''' on the '''Oxygen''' atom.&lt;br /&gt;
&lt;br /&gt;
They are also referred to as an '''unshared''' pair of valence '''electrons'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| Using the script commands we can represent '''lone''' pair of '''electrons''' as tear-drop shaped lobes.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the '''File''' menu and select the Console option.&lt;br /&gt;
|| To open the '''console''' click the '''File''' menu.&lt;br /&gt;
&lt;br /&gt;
Select '''Console''' option.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| '''Script console''' opens as a pop-up window.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the console.&lt;br /&gt;
|| Here we can write commands to draw the lone pair of electrons.&lt;br /&gt;
|-&lt;br /&gt;
|| At the prompt, Type the following, '''select oxygen;lcaocartoon color translucent white create lpa'''&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
|| At the prompt, Type the command:&lt;br /&gt;
&lt;br /&gt;
'''select oxygen;lcaocartoon color translucent white create lpa'''&lt;br /&gt;
&lt;br /&gt;
This command will create a translucent white colored lobe on the oxygen atom.&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| The first '''lobe''' is seen on the oxygen atom on the panel.&lt;br /&gt;
&lt;br /&gt;
You can change the color in the command according to your preference.&lt;br /&gt;
|-&lt;br /&gt;
|| Press up arrow key on the keyboard.&lt;br /&gt;
|| I will change the color of the '''lobes''' to yellow.&lt;br /&gt;
&lt;br /&gt;
Press the up arrow key to get the previous command at the prompt. &lt;br /&gt;
|-&lt;br /&gt;
|| '''select oxygen;lcaocartoon color yellow create lpa'''&lt;br /&gt;
|| Edit the command and change, '''translucent white''' to '''yellow '''and press '''Enter'''.&lt;br /&gt;
|-&lt;br /&gt;
||Press the up arrow on the keyboard.&lt;br /&gt;
&lt;br /&gt;
At the end of the command line, change '''lpa '''to '''lpb'''.&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
|| For the second '''lobe''':&lt;br /&gt;
&lt;br /&gt;
Press the up arrow key on the keyboard to get the previous command at the prompt.&lt;br /&gt;
&lt;br /&gt;
Edit the command. &lt;br /&gt;
&lt;br /&gt;
At the end of the command line, change '''lpa '''to '''lpb'''.&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| Now we can see two lobes representing two '''lone''' '''pairs''' of '''electrons''' on the panel.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| I have loaded the '''3D''' structure of '''ammonia''' using '''GetMOL'''.&lt;br /&gt;
&lt;br /&gt;
To open the '''console''' click the '''File''' menu.&lt;br /&gt;
&lt;br /&gt;
Select '''Console''' option.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Cursor on the console'''&lt;br /&gt;
&lt;br /&gt;
'''select nitrogen;lcaocartoon color yellow create lpa'''.&lt;br /&gt;
&lt;br /&gt;
|| Here is the command line for displaying a '''lone pair''' of electrons on nitrogen in '''ammonia'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 5'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
|| Let us summarize. &lt;br /&gt;
&lt;br /&gt;
In this tutorial, we have learned to,&lt;br /&gt;
* Display '''lone pair''' of electrons on an atom using script commands.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 6'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment'''&lt;br /&gt;
|| As an assignment,&lt;br /&gt;
* Display a '''lone pair''' of electrons on the phosphorus atom in the phosphine model.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 7'''&lt;br /&gt;
&lt;br /&gt;
'''About Spoken Tutorial Project '''&lt;br /&gt;
|| This video summarizes the Spoken Tutorial project. &lt;br /&gt;
&lt;br /&gt;
Please download and watch it. &lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 8'''&lt;br /&gt;
&lt;br /&gt;
'''Spoken tutorial workshops '''&lt;br /&gt;
|| We conduct workshops and give certificates. &lt;br /&gt;
&lt;br /&gt;
For more details, please contact us. &lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 9'''&lt;br /&gt;
&lt;br /&gt;
'''Forum '''&lt;br /&gt;
|| Please post your timed queries in this forum. &lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 10'''&lt;br /&gt;
&lt;br /&gt;
'''Acknowledgement '''&lt;br /&gt;
|| The''' Spoken Tutorial '''project was established at IIT Bombay by the Ministry of Education Govt of '''India.'''&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| This tutorial is contributed by Snehalatha Kaliappan and Madhuri Ganapathi from IIT Bombay.&lt;br /&gt;
&lt;br /&gt;
Thank you for joining.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Jmol-Application/C2/Interchange-the-Element-in-the-3D-Model/English</id>
		<title>Jmol-Application/C2/Interchange-the-Element-in-the-3D-Model/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Jmol-Application/C2/Interchange-the-Element-in-the-3D-Model/English"/>
				<updated>2025-03-26T10:16:38Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{|border=1&lt;br /&gt;
|-&lt;br /&gt;
! align=center | Visual Cue&lt;br /&gt;
! align=center | Narration&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 1'''&lt;br /&gt;
&lt;br /&gt;
'''Title Slide'''&lt;br /&gt;
||Welcome to this Spoken Tutorial on '''Interchange the Element In the 3D Model'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 2'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| In this tutorial, we will learn to,&lt;br /&gt;
* Change the element in the 3D model to create a different molecule.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 3'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirement'''&lt;br /&gt;
|| Here I am using,&lt;br /&gt;
*'''Ubuntu Linux ''' OS version 22.04&lt;br /&gt;
*'''Jmol''' version 16.2.35&lt;br /&gt;
*'''Java''' version 11.0.25&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 4'''&lt;br /&gt;
&lt;br /&gt;
'''Pre-requisites'''&lt;br /&gt;
&lt;br /&gt;
'''https://spoken-tutorial.org'''&lt;br /&gt;
||To follow this tutorial,&lt;br /&gt;
* Learner must be familiar with basic operations in '''Jmol''' interface.&lt;br /&gt;
*Spoken tutorials on '''Jmol Application''' are available at this website.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the model-kit icon.&lt;br /&gt;
&lt;br /&gt;
Cursor on Methane model&lt;br /&gt;
|| I have opened the '''Jmol ''' interface.&lt;br /&gt;
&lt;br /&gt;
Click on the '''model kit''' menu to open it.&lt;br /&gt;
&lt;br /&gt;
We have a model of methane on the screen.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the methane molecule.&lt;br /&gt;
&lt;br /&gt;
Cursor on the elements menu.&lt;br /&gt;
|| I would like to change the'''methane '''molecule to '''borane'''. &lt;br /&gt;
&lt;br /&gt;
Here, we need to change the central carbon atom to boron. &lt;br /&gt;
&lt;br /&gt;
Open the '''Model kit''' menu. &lt;br /&gt;
&lt;br /&gt;
In the list of elements boron is not included.&lt;br /&gt;
&lt;br /&gt;
Hence we need to add boron to the list of elements.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the double-question mark icon.&lt;br /&gt;
&lt;br /&gt;
type the symbol for boron as capital “B”. Click on OK.&lt;br /&gt;
|| Click on the double-question mark icon.&lt;br /&gt;
&lt;br /&gt;
In the '''Element input '''box, type the symbol for boron as capital “'''B'''”. &lt;br /&gt;
&lt;br /&gt;
Click on '''OK'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the menu.&lt;br /&gt;
||When you open the '''model-kit''' menu again, boron is already selected.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the central carbon atom in the methane model.&lt;br /&gt;
&lt;br /&gt;
Cursor on the boron atom.&lt;br /&gt;
&lt;br /&gt;
|| Now click on the central carbon atom in the methane model.&lt;br /&gt;
&lt;br /&gt;
The carbon is now replaced by boron atom. &lt;br /&gt;
&lt;br /&gt;
You can see the change in the color of the atom to pink.&lt;br /&gt;
&lt;br /&gt;
The valency is automatically adjusted to 3.&lt;br /&gt;
&lt;br /&gt;
Hence you will see 3 hydrogens on central boron atom.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the borane model.&lt;br /&gt;
&lt;br /&gt;
Click on minimize in the '''model'''-'''kit''' menu.&lt;br /&gt;
&lt;br /&gt;
Select '''exit modelkit mode''' to close the model kit menu.&lt;br /&gt;
|| This molecule is borane.&lt;br /&gt;
&lt;br /&gt;
Click on '''minimize''' in the '''model'''-'''kit''' menu to do energy minimization.&lt;br /&gt;
&lt;br /&gt;
Now select '''exit model-kit mode''' to close the model kit menu.&lt;br /&gt;
|-&lt;br /&gt;
||Double click on any hydrogen atom. &lt;br /&gt;
&lt;br /&gt;
Click on the central boron atom. &lt;br /&gt;
&lt;br /&gt;
Again double-click on the other hydrogen atom. &lt;br /&gt;
&lt;br /&gt;
Cursor on the measurements on the model.&lt;br /&gt;
|| Let us measure the bond angle.&lt;br /&gt;
&lt;br /&gt;
Double clicking on any hydrogen atom. &lt;br /&gt;
&lt;br /&gt;
Click on the central boron atom. &lt;br /&gt;
&lt;br /&gt;
Again double-click on the other hydrogen atom. &lt;br /&gt;
&lt;br /&gt;
You can see the bond-angle as 120 degrees . &lt;br /&gt;
&lt;br /&gt;
This corresponds to the '''sp2''' hybridization found in borane.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
&lt;br /&gt;
Click on the '''model kit''' icon.&lt;br /&gt;
|| I would now like to change the central atom to silicon to create Silane.&lt;br /&gt;
&lt;br /&gt;
Open the '''model kit''' menu.&lt;br /&gt;
&lt;br /&gt;
Let us add a silicon symbol to the list of elements.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the double-question mark icon.&lt;br /&gt;
&lt;br /&gt;
type the symbol for boron as capital “Si”. &lt;br /&gt;
&lt;br /&gt;
Click on OK.&lt;br /&gt;
|| Type “'''Si'''” in the element input box and click '''OK'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the central boron atom on the panel.&lt;br /&gt;
|| Now click on the central boron atom on the panel.&lt;br /&gt;
&lt;br /&gt;
Observe the color change of silicon atom. &lt;br /&gt;
&lt;br /&gt;
It is seen as light brown in color.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| The valency of silicon is 4.&lt;br /&gt;
&lt;br /&gt;
Hence the hydrogens are also adjusted automatically to 4. &lt;br /&gt;
&lt;br /&gt;
This molecule is silane.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on minimize in the model-kit menu.&lt;br /&gt;
|| Click on '''minimize''' in the '''model-kit '''menu to do energy minimization.&lt;br /&gt;
&lt;br /&gt;
Now select '''exit modelkit mode''' to close the model kit menu.&lt;br /&gt;
&lt;br /&gt;
Let us measure the bond angle.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''model''' '''kit''' menu. Select nitrogen from the element list . Click on central silicon atom.&lt;br /&gt;
|| Following the same steps I have converted the silane model to ammonia.&lt;br /&gt;
&lt;br /&gt;
Let us measure the bond angle.&lt;br /&gt;
&lt;br /&gt;
In this way we can create '''3D''' models of a number of covalent inorganic molecules.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 5'''&lt;br /&gt;
&lt;br /&gt;
'''Summary '''&lt;br /&gt;
|| Let's summarize&lt;br /&gt;
&lt;br /&gt;
In this tutorial, &lt;br /&gt;
* We have changed the element of the central atom in the '''3D''' model to create a different molecule.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 6'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment'''&lt;br /&gt;
|| As an assignment,&lt;br /&gt;
&lt;br /&gt;
Create models of Phosphine and hydrogen fluoride from model of methane&lt;br /&gt;
&lt;br /&gt;
Measure the bond angle&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 7'''&lt;br /&gt;
&lt;br /&gt;
'''About Spoken Tutorial Project '''&lt;br /&gt;
|| This video summarizes the Spoken Tutorial project. &lt;br /&gt;
&lt;br /&gt;
Please download and watch it. &lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide''' '''Number 8'''&lt;br /&gt;
&lt;br /&gt;
'''Spoken tutorial workshops '''&lt;br /&gt;
|| We conduct workshops using spoken tutorials and give certificates. &lt;br /&gt;
&lt;br /&gt;
For more details, please write to us. &lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 9'''&lt;br /&gt;
&lt;br /&gt;
'''Forum '''&lt;br /&gt;
|| Please post your timed queries in this forum. &lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide''' '''Number 10'''&lt;br /&gt;
&lt;br /&gt;
'''Acknowledgement '''&lt;br /&gt;
|| The''' Spoken Tutorial '''project was established at IIT Bombay by the Ministry of Education Govt of '''India'''.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| This tutorial is contributed by Snehalatha Kaliappan and Madhuri Ganapathi from IIT Bombay.&lt;br /&gt;
&lt;br /&gt;
Thank you for joining. &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Jmol-Application/C3/Display-Lone-Pair-of-Electrons/English</id>
		<title>Jmol-Application/C3/Display-Lone-Pair-of-Electrons/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Jmol-Application/C3/Display-Lone-Pair-of-Electrons/English"/>
				<updated>2025-03-24T06:46:04Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: Created page with &amp;quot;   {|border=1 |- ! align=center | Visual Cue ! align=center | Narration |- || '''Slide Number 1'''  '''Title Slide''' || Welcome to this Spoken Tutorial on '''Display Lone Pai...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|-&lt;br /&gt;
! align=center | Visual Cue&lt;br /&gt;
! align=center | Narration&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 1'''&lt;br /&gt;
&lt;br /&gt;
'''Title Slide'''&lt;br /&gt;
|| Welcome to this Spoken Tutorial on '''Display Lone Pair of Electrons''' in '''Jmol'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 2'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| In this tutorial, we will learn to,&lt;br /&gt;
* Display '''lone''' '''pair''' of electrons on an atom using script commands.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 3'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirement'''&lt;br /&gt;
|| Here I am using,&lt;br /&gt;
* '''Ubuntu Linux '''OS version 22.04&lt;br /&gt;
* '''Jmol''' version 16.2.35&lt;br /&gt;
* '''Java '''version 11.0.25&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 4'''&lt;br /&gt;
&lt;br /&gt;
'''Pre-requisites'''&lt;br /&gt;
&lt;br /&gt;
'''https://spoken-tutorial.org'''&lt;br /&gt;
|| To follow this tutorial,&lt;br /&gt;
* Learner must be familiar with basic operations on '''Jmol''' interface.&lt;br /&gt;
* Spoken tutorials on '''Jmol Application''' are available at the following website.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''Jmol''' interface.&lt;br /&gt;
&lt;br /&gt;
Click on the '''File''' menu and select '''Get M'''ol option.&lt;br /&gt;
&lt;br /&gt;
In the input box, type '''water. '''&lt;br /&gt;
&lt;br /&gt;
Click '''OK'''.&lt;br /&gt;
|| Open the '''Jmol''' interface. &lt;br /&gt;
&lt;br /&gt;
Click on the '''File''' menu and select '''Get Mol''' option.&lt;br /&gt;
&lt;br /&gt;
In the input box, type '''water''' and Click '''OK.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
&lt;br /&gt;
Hold '''Ctrl''' and '''Alt''' keys&lt;br /&gt;
|| '''3D''' structure of water is seen on the panel.&lt;br /&gt;
&lt;br /&gt;
Hold '''Ctrl''' and '''Alt''' keys to move the model on the screen.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| Water has two '''lone''' pairs of '''electrons''' on the '''Oxygen''' atom.&lt;br /&gt;
&lt;br /&gt;
They are also referred to as an '''unshared''' pair of valence '''electrons'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| Using the script commands we can represent '''lone''' pair of '''electrons''' as '''tear'''-'''drop''' shaped '''lobes'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the '''File''' menu and select the Console option.&lt;br /&gt;
|| To open the console click the '''File''' menu.&lt;br /&gt;
&lt;br /&gt;
Select '''Console''' option.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| Script console opens as a pop-up window.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the console.&lt;br /&gt;
|| Here we can write commands to draw the lone pair of electrons.&lt;br /&gt;
|-&lt;br /&gt;
|| At the prompt, Type the following, '''select oxygen;lcaocartoon color translucent white create lpa'''&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
|| At the prompt, Type the command:&lt;br /&gt;
&lt;br /&gt;
'''select oxygen;lcaocartoon color translucent white create lpa'''&lt;br /&gt;
&lt;br /&gt;
This command will create a translucent white colored lobe on the oxygen atom.&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| The first '''lobe''' is seen on the oxygen atom on the panel.&lt;br /&gt;
&lt;br /&gt;
You can change the color in the command according to your preference.&lt;br /&gt;
|-&lt;br /&gt;
|| Press up arrow key on the keyboard.&lt;br /&gt;
|| I will change the color of the '''lobes''' to yellow.&lt;br /&gt;
&lt;br /&gt;
Press the up arrow key to get the previous command at the prompt. &lt;br /&gt;
|-&lt;br /&gt;
|| '''select oxygen;lcaocartoon color yellow create lpa'''&lt;br /&gt;
|| Edit the command and change, '''translucent white''' to '''yellow '''and press '''Enter'''.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
Press the up arrow on the keyboard.&lt;br /&gt;
&lt;br /&gt;
At the end of the command line, change '''lpa '''to '''lpb'''.&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
|| For the second '''lobe''':&lt;br /&gt;
&lt;br /&gt;
Press the up arrow key on the keyboard to get the previous command at the prompt.&lt;br /&gt;
&lt;br /&gt;
Edit the command. &lt;br /&gt;
&lt;br /&gt;
At the end of the command line, change '''lpa '''to '''lpb'''.&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| Now we can see two lobes representing two '''lone''' '''pairs''' of '''electrons''' on the panel.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| I have loaded the '''3D''' structure of '''ammonia''' using '''GetMol'''.&lt;br /&gt;
&lt;br /&gt;
To open the console click the '''File''' menu.&lt;br /&gt;
&lt;br /&gt;
Select '''Console''' option.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Cursor on the console'''&lt;br /&gt;
&lt;br /&gt;
'''select nitrogen;lcaocartoon color yellow create lpa'''&lt;br /&gt;
|| Here is the command line for displaying a '''lone''' '''pair''' on nitrogen in '''ammonia'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 5'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
|| Let us summarize. &lt;br /&gt;
&lt;br /&gt;
In this tutorial, we have learned to,&lt;br /&gt;
* Display '''lone''' '''pair''' of electrons on an atom using script commands.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 6'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment'''&lt;br /&gt;
|| As an assignment,&lt;br /&gt;
* Display a '''lone''' '''pair''' of electrons on the phosphorus atom in the phosphine model.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 7'''&lt;br /&gt;
&lt;br /&gt;
'''About Spoken Tutorial Project '''&lt;br /&gt;
|| This video summarizes the Spoken Tutorial project. &lt;br /&gt;
&lt;br /&gt;
Please download and watch it. &lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 8'''&lt;br /&gt;
&lt;br /&gt;
'''Spoken tutorial workshops '''&lt;br /&gt;
|| We conduct workshops and give certificates. &lt;br /&gt;
&lt;br /&gt;
For more details, please contact us. &lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 9'''&lt;br /&gt;
&lt;br /&gt;
'''Forum '''&lt;br /&gt;
|| Please post your timed queries in this forum. &lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 10'''&lt;br /&gt;
&lt;br /&gt;
'''Acknowledgement '''&lt;br /&gt;
|| The''' Spoken Tutorial '''project was established at IIT Bombay by the Ministry of Education Govt of '''India.'''&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| This tutorial is contributed by Snehalatha Kaliappan and Madhuri Ganapathi from IIT Bombay.&lt;br /&gt;
&lt;br /&gt;
Thank you for joining.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Jmol-Application/C2/Interchange-the-Element-in-the-3D-Model/English</id>
		<title>Jmol-Application/C2/Interchange-the-Element-in-the-3D-Model/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Jmol-Application/C2/Interchange-the-Element-in-the-3D-Model/English"/>
				<updated>2025-03-21T10:56:52Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: Created page with &amp;quot; {|border=1 |- ! align=center | Visual Cue ! align=center | Narration |- || '''Slide Number 1'''  '''Title Slide''' ||Welcome to this Spoken Tutorial on '''Interchange the Ele...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{|border=1&lt;br /&gt;
|-&lt;br /&gt;
! align=center | Visual Cue&lt;br /&gt;
! align=center | Narration&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 1'''&lt;br /&gt;
&lt;br /&gt;
'''Title Slide'''&lt;br /&gt;
||Welcome to this Spoken Tutorial on '''Interchange the Element In the 3D Model'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 2'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| In this tutorial, we will learn to,&lt;br /&gt;
* Change the element in the 3D model to create a different molecule.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 3'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirement'''&lt;br /&gt;
|| Here I am using,&lt;br /&gt;
*'''Ubuntu Linux '''OS version 22.04&lt;br /&gt;
*'''Jmol''' version 16.2.35&lt;br /&gt;
*'''Java''' version 11.0.25&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 4'''&lt;br /&gt;
&lt;br /&gt;
'''Pre-requisites'''&lt;br /&gt;
&lt;br /&gt;
'''https://spoken-tutorial.org'''&lt;br /&gt;
||To follow this tutorial,&lt;br /&gt;
* Learner must be familiar withBasic operations in '''Jmol''' interface.&lt;br /&gt;
*Spoken tutorials on '''Jmol Application''' are available at thiswebsite.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the model-kit icon.&lt;br /&gt;
&lt;br /&gt;
Cursor on Methane model&lt;br /&gt;
|| I have opened the '''Jmol '''interface.&lt;br /&gt;
&lt;br /&gt;
Click on the '''model kit''' menu to open it.&lt;br /&gt;
&lt;br /&gt;
We have a model of methane on the screen.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the methane molecule.&lt;br /&gt;
&lt;br /&gt;
Cursor on the elements menu.&lt;br /&gt;
|| I would like to change the'''methane '''molecule to borane. &lt;br /&gt;
&lt;br /&gt;
Here, we need to change the central carbon atom to boron. &lt;br /&gt;
&lt;br /&gt;
Open the '''Model kit''' menu. &lt;br /&gt;
&lt;br /&gt;
In the list of elements boron is not included.&lt;br /&gt;
&lt;br /&gt;
Hence we need to add boron to the list of elements.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the double-question mark icon.&lt;br /&gt;
&lt;br /&gt;
type the symbol for boron as capital “B”. Click on OK.&lt;br /&gt;
|| Click on the double-question mark icon.&lt;br /&gt;
&lt;br /&gt;
In the '''Element input '''box, type the symbol for boron as capital “'''B'''”. &lt;br /&gt;
&lt;br /&gt;
Click on '''OK'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the menu.&lt;br /&gt;
||When you open the '''model'''-'''kit''' menu again, boron is already selected.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the central carbon atom in the methane model.&lt;br /&gt;
&lt;br /&gt;
Cursor on the boron atom.&lt;br /&gt;
&lt;br /&gt;
|| Now click on the central carbon atom in the methane model.&lt;br /&gt;
&lt;br /&gt;
The carbon is now replaced by boron atom. &lt;br /&gt;
&lt;br /&gt;
You can see the change in the color of the atom to pink.&lt;br /&gt;
&lt;br /&gt;
The valency is automatically adjusted to 3.&lt;br /&gt;
&lt;br /&gt;
Hence you will see 3 hydrogens on central boron atom.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the borane model.&lt;br /&gt;
&lt;br /&gt;
Click on minimize in the '''model'''-'''kit''' menu.&lt;br /&gt;
&lt;br /&gt;
Select '''exit modelkit mode''' to close the model kit menu.&lt;br /&gt;
|| This molecule is borane.&lt;br /&gt;
&lt;br /&gt;
Click on '''minimize''' in the '''model'''-'''kit''' menu to do energy minimization.&lt;br /&gt;
&lt;br /&gt;
Now select '''exit modelkit mode''' to close the model kit menu.&lt;br /&gt;
|-&lt;br /&gt;
||Double click on any hydrogen atom. &lt;br /&gt;
&lt;br /&gt;
Click on the central boron atom. &lt;br /&gt;
&lt;br /&gt;
Again double-click on the other hydrogen atom . &lt;br /&gt;
&lt;br /&gt;
Cursor on the measurements on the model.&lt;br /&gt;
|| Let us measure the bond angle.&lt;br /&gt;
&lt;br /&gt;
Double clicking on any hydrogen atom. &lt;br /&gt;
&lt;br /&gt;
Click on the central boron atom. &lt;br /&gt;
&lt;br /&gt;
Again double-click on the other hydrogen atom . &lt;br /&gt;
&lt;br /&gt;
You can see the bond-angle as 120 degrees . &lt;br /&gt;
&lt;br /&gt;
This corresponds to the '''sp2''' hybridization found in borane.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
&lt;br /&gt;
Click on the '''model kit''' icon.&lt;br /&gt;
|| I would now like to change the central atom to silicon to create Silane.&lt;br /&gt;
&lt;br /&gt;
Open the '''model kit''' menu.&lt;br /&gt;
&lt;br /&gt;
Let us add a silicon symbol to the list of elements.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the double-question mark icon.&lt;br /&gt;
&lt;br /&gt;
type the symbol for boron as capital “Si”. &lt;br /&gt;
&lt;br /&gt;
Click on OK.&lt;br /&gt;
|| Type “'''Si'''” in the element input box and click '''OK'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the central boron atom on the panel.&lt;br /&gt;
|| Now click on the central boron atom on the panel.&lt;br /&gt;
&lt;br /&gt;
Observe the color change of silicon atom. &lt;br /&gt;
&lt;br /&gt;
It is seen as light brown in color.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| The valency of silicon is 4.&lt;br /&gt;
&lt;br /&gt;
Hence the hydrogens are also adjusted automatically to 4. &lt;br /&gt;
&lt;br /&gt;
This molecule is Silane.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on minimize in the model-kit menu.&lt;br /&gt;
|| Click on '''minimize''' in the '''model'''-'''kit '''menu to do energy minimization.&lt;br /&gt;
&lt;br /&gt;
Now select '''exit modelkit mode''' to close the model kit menu.&lt;br /&gt;
&lt;br /&gt;
Let us measure the bond angle.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''model''' '''kit''' menu. Select Nitrogen from the element list . Click on central silicon atom.&lt;br /&gt;
|| Following the same steps I have converted the Silane model to ammonia.&lt;br /&gt;
&lt;br /&gt;
Let us measure the bond angle.&lt;br /&gt;
&lt;br /&gt;
In this way we can create '''3D''' models of a number of covalent inorganic molecules.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 5'''&lt;br /&gt;
&lt;br /&gt;
'''Summary '''&lt;br /&gt;
|| Let's summarize&lt;br /&gt;
&lt;br /&gt;
In this tutorial, &lt;br /&gt;
* We have changed the element of the central atom in the '''3D''' model to create a different molecule.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 6'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment'''&lt;br /&gt;
|| As an assignment,&lt;br /&gt;
&lt;br /&gt;
Create models of Phosphine and Hydrogen fluoride from model of methane&lt;br /&gt;
&lt;br /&gt;
Measure the bond angle&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 7'''&lt;br /&gt;
&lt;br /&gt;
'''About Spoken Tutorial Project '''&lt;br /&gt;
|| This video summarizes the Spoken Tutorial project. &lt;br /&gt;
&lt;br /&gt;
Please download and watch it. &lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide''' '''Number 8'''&lt;br /&gt;
&lt;br /&gt;
'''Spoken tutorial workshops '''&lt;br /&gt;
|| We conduct workshops using spoken tutorials and give certificates. &lt;br /&gt;
&lt;br /&gt;
For more details, please write to us. &lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 9'''&lt;br /&gt;
&lt;br /&gt;
'''Forum '''&lt;br /&gt;
|| Please post your timed queries in this forum. &lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide''' '''Number 10'''&lt;br /&gt;
&lt;br /&gt;
'''Acknowledgement '''&lt;br /&gt;
|| The''' Spoken Tutorial '''project was established at IIT Bombay by the Ministry of Education Govt of '''India.'''&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| This tutorial is contributed by Snehalatha Kaliappan and Madhuri Ganapathi from IIT Bombay.&lt;br /&gt;
&lt;br /&gt;
Thank you for joining. &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/AutoDock4/C2/Installation-of-AutoDock4-on-Windows-OS-and-macOS/English</id>
		<title>AutoDock4/C2/Installation-of-AutoDock4-on-Windows-OS-and-macOS/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/AutoDock4/C2/Installation-of-AutoDock4-on-Windows-OS-and-macOS/English"/>
				<updated>2025-01-24T10:34:21Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
'''Title of script''': Installation of AutoDock on Windows and mac&lt;br /&gt;
&lt;br /&gt;
'''Author''': Dr. Snehalatha Kaliappan&lt;br /&gt;
&lt;br /&gt;
'''Keywords''': AutoDock4, AutoDock installation, AutoDock Tools, MGL Tools, Windows OS, macOS, video tutorial.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|- &lt;br /&gt;
|| Visual Cue&lt;br /&gt;
|| Narration&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 1'''&lt;br /&gt;
&lt;br /&gt;
'''Title Slide'''&lt;br /&gt;
|| Welcome to this tutorial on '''Installation of AutoDock4 on Windows OS and macOS'''.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 2'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| In this tutorial, we will learn to,&lt;br /&gt;
&lt;br /&gt;
Download and install '''AutoDock4''' on '''Windows OS'''&lt;br /&gt;
&lt;br /&gt;
Download and install '''MGLTools''' &lt;br /&gt;
&lt;br /&gt;
Check the installation of '''AutoDockTools '''&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 3'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| We will also,&lt;br /&gt;
&lt;br /&gt;
Download and install '''AutoDock4''' on '''macOS'''&lt;br /&gt;
&lt;br /&gt;
Download and install '''XQuartz''' version 2.8.5 &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 4'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| &lt;br /&gt;
Download and install '''MGLTools''' &lt;br /&gt;
&lt;br /&gt;
Check the installation of '''AutoDockTools''' on '''macOS''' &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 5'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirement'''&lt;br /&gt;
|| Here I am using&lt;br /&gt;
&lt;br /&gt;
'''Windows 11'''&lt;br /&gt;
&lt;br /&gt;
'''Mac OS''' version 14.5&lt;br /&gt;
&lt;br /&gt;
'''AutoDock''' version 4.2.6&lt;br /&gt;
&lt;br /&gt;
'''MGLTools''' version 1.5.7&lt;br /&gt;
&lt;br /&gt;
'''XQuartz ''' version 2.8.5&lt;br /&gt;
&lt;br /&gt;
'''Firefox ''' web browser version 130.0.1&lt;br /&gt;
&lt;br /&gt;
A working internet connection&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 6'''&lt;br /&gt;
&lt;br /&gt;
'''Pre-requisites'''&lt;br /&gt;
|| To follow this tutorial learner should be familiar with,&lt;br /&gt;
&lt;br /&gt;
basic computer operations on '''Windows''' and '''macOS'''&lt;br /&gt;
|- &lt;br /&gt;
|| Open Firefox web browser. &lt;br /&gt;
&lt;br /&gt;
In the Google search field type, '''AutoDock download''' and press enter.&lt;br /&gt;
|| I have opened a google search page in a web browser. &lt;br /&gt;
&lt;br /&gt;
In the Google search field type, '''AutoDock download''' and press Enter.&lt;br /&gt;
|- &lt;br /&gt;
|| On the google results page,&lt;br /&gt;
&lt;br /&gt;
Click on the first link, '''Download AutoDock4'''&lt;br /&gt;
&lt;br /&gt;
https://autodock.scripps.edu/download-autodock4/&lt;br /&gt;
|| A page opens with many results.&lt;br /&gt;
&lt;br /&gt;
Click on the first link, '''Download AutoDock4'''.&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on the AutoDock downloads page.&lt;br /&gt;
|| This takes you to the '''Autodock download page of Scripps.edu'''.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on the AutoDock downloads page.&lt;br /&gt;
&lt;br /&gt;
[https://autodock.scripps.edu/download-autodock4/ https://autodock.scripps.edu/download-autodock4/]&lt;br /&gt;
&lt;br /&gt;
Click on '''Autodock4 Windows installer file.'''&lt;br /&gt;
|| Here, in the center of the page you will see link to installers for various operating systems.&lt;br /&gt;
&lt;br /&gt;
I will click on '''Autodock4 Windows''' installer file.&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on the download progress bar at the bottom.&lt;br /&gt;
|| '''autodocksuite-4.2.6.i86Windows.exe '''file gets downloaded to your '''Downloads''' folder.&lt;br /&gt;
|- &lt;br /&gt;
|| Go to the '''Downloads '''folder. &lt;br /&gt;
&lt;br /&gt;
Double click on the downloaded '''autodocksuite-4.2.6.i86Windows.exe '''file.&lt;br /&gt;
&lt;br /&gt;
|| Go to the '''Downloads '''folder. &lt;br /&gt;
&lt;br /&gt;
Double click on the downloaded '''exe''' file.&lt;br /&gt;
|- &lt;br /&gt;
|| Click '''yes''' on the pop-up message box.&lt;br /&gt;
|| Click '''yes''' on the pop-up message asking to give permission to continue the installation.&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on''' Choose Install Location '''window.&lt;br /&gt;
&lt;br /&gt;
Click on '''Install''' button at the '''bottom-right '''corner.&lt;br /&gt;
|| '''Choose Install Location''' window opens.&lt;br /&gt;
&lt;br /&gt;
You will be prompted to choose a custom location or default location.&lt;br /&gt;
&lt;br /&gt;
The default location would be: C:\Program Files (x86)\The Scripps Research Institute\Autodock\4.2.6.&lt;br /&gt;
&lt;br /&gt;
I will choose the default location and click on '''Install''' button at the bottom-right corner.&lt;br /&gt;
|- &lt;br /&gt;
|| Close the '''set up '''window.&lt;br /&gt;
|| Close the '''set up '''window once you get the message that the installation is completed. &lt;br /&gt;
|- &lt;br /&gt;
|| Go to the '''C drive Program files''' and ''' locate The Scripps Research Institute '''folder.&lt;br /&gt;
&lt;br /&gt;
Double-click to open the '''Autodock '''folder.&lt;br /&gt;
&lt;br /&gt;
|| After the installation is complete go to the '''C drive Program files(x86)''' and locate '''The Scripps Research Institute '''folder.&lt;br /&gt;
&lt;br /&gt;
Double-click to open the folder, inside this folder you will find the '''Autodock ''' folder.&lt;br /&gt;
|- &lt;br /&gt;
|| Two executable files '''autodock4.exe '''and''' autogrid4.exe '''are present in the folder.&lt;br /&gt;
&lt;br /&gt;
|| Make sure the two executable files '''autodock4.exe '''and''' autogrid4.exe '''are present in the folder.&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on the AutoDock downloads page.&lt;br /&gt;
|| Now let us install '''AutoDock Tools'''. &lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on the AutoDock Downloads page.&lt;br /&gt;
&lt;br /&gt;
Scroll down.&lt;br /&gt;
|| Go to the '''autodock downloads''' page which we had opened earlier.&lt;br /&gt;
&lt;br /&gt;
Scroll down to the end of the page.&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on the link.&lt;br /&gt;
|| You will find the link to download '''AutodockTools''', also referred to as '''ADT'''.&lt;br /&gt;
|- &lt;br /&gt;
|| Click on the link.&lt;br /&gt;
&lt;br /&gt;
Cursor on the MGL tools page.&lt;br /&gt;
|| Click on the link which reads, &lt;br /&gt;
&lt;br /&gt;
'''To download the graphical user interface of AutoDock Tools (ADT), click here'''.&lt;br /&gt;
&lt;br /&gt;
'''MGLTools''' page opens.&lt;br /&gt;
|- &lt;br /&gt;
|| On the left, click on '''Downloads '''link.&lt;br /&gt;
&lt;br /&gt;
On the '''Downloads''' page, &lt;br /&gt;
&lt;br /&gt;
In the table of available installers for version 1.5.7, Click on the installer file corresponding to Windows OS.&lt;br /&gt;
&lt;br /&gt;
mgltools_win32_1.5.7_Setup.exe (80 Mb)&lt;br /&gt;
|| On the left side of the page, click on ''' Downloads''' link.&lt;br /&gt;
&lt;br /&gt;
On the '''Downloads''' page, scroll down.&lt;br /&gt;
&lt;br /&gt;
The table for installers available for version 1.5.7 is seen.&lt;br /&gt;
&lt;br /&gt;
Click on the installer file corresponding to '''Windows''' Operating System.&lt;br /&gt;
|- &lt;br /&gt;
|| Show the installer file in Downloads folder.&lt;br /&gt;
&lt;br /&gt;
Double-click on the downloaded file. &lt;br /&gt;
&lt;br /&gt;
Click '''yes'''.&lt;br /&gt;
|| The installer file downloads to the '''Downloads''' folder.&lt;br /&gt;
&lt;br /&gt;
Double-click on the downloaded file. &lt;br /&gt;
&lt;br /&gt;
Click '''yes''' when prompted to continue with the installation.&lt;br /&gt;
|- &lt;br /&gt;
|| Click '''Next''' in the MGL Tools Setup window.&lt;br /&gt;
|| Click '''Next''' in the MGLTools Setup window.&lt;br /&gt;
|- &lt;br /&gt;
|| Click the check box to accept the terms of license agreement.&lt;br /&gt;
&lt;br /&gt;
Click on '''Yes''' button.&lt;br /&gt;
|| Accept the terms of license agreement in the '''MGL Tools License Agreement''' window.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Yes''' button to continue the installation process.&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on the screen.&lt;br /&gt;
|| '''Choose Destination Location ''' window opens.&lt;br /&gt;
&lt;br /&gt;
Here, you have an option to accept the default location or '''Browse''' to choose a new location.&lt;br /&gt;
|- &lt;br /&gt;
|| Click on '''Next''' to continue.&lt;br /&gt;
|| I will accept the default location and click on '''Next''' to continue.&lt;br /&gt;
|- &lt;br /&gt;
|| In the Installing MGL Tools window, click on '''Next'''.&lt;br /&gt;
|| In the Installing MGLTools window, click on '''Next'''.&lt;br /&gt;
|- &lt;br /&gt;
|| In the pop-up window.&lt;br /&gt;
&lt;br /&gt;
Read the message and click on OK.&lt;br /&gt;
|| A small pop-up window about commercial usage opens.&lt;br /&gt;
&lt;br /&gt;
Read the message and click on '''OK'''.&lt;br /&gt;
|- &lt;br /&gt;
|| Check the check boxes for,&lt;br /&gt;
&lt;br /&gt;
Launch PMV&lt;br /&gt;
&lt;br /&gt;
Create Desktop shortcut&lt;br /&gt;
&lt;br /&gt;
Create Quick Launch Shortcut.&lt;br /&gt;
|| Installation complete window opens. &lt;br /&gt;
&lt;br /&gt;
I will check the boxes for, &lt;br /&gt;
&lt;br /&gt;
Launch PMV&lt;br /&gt;
&lt;br /&gt;
Create Desktop shortcut&lt;br /&gt;
&lt;br /&gt;
Create Quick Launch Shortcut.&lt;br /&gt;
|- &lt;br /&gt;
|| Click on the '''Finish '''button to exit the window.&lt;br /&gt;
|| Click on the '''Finish '''button to exit the window.&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on ADT interface.&lt;br /&gt;
&lt;br /&gt;
Click X at the top of the window.&lt;br /&gt;
&lt;br /&gt;
Cursor on desktop.&lt;br /&gt;
|| AutoDock Tools graphical interface opens. &lt;br /&gt;
&lt;br /&gt;
This ensures the successful installation of ADT Tools.&lt;br /&gt;
&lt;br /&gt;
Close the window.&lt;br /&gt;
&lt;br /&gt;
Check for the desktop shortcut for ADT Tools.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 7'''&lt;br /&gt;
&lt;br /&gt;
'''Installation of Autodock 4 and ADT Tools on macOS'''&lt;br /&gt;
|| Let us now install '''Autodock 4''' and '''ADT '''Tools on '''macOS '''&lt;br /&gt;
|- &lt;br /&gt;
|| In Google search type AutoDock download.&lt;br /&gt;
|| Open any web browser and search for '''AutoDock download'''.&lt;br /&gt;
|- &lt;br /&gt;
|| Click on the first link&lt;br /&gt;
&lt;br /&gt;
https://autodock.scripps.edu/download-autodock4/&lt;br /&gt;
|| A page opens.&lt;br /&gt;
&lt;br /&gt;
Click on the first link, '''Download Autodock4'''.&lt;br /&gt;
|- &lt;br /&gt;
|| Click on Autodocsuite-4.2.6-MacOSX.tar&lt;br /&gt;
|| On the downloads page, locate the installer file for '''mac. AutoDock4 (Mac OS X)'''&lt;br /&gt;
&lt;br /&gt;
Click on it.&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on downloads progress bar.&lt;br /&gt;
|| '''Autodocsuite-4.2.6-MacOSX.tar''' file downloads to your '''Downloads''' folder.&lt;br /&gt;
|- &lt;br /&gt;
|| Go to '''Finder''' and go to the '''Downloads''' folder. &lt;br /&gt;
&lt;br /&gt;
Double-click on the installer file. &lt;br /&gt;
|| Go to the '''Downloads''' folder. &lt;br /&gt;
&lt;br /&gt;
Double-click on the installer file. &lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on '''MacOSX.'''&lt;br /&gt;
&lt;br /&gt;
Double click on '''MacOSX.'''&lt;br /&gt;
&lt;br /&gt;
'''Cursor '''on '''Autodock4''' and '''autogrid4.'''&lt;br /&gt;
|| The extracted folder '''MacOSX '''is seen.&lt;br /&gt;
&lt;br /&gt;
Double click to open it.&lt;br /&gt;
&lt;br /&gt;
Here you will see two files, '''Autodock4''' and '''autogrid4.'''&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 8'''&lt;br /&gt;
&lt;br /&gt;
'''Installation of XQuartz'''&lt;br /&gt;
&lt;br /&gt;
https://www.xquartz.org/releases/XQuartz-2.8.5.html&lt;br /&gt;
|| You may need to install '''XQuartz''' as a prerequisite for '''ADT''' to work on '''mac'''.&lt;br /&gt;
&lt;br /&gt;
Open the given link in any web browser.&lt;br /&gt;
|- &lt;br /&gt;
|| Under Quick Download heading&lt;br /&gt;
&lt;br /&gt;
Click on the link &lt;br /&gt;
&lt;br /&gt;
'''Xquartz-2.8.5pkg'''&lt;br /&gt;
|| On the web page, under '''Installation''' heading,&lt;br /&gt;
&lt;br /&gt;
Click on '''Xquartz-2.8.5pkg '''download link'''.&lt;br /&gt;
&lt;br /&gt;
The file downloads to your '''Downloads '''folder.&lt;br /&gt;
|- &lt;br /&gt;
|| Show '''Downloads''' folder and double-click on the installer file.&lt;br /&gt;
&lt;br /&gt;
A pop-up window opens , click on '''Continue'''.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Continue '''button on the install window. &lt;br /&gt;
&lt;br /&gt;
Click on''' agree '''in the license agreement window.&lt;br /&gt;
&lt;br /&gt;
Click on '''Continue'''.&lt;br /&gt;
|| Go to the '''Downloads''' folder, double-click on the installer file.&lt;br /&gt;
&lt;br /&gt;
A pop-up window opens, click on '''Allow''' button.&lt;br /&gt;
&lt;br /&gt;
In the '''Install''' window, click on the '''Continue '''button at the bottom right corner. &lt;br /&gt;
&lt;br /&gt;
Important information page opens. &lt;br /&gt;
&lt;br /&gt;
Read the information and click on the '''Continue''' button.&lt;br /&gt;
&lt;br /&gt;
Again click the '''Continue '''button on the '''Software License Agreement '''window. &lt;br /&gt;
&lt;br /&gt;
Click on''' Agree '''in the''' software license agreement window.'''&lt;br /&gt;
&lt;br /&gt;
Now click on '''Install button'''.&lt;br /&gt;
|- &lt;br /&gt;
|| Click on '''Continue installation.'''&lt;br /&gt;
&lt;br /&gt;
Give your system password. &lt;br /&gt;
|| A pop-up window asks for your password. &lt;br /&gt;
&lt;br /&gt;
Enter your system password.&lt;br /&gt;
&lt;br /&gt;
Click on the''' Install Software''' button.&lt;br /&gt;
&lt;br /&gt;
The installation begins and the status bar indicates the progress of the installation.&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on the message, The '''installation is successful.'''&lt;br /&gt;
&lt;br /&gt;
Click on '''Log Out''' button at the bottom right corner.&lt;br /&gt;
|| '''The installation was successful''', message appears.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Close''' button at the bottom right corner.&lt;br /&gt;
|- &lt;br /&gt;
|| Click on '''Move to Trash''' button.&lt;br /&gt;
|| The system prompts you to move the installer to the '''Bin'''.&lt;br /&gt;
&lt;br /&gt;
Click on ''' Move to Bin '''button. &lt;br /&gt;
&lt;br /&gt;
This completes the installation of '''Xquartz'''.&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on the AutoDock downloads page.&lt;br /&gt;
|| Now let us install '''AutoDock Tools '''on '''macOS.'''&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on the AutoDock Downloads page.&lt;br /&gt;
&lt;br /&gt;
Scroll down.&lt;br /&gt;
|| Go to the '''autodock''' downloads page which we had opened earlier.&lt;br /&gt;
&lt;br /&gt;
Scroll down to the end of the page.&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on the link.&lt;br /&gt;
|| You will find the link to download '''AutodockTools''', also referred to as ADT.&lt;br /&gt;
|- &lt;br /&gt;
|| Click on the link, which reads “To download the graphical user interface of AutoDock Tools (ADT), click here.&lt;br /&gt;
&lt;br /&gt;
Cursor on the MGL tools page.&lt;br /&gt;
|| Click on the link. which reads '''To download the graphical user interface of AutoDock Tools (ADT), click here.'''&lt;br /&gt;
&lt;br /&gt;
MGL Tools page opens.&lt;br /&gt;
|- &lt;br /&gt;
|| On the left side of the page, click on''' Downloads''' link.&lt;br /&gt;
&lt;br /&gt;
On the '''Downloads''' page, scroll down.&lt;br /&gt;
|| On the left side of the page, click on''' Downloads''' link.&lt;br /&gt;
&lt;br /&gt;
On the '''Downloads''' page, scroll down.&lt;br /&gt;
|- &lt;br /&gt;
|| Mgltools-1.5.7-MACOS-X-install.dmg (GUI installer 91 Mb)&lt;br /&gt;
|| Scroll down to Version 1.5.7 section and click on the '''dmg''' installer file for mac OS.&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on the downloaded installer files.&lt;br /&gt;
|| The installer file downloads to your Downloads folder.&lt;br /&gt;
|- &lt;br /&gt;
|| Doubleclick on the dmg file.&lt;br /&gt;
&lt;br /&gt;
Mgltools-1.5.7-MacOS-X-install.dmg&lt;br /&gt;
|| Double click on '''Mgltools-1.5.7-MacOS-X-install''' file.&lt;br /&gt;
|- &lt;br /&gt;
|| Click on the '''Open''' button.&lt;br /&gt;
|| Sometimes a pop window with an error message appears. &lt;br /&gt;
&lt;br /&gt;
In such cases click on '''Cancel''' in the pop-up window.&lt;br /&gt;
&lt;br /&gt;
Go to '''System Settings'''. &lt;br /&gt;
&lt;br /&gt;
Click on '''Privacy and Security.''' &lt;br /&gt;
&lt;br /&gt;
Scroll down the '''Privacy and Security page'''.&lt;br /&gt;
|- &lt;br /&gt;
|| Go to '''System Preferences'''.&lt;br /&gt;
&lt;br /&gt;
Go to '''Security and Privacy.'''&lt;br /&gt;
&lt;br /&gt;
Cursor on the message.&lt;br /&gt;
&lt;br /&gt;
Click on '''open anyway'''.&lt;br /&gt;
&lt;br /&gt;
In the pop-up window click on '''Open'''.&lt;br /&gt;
&lt;br /&gt;
Exit the '''Security and Privacy''' window.&lt;br /&gt;
|| You will see a message at the bottom with '''MGLTools''' listed.&lt;br /&gt;
&lt;br /&gt;
It was blocked from use because it is not from an '''identified developer.'''&lt;br /&gt;
&lt;br /&gt;
Click the '''Open Anyway '''button under the message.&lt;br /&gt;
&lt;br /&gt;
Enter the system password in the pop up window. &lt;br /&gt;
&lt;br /&gt;
Click on '''Modify settings'''.&lt;br /&gt;
&lt;br /&gt;
A new pop up opens. Click on '''Open'''.&lt;br /&gt;
&lt;br /&gt;
Exit the '''Security and Privacy''' window.&lt;br /&gt;
|- &lt;br /&gt;
|| Click on '''Next '''in MGL Tools install Jammer Wizard.&lt;br /&gt;
|| '''MGLTools''' Setup window opens.&lt;br /&gt;
&lt;br /&gt;
In the '''MGLTools''' '''Install Jammer Wizard''' window, click on '''Next'''.&lt;br /&gt;
|- &lt;br /&gt;
|| Accept the license agreement and click on '''Next'''.&lt;br /&gt;
|| In the '''MGLTools''' license agreement page, accept the license agreement and click on '''Next'''.&lt;br /&gt;
&lt;br /&gt;
The Installation process begins.&lt;br /&gt;
&lt;br /&gt;
The status bar indicates the progress of the installation.&lt;br /&gt;
|- &lt;br /&gt;
|| Click '''Finish'''.&lt;br /&gt;
|| Successful installation of '''MGLTools''' message appears.&lt;br /&gt;
&lt;br /&gt;
Click '''Finish''' to exit the wizard.&lt;br /&gt;
|- &lt;br /&gt;
|| Close the '''Readme '''window.&lt;br /&gt;
|| Close the '''Readme '''window.&lt;br /&gt;
|- &lt;br /&gt;
|| Open the '''Finder''' and go to the '''Applications '''folder.&lt;br /&gt;
&lt;br /&gt;
Cursor on '''MGLTools-1.5.7'''. &lt;br /&gt;
|| Go to the '''Applications '''folder.&lt;br /&gt;
&lt;br /&gt;
Locate '''MGLTools-1.5.7'''. &lt;br /&gt;
|- &lt;br /&gt;
|| Double-click on '''MGLTools-1.5.7 '''folder.&lt;br /&gt;
|| Double-click to open the file.&lt;br /&gt;
&lt;br /&gt;
The file opens with various tools .&lt;br /&gt;
|- &lt;br /&gt;
|| Double-Click on '''AutoDockTools-1.5.7.'''&lt;br /&gt;
&lt;br /&gt;
Cursor on ADT interface.&lt;br /&gt;
&lt;br /&gt;
Close the '''ADT '''interface window.&lt;br /&gt;
|| Double-Click on '''AutoDockTools-1.5.7 '''icon to open it.&lt;br /&gt;
&lt;br /&gt;
Click on “'''Remind me later'''” on the bottom right corner of the interface window.&lt;br /&gt;
&lt;br /&gt;
The user interface opens with menus and tools.&lt;br /&gt;
&lt;br /&gt;
We have successfully installed '''ADT''' on our system&lt;br /&gt;
&lt;br /&gt;
This completes the installation of '''AutoDock''' on Mac OS.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 9'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
|| Let's summarize.&lt;br /&gt;
&lt;br /&gt;
In this tutorial, we have,&lt;br /&gt;
&lt;br /&gt;
Downloaded and installed '''AutoDock4''' on '''Windows OS'''&lt;br /&gt;
&lt;br /&gt;
Downloaded and installed '''MGLTools''' &lt;br /&gt;
&lt;br /&gt;
Checked the installation of '''AutoDock''' tools.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 10'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
|| We have also,&lt;br /&gt;
&lt;br /&gt;
Downloaded and installed '''AutoDock4''' on '''macOS X'''&lt;br /&gt;
&lt;br /&gt;
Downloaded and installed '''XQuartz''' version 2.8.5 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 11'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
|| &lt;br /&gt;
Downloaded and installed '''MGLTools''' &lt;br /&gt;
&lt;br /&gt;
Checked the installation of '''AutoDock '''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide''' '''Number 12'''&lt;br /&gt;
&lt;br /&gt;
'''About Spoken Tutorial Project '''&lt;br /&gt;
|| &lt;br /&gt;
* The video at the following link summarizes the Spoken Tutorial project. &lt;br /&gt;
* Please download and watch it. &lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide''' '''Number 13'''&lt;br /&gt;
&lt;br /&gt;
'''Spoken tutorial workshops '''&lt;br /&gt;
|| &lt;br /&gt;
* We conduct workshops using spoken tutorials and give certificates. &lt;br /&gt;
* For more details, please contact us. &lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 14'''&lt;br /&gt;
&lt;br /&gt;
'''Answers for THIS Spoken Tutorial '''&lt;br /&gt;
||&lt;br /&gt;
* Do you have questions in THIS Spoken Tutorial? &lt;br /&gt;
* Please visit this site &lt;br /&gt;
* Choose the minute and second where you have the question. &lt;br /&gt;
* Explain your question briefly &lt;br /&gt;
* The spoken tutorial project will ensure an answer. &lt;br /&gt;
* You will have to register on this website to ask questions.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide''' '''Number 15'''&lt;br /&gt;
&lt;br /&gt;
'''Acknowledgement '''&lt;br /&gt;
|| Spoken Tutorial project was established by Ministry of Education (MoE), Govt. of India &lt;br /&gt;
|- &lt;br /&gt;
|| &lt;br /&gt;
||&lt;br /&gt;
* This tutorial is contributed by Snehlatha kaliappan, Sruthi Sudhakar and Madhuri Ganapathi from IIT Bombay&lt;br /&gt;
&lt;br /&gt;
Thank you for joining. &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/AutoDock4/C2/Installation-of-AutoDock4-on-Windows-OS-and-macOS/English</id>
		<title>AutoDock4/C2/Installation-of-AutoDock4-on-Windows-OS-and-macOS/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/AutoDock4/C2/Installation-of-AutoDock4-on-Windows-OS-and-macOS/English"/>
				<updated>2025-01-24T10:31:46Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
'''Title of script''': Installation of AutoDock on Windows and mac&lt;br /&gt;
&lt;br /&gt;
'''Author''': Dr. Snehalatha Kaliappan&lt;br /&gt;
&lt;br /&gt;
'''Keywords''': AutoDock4, AutoDock installation, AutoDock Tools, MGL Tools, Windows OS, macOS, video tutorial.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|- &lt;br /&gt;
|| Visual Cue&lt;br /&gt;
|| Narration&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 1'''&lt;br /&gt;
&lt;br /&gt;
'''Title Slide'''&lt;br /&gt;
|| Welcome to this tutorial on '''Installation of AutoDock4 on Windows OS and macOS'''.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 2'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| In this tutorial, we will learn to,&lt;br /&gt;
&lt;br /&gt;
Download and install '''AutoDock4''' on '''Windows OS'''&lt;br /&gt;
&lt;br /&gt;
Download and install '''MGLTools''' &lt;br /&gt;
&lt;br /&gt;
Check the installation of '''AutoDockTools '''&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 3'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| We will also,&lt;br /&gt;
&lt;br /&gt;
Download and install '''AutoDock4''' on '''macOS'''&lt;br /&gt;
&lt;br /&gt;
Download and install '''XQuartz''' version 2.8.5 &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 4'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives''&lt;br /&gt;
|| &lt;br /&gt;
Download and install '''MGLTools''' &lt;br /&gt;
&lt;br /&gt;
Check the installation of '''AutoDockTools''' on '''macOS''' &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 5'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirement'''&lt;br /&gt;
|| Here I am using&lt;br /&gt;
&lt;br /&gt;
'''Windows 11'''&lt;br /&gt;
&lt;br /&gt;
'''Mac OS''' version 14.5&lt;br /&gt;
&lt;br /&gt;
'''AutoDock''' version 4.2.6&lt;br /&gt;
&lt;br /&gt;
'''MGLTools''' version 1.5.7&lt;br /&gt;
&lt;br /&gt;
'''XQuartz ''' version 2.8.5&lt;br /&gt;
&lt;br /&gt;
'''Firefox ''' web browser version 130.0.1&lt;br /&gt;
&lt;br /&gt;
A working internet connection&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 6'''&lt;br /&gt;
&lt;br /&gt;
'''Pre-requisites'''&lt;br /&gt;
|| To follow this tutorial learner should be familiar with,&lt;br /&gt;
&lt;br /&gt;
basic computer operations on '''Windows''' and '''macOS'''&lt;br /&gt;
|- &lt;br /&gt;
|| Open Firefox web browser. &lt;br /&gt;
&lt;br /&gt;
In the Google search field type, '''AutoDock download''' and press enter.&lt;br /&gt;
|| I have opened a google search page in a web browser. &lt;br /&gt;
&lt;br /&gt;
In the Google search field type, '''AutoDock download''' and press Enter.&lt;br /&gt;
|- &lt;br /&gt;
|| On the google results page,&lt;br /&gt;
&lt;br /&gt;
Click on the first link, '''Download AutoDock4'''&lt;br /&gt;
&lt;br /&gt;
https://autodock.scripps.edu/download-autodock4/&lt;br /&gt;
|| A page opens with many results.&lt;br /&gt;
&lt;br /&gt;
Click on the first link, '''Download AutoDock4'''.&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on the AutoDock downloads page.&lt;br /&gt;
|| This takes you to the '''Autodock download page of Scripps.edu'''.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on the AutoDock downloads page.&lt;br /&gt;
&lt;br /&gt;
[https://autodock.scripps.edu/download-autodock4/ https://autodock.scripps.edu/download-autodock4/]&lt;br /&gt;
&lt;br /&gt;
Click on '''Autodock4 Windows installer file.'''&lt;br /&gt;
|| Here, in the center of the page you will see link to installers for various operating systems.&lt;br /&gt;
&lt;br /&gt;
I will click on '''Autodock4 Windows''' installer file.&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on the download progress bar at the bottom.&lt;br /&gt;
|| '''autodocksuite-4.2.6.i86Windows.exe '''file gets downloaded to your '''Downloads''' folder.&lt;br /&gt;
|- &lt;br /&gt;
|| Go to the '''Downloads '''folder. &lt;br /&gt;
&lt;br /&gt;
Double click on the downloaded '''autodocksuite-4.2.6.i86Windows.exe '''file.&lt;br /&gt;
&lt;br /&gt;
|| Go to the '''Downloads '''folder. &lt;br /&gt;
&lt;br /&gt;
Double click on the downloaded '''exe''' file.&lt;br /&gt;
|- &lt;br /&gt;
|| Click '''yes''' on the pop-up message box.&lt;br /&gt;
|| Click '''yes''' on the pop-up message asking to give permission to continue the installation.&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on''' Choose Install Location '''window.&lt;br /&gt;
&lt;br /&gt;
Click on '''Install''' button at the '''bottom-right '''corner.&lt;br /&gt;
|| '''Choose Install Location''' window opens.&lt;br /&gt;
&lt;br /&gt;
You will be prompted to choose a custom location or default location.&lt;br /&gt;
&lt;br /&gt;
The default location would be: C:\Program Files (x86)\The Scripps Research Institute\Autodock\4.2.6.&lt;br /&gt;
&lt;br /&gt;
I will choose the default location and click on '''Install''' button at the bottom-right corner.&lt;br /&gt;
|- &lt;br /&gt;
|| Close the '''set up '''window.&lt;br /&gt;
|| Close the '''set up '''window once you get the message that the installation is completed. &lt;br /&gt;
|- &lt;br /&gt;
|| Go to the '''C drive Program files''' and ''' locate The Scripps Research Institute '''folder.&lt;br /&gt;
&lt;br /&gt;
Double-click to open the '''Autodock '''folder.&lt;br /&gt;
&lt;br /&gt;
|| After the installation is complete go to the '''C drive Program files(x86)''' and locate '''The Scripps Research Institute '''folder.&lt;br /&gt;
&lt;br /&gt;
Double-click to open the folder, inside this folder you will find the '''Autodock ''' folder.&lt;br /&gt;
|- &lt;br /&gt;
|| Two executable files '''autodock4.exe '''and''' autogrid4.exe '''are present in the folder.&lt;br /&gt;
&lt;br /&gt;
|| Make sure the two executable files '''autodock4.exe '''and''' autogrid4.exe '''are present in the folder.&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on the AutoDock downloads page.&lt;br /&gt;
|| Now let us install '''AutoDock Tools'''. &lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on the AutoDock Downloads page.&lt;br /&gt;
&lt;br /&gt;
Scroll down.&lt;br /&gt;
|| Go to the '''autodock downloads''' page which we had opened earlier.&lt;br /&gt;
&lt;br /&gt;
Scroll down to the end of the page.&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on the link.&lt;br /&gt;
|| You will find the link to download '''AutodockTools''', also referred to as '''ADT'''.&lt;br /&gt;
|- &lt;br /&gt;
|| Click on the link.&lt;br /&gt;
&lt;br /&gt;
Cursor on the MGL tools page.&lt;br /&gt;
|| Click on the link which reads, &lt;br /&gt;
&lt;br /&gt;
'''To download the graphical user interface of AutoDock Tools (ADT), click here'''.&lt;br /&gt;
&lt;br /&gt;
'''MGLTools''' page opens.&lt;br /&gt;
|- &lt;br /&gt;
|| On the left, click on '''Downloads '''link.&lt;br /&gt;
&lt;br /&gt;
On the '''Downloads''' page, &lt;br /&gt;
&lt;br /&gt;
In the table of available installers for version 1.5.7, Click on the installer file corresponding to Windows OS.&lt;br /&gt;
&lt;br /&gt;
mgltools_win32_1.5.7_Setup.exe (80 Mb)&lt;br /&gt;
|| On the left side of the page, click on ''' Downloads''' link.&lt;br /&gt;
&lt;br /&gt;
On the '''Downloads''' page, scroll down.&lt;br /&gt;
&lt;br /&gt;
The table for installers available for version 1.5.7 is seen.&lt;br /&gt;
&lt;br /&gt;
Click on the installer file corresponding to '''Windows''' Operating System.&lt;br /&gt;
|- &lt;br /&gt;
|| Show the installer file in Downloads folder.&lt;br /&gt;
&lt;br /&gt;
Double-click on the downloaded file. &lt;br /&gt;
&lt;br /&gt;
Click '''yes'''.&lt;br /&gt;
|| The installer file downloads to the '''Downloads''' folder.&lt;br /&gt;
&lt;br /&gt;
Double-click on the downloaded file. &lt;br /&gt;
&lt;br /&gt;
Click '''yes''' when prompted to continue with the installation.&lt;br /&gt;
|- &lt;br /&gt;
|| Click '''Next''' in the MGL Tools Setup window.&lt;br /&gt;
|| Click '''Next''' in the MGLTools Setup window.&lt;br /&gt;
|- &lt;br /&gt;
|| Click the check box to accept the terms of license agreement.&lt;br /&gt;
&lt;br /&gt;
Click on '''Yes''' button.&lt;br /&gt;
|| Accept the terms of license agreement in the '''MGL Tools License Agreement''' window.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Yes''' button to continue the installation process.&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on the screen.&lt;br /&gt;
|| '''Choose Destination Location ''' window opens.&lt;br /&gt;
&lt;br /&gt;
Here, you have an option to accept the default location or '''Browse''' to choose a new location.&lt;br /&gt;
|- &lt;br /&gt;
|| Click on '''Next''' to continue.&lt;br /&gt;
|| I will accept the default location and click on '''Next''' to continue.&lt;br /&gt;
|- &lt;br /&gt;
|| In the Installing MGL Tools window, click on '''Next'''.&lt;br /&gt;
|| In the Installing MGLTools window, click on '''Next'''.&lt;br /&gt;
|- &lt;br /&gt;
|| In the pop-up window.&lt;br /&gt;
&lt;br /&gt;
Read the message and click on OK.&lt;br /&gt;
|| A small pop-up window about commercial usage opens.&lt;br /&gt;
&lt;br /&gt;
Read the message and click on '''OK'''.&lt;br /&gt;
|- &lt;br /&gt;
|| Check the check boxes for,&lt;br /&gt;
&lt;br /&gt;
Launch PMV&lt;br /&gt;
&lt;br /&gt;
Create Desktop shortcut&lt;br /&gt;
&lt;br /&gt;
Create Quick Launch Shortcut.&lt;br /&gt;
|| Installation complete window opens. &lt;br /&gt;
&lt;br /&gt;
I will check the boxes for, &lt;br /&gt;
&lt;br /&gt;
Launch PMV&lt;br /&gt;
&lt;br /&gt;
Create Desktop shortcut&lt;br /&gt;
&lt;br /&gt;
Create Quick Launch Shortcut.&lt;br /&gt;
|- &lt;br /&gt;
|| Click on the '''Finish '''button to exit the window.&lt;br /&gt;
|| Click on the '''Finish '''button to exit the window.&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on ADT interface.&lt;br /&gt;
&lt;br /&gt;
Click X at the top of the window.&lt;br /&gt;
&lt;br /&gt;
Cursor on desktop.&lt;br /&gt;
|| AutoDock Tools graphical interface opens. &lt;br /&gt;
&lt;br /&gt;
This ensures the successful installation of ADT Tools.&lt;br /&gt;
&lt;br /&gt;
Close the window.&lt;br /&gt;
&lt;br /&gt;
Check for the desktop shortcut for ADT Tools.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 7'''&lt;br /&gt;
&lt;br /&gt;
'''Installation of Autodock 4 and ADT Tools on macOS'''&lt;br /&gt;
|| Let us now install '''Autodock 4''' and '''ADT '''Tools on '''macOS '''&lt;br /&gt;
|- &lt;br /&gt;
|| In Google search type AutoDock download.&lt;br /&gt;
|| Open any web browser and search for '''AutoDock download'''.&lt;br /&gt;
|- &lt;br /&gt;
|| Click on the first link&lt;br /&gt;
&lt;br /&gt;
https://autodock.scripps.edu/download-autodock4/&lt;br /&gt;
|| A page opens.&lt;br /&gt;
&lt;br /&gt;
Click on the first link, '''Download Autodock4'''.&lt;br /&gt;
|- &lt;br /&gt;
|| Click on Autodocsuite-4.2.6-MacOSX.tar&lt;br /&gt;
|| On the downloads page, locate the installer file for '''mac. AutoDock4 (Mac OS X)'''&lt;br /&gt;
&lt;br /&gt;
Click on it.&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on downloads progress bar.&lt;br /&gt;
|| '''Autodocsuite-4.2.6-MacOSX.tar''' file downloads to your '''Downloads''' folder.&lt;br /&gt;
|- &lt;br /&gt;
|| Go to '''Finder''' and go to the '''Downloads''' folder. &lt;br /&gt;
&lt;br /&gt;
Double-click on the installer file. &lt;br /&gt;
|| Go to the '''Downloads''' folder. &lt;br /&gt;
&lt;br /&gt;
Double-click on the installer file. &lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on '''MacOSX.'''&lt;br /&gt;
&lt;br /&gt;
Double click on '''MacOSX.'''&lt;br /&gt;
&lt;br /&gt;
'''Cursor '''on '''Autodock4''' and '''autogrid4.'''&lt;br /&gt;
|| The extracted folder '''MacOSX '''is seen.&lt;br /&gt;
&lt;br /&gt;
Double click to open it.&lt;br /&gt;
&lt;br /&gt;
Here you will see two files, '''Autodock4''' and '''autogrid4.'''&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 8'''&lt;br /&gt;
&lt;br /&gt;
'''Installation of XQuartz'''&lt;br /&gt;
&lt;br /&gt;
https://www.xquartz.org/releases/XQuartz-2.8.5.html&lt;br /&gt;
|| You may need to install '''XQuartz''' as a prerequisite for '''ADT''' to work on '''mac'''.&lt;br /&gt;
&lt;br /&gt;
Open the given link in any web browser.&lt;br /&gt;
|- &lt;br /&gt;
|| Under Quick Download heading&lt;br /&gt;
&lt;br /&gt;
Click on the link &lt;br /&gt;
&lt;br /&gt;
'''Xquartz-2.8.5pkg'''&lt;br /&gt;
|| On the web page, under '''Installation''' heading,&lt;br /&gt;
&lt;br /&gt;
Click on '''Xquartz-2.8.5pkg '''download link'''.&lt;br /&gt;
&lt;br /&gt;
The file downloads to your '''Downloads '''folder.&lt;br /&gt;
|- &lt;br /&gt;
|| Show '''Downloads''' folder and double-click on the installer file.&lt;br /&gt;
&lt;br /&gt;
A pop-up window opens , click on '''Continue'''.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Continue '''button on the install window. &lt;br /&gt;
&lt;br /&gt;
Click on''' agree '''in the license agreement window.&lt;br /&gt;
&lt;br /&gt;
Click on '''Continue'''.&lt;br /&gt;
|| Go to the '''Downloads''' folder, double-click on the installer file.&lt;br /&gt;
&lt;br /&gt;
A pop-up window opens, click on '''Allow''' button.&lt;br /&gt;
&lt;br /&gt;
In the '''Install''' window, click on the '''Continue '''button at the bottom right corner. &lt;br /&gt;
&lt;br /&gt;
Important information page opens. &lt;br /&gt;
&lt;br /&gt;
Read the information and click on the '''Continue''' button.&lt;br /&gt;
&lt;br /&gt;
Again click the '''Continue '''button on the '''Software License Agreement '''window. &lt;br /&gt;
&lt;br /&gt;
Click on''' Agree '''in the''' software license agreement window.'''&lt;br /&gt;
&lt;br /&gt;
Now click on '''Install button'''.&lt;br /&gt;
|- &lt;br /&gt;
|| Click on '''Continue installation.'''&lt;br /&gt;
&lt;br /&gt;
Give your system password. &lt;br /&gt;
|| A pop-up window asks for your password. &lt;br /&gt;
&lt;br /&gt;
Enter your system password.&lt;br /&gt;
&lt;br /&gt;
Click on the''' Install Software''' button.&lt;br /&gt;
&lt;br /&gt;
The installation begins and the status bar indicates the progress of the installation.&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on the message, The '''installation is successful.'''&lt;br /&gt;
&lt;br /&gt;
Click on '''Log Out''' button at the bottom right corner.&lt;br /&gt;
|| '''The installation was successful''', message appears.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Close''' button at the bottom right corner.&lt;br /&gt;
|- &lt;br /&gt;
|| Click on '''Move to Trash''' button.&lt;br /&gt;
|| The system prompts you to move the installer to the '''Bin'''.&lt;br /&gt;
&lt;br /&gt;
Click on ''' Move to Bin '''button. &lt;br /&gt;
&lt;br /&gt;
This completes the installation of '''Xquartz'''.&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on the AutoDock downloads page.&lt;br /&gt;
|| Now let us install '''AutoDock Tools '''on '''macOS.'''&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on the AutoDock Downloads page.&lt;br /&gt;
&lt;br /&gt;
Scroll down.&lt;br /&gt;
|| Go to the '''autodock''' downloads page which we had opened earlier.&lt;br /&gt;
&lt;br /&gt;
Scroll down to the end of the page.&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on the link.&lt;br /&gt;
|| You will find the link to download '''Autodock Tools''', also referred to as ADT.&lt;br /&gt;
|- &lt;br /&gt;
|| Click on the link, which reads “To download the graphical user interface of AutoDock Tools (ADT), click here.&lt;br /&gt;
&lt;br /&gt;
Cursor on the MGL tools page.&lt;br /&gt;
|| Click on the link. which reads '''To download the graphical user interface of AutoDock Tools (ADT), click here.'''&lt;br /&gt;
&lt;br /&gt;
MGL Tools page opens.&lt;br /&gt;
|- &lt;br /&gt;
|| On the left side of the page, click on''' Downloads''' link.&lt;br /&gt;
&lt;br /&gt;
On the '''Downloads''' page, scroll down.&lt;br /&gt;
|| On the left side of the page, click on''' Downloads''' link.&lt;br /&gt;
&lt;br /&gt;
On the '''Downloads''' page, scroll down.&lt;br /&gt;
|- &lt;br /&gt;
|| Mgltools-1.5.7-MACOS-X-install.dmg (GUI installer 91 Mb)&lt;br /&gt;
|| Scroll down to Version 1.5.7 section and click on the '''dmg''' installer file for mac OS.&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on the downloaded installer files.&lt;br /&gt;
|| The installer file downloads to your Downloads folder.&lt;br /&gt;
|- &lt;br /&gt;
|| Doubleclick on the dmg file.&lt;br /&gt;
&lt;br /&gt;
Mgltools-1.5.7-MacOS-X-install.dmg&lt;br /&gt;
|| Double click on Mgltools-1.5.7-MacOS-X-install file.&lt;br /&gt;
|- &lt;br /&gt;
|| Click on the '''Open''' button.&lt;br /&gt;
|| Sometimes a pop window with an error message appears. &lt;br /&gt;
&lt;br /&gt;
In such cases click on '''Cancel''' in the pop-up window.&lt;br /&gt;
&lt;br /&gt;
Go to '''System Settings'''. &lt;br /&gt;
&lt;br /&gt;
Click on '''Privacy and Security.''' &lt;br /&gt;
&lt;br /&gt;
Scroll down the '''Privacy and Security page'''.&lt;br /&gt;
|- &lt;br /&gt;
|| Go to '''System Preferences'''.&lt;br /&gt;
&lt;br /&gt;
Go to '''Security and Privacy.'''&lt;br /&gt;
&lt;br /&gt;
Cursor on the message.&lt;br /&gt;
&lt;br /&gt;
Click on '''open anyway'''.&lt;br /&gt;
&lt;br /&gt;
In the pop-up window click on '''Open'''.&lt;br /&gt;
&lt;br /&gt;
Exit the '''Security and Privacy''' window.&lt;br /&gt;
|| You will see a message at the bottom with '''MGLTools''' listed.&lt;br /&gt;
&lt;br /&gt;
It was blocked from use because it is not from an '''identified developer.'''&lt;br /&gt;
&lt;br /&gt;
Click the '''Open Anyway '''button under the message.&lt;br /&gt;
&lt;br /&gt;
Enter the system password in the pop up window. &lt;br /&gt;
&lt;br /&gt;
Click on '''Modify settings'''.&lt;br /&gt;
&lt;br /&gt;
A new pop up opens. Click on '''Open'''.&lt;br /&gt;
&lt;br /&gt;
Exit the '''Security and Privacy''' window.&lt;br /&gt;
|- &lt;br /&gt;
|| Click on '''Next '''in MGL Tools install Jammer Wizard.&lt;br /&gt;
|| '''MGLTools''' Setup window opens.&lt;br /&gt;
&lt;br /&gt;
In the '''MGLTools''' '''Install Jammer Wizard''' window, click on '''Next'''.&lt;br /&gt;
|- &lt;br /&gt;
|| Accept the license agreement and click on '''Next'''.&lt;br /&gt;
|| In the '''MGLTools''' license agreement page, accept the license agreement and click on '''Next'''.&lt;br /&gt;
&lt;br /&gt;
The Installation process begins.&lt;br /&gt;
&lt;br /&gt;
The status bar indicates the progress of the installation.&lt;br /&gt;
|- &lt;br /&gt;
|| Click '''Finish'''.&lt;br /&gt;
|| Successful installation of '''MGLTools''' message appears.&lt;br /&gt;
&lt;br /&gt;
Click '''Finish''' to exit the wizard.&lt;br /&gt;
|- &lt;br /&gt;
|| Close the '''Readme '''window.&lt;br /&gt;
|| Close the '''Readme '''window.&lt;br /&gt;
|- &lt;br /&gt;
|| Open the '''Finder''' and go to the '''Applications '''folder.&lt;br /&gt;
&lt;br /&gt;
Cursor on '''MGLTools-1.5.7'''. &lt;br /&gt;
|| Go to the '''Applications '''folder.&lt;br /&gt;
&lt;br /&gt;
Locate '''MGLTools-1.5.7'''. &lt;br /&gt;
|- &lt;br /&gt;
|| Double-click on '''MGLTools-1.5.7 '''folder.&lt;br /&gt;
|| Double-click to open the file.&lt;br /&gt;
&lt;br /&gt;
The file opens with various tools .&lt;br /&gt;
|- &lt;br /&gt;
|| Double-Click on '''AutoDockTools-1.5.7.'''&lt;br /&gt;
&lt;br /&gt;
Cursor on ADT interface.&lt;br /&gt;
&lt;br /&gt;
Close the '''ADT '''interface window.&lt;br /&gt;
|| Double-Click on '''AutoDockTools-1.5.7 '''icon to open it.&lt;br /&gt;
&lt;br /&gt;
Click on “'''Remind me later'''” on the bottom right corner of the interface window.&lt;br /&gt;
&lt;br /&gt;
The user interface opens with menus and tools.&lt;br /&gt;
&lt;br /&gt;
We have successfully installed '''ADT''' on our system&lt;br /&gt;
&lt;br /&gt;
This completes the installation of '''AutoDock''' on Mac OS.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 9'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
|| Let's summarize.&lt;br /&gt;
&lt;br /&gt;
In this tutorial, we have,&lt;br /&gt;
&lt;br /&gt;
Downloaded and installed '''AutoDock4''' on '''Windows OS'''&lt;br /&gt;
&lt;br /&gt;
Downloaded and installed '''MGLTools''' &lt;br /&gt;
&lt;br /&gt;
Checked the installation of '''AutoDock''' tools.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 10'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
|| We have also,&lt;br /&gt;
&lt;br /&gt;
Downloaded and installed '''AutoDock4''' on '''macOS X'''&lt;br /&gt;
&lt;br /&gt;
Downloaded and installed '''XQuartz''' version 2.8.5 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 11'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
|| &lt;br /&gt;
Downloaded and installed '''MGLTools''' &lt;br /&gt;
&lt;br /&gt;
Checked the installation of '''AutoDock '''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide''' '''Number 12'''&lt;br /&gt;
&lt;br /&gt;
'''About Spoken Tutorial Project '''&lt;br /&gt;
|| &lt;br /&gt;
* The video at the following link summarizes the Spoken Tutorial project. &lt;br /&gt;
* Please download and watch it. &lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide''' '''Number 13'''&lt;br /&gt;
&lt;br /&gt;
'''Spoken tutorial workshops '''&lt;br /&gt;
|| &lt;br /&gt;
* We conduct workshops using spoken tutorials and give certificates. &lt;br /&gt;
* For more details, please contact us. &lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 14'''&lt;br /&gt;
&lt;br /&gt;
'''Answers for THIS Spoken Tutorial '''&lt;br /&gt;
||&lt;br /&gt;
* Do you have questions in THIS Spoken Tutorial? &lt;br /&gt;
* Please visit this site &lt;br /&gt;
* Choose the minute and second where you have the question. &lt;br /&gt;
* Explain your question briefly &lt;br /&gt;
* The spoken tutorial project will ensure an answer. &lt;br /&gt;
* You will have to register on this website to ask questions.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide''' '''Number 15'''&lt;br /&gt;
&lt;br /&gt;
'''Acknowledgement '''&lt;br /&gt;
|| Spoken Tutorial project was established by Ministry of Education (MoE), Govt. of India &lt;br /&gt;
|- &lt;br /&gt;
|| &lt;br /&gt;
||&lt;br /&gt;
* This tutorial is contributed by Snehlatha kaliappan, Sruthi Sudhakar and Madhuri Ganapathi from IIT Bombay&lt;br /&gt;
&lt;br /&gt;
Thank you for joining. &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/AutoDock4/C2/Installation-of-AutoDock4-on-Windows-OS-and-macOS/English</id>
		<title>AutoDock4/C2/Installation-of-AutoDock4-on-Windows-OS-and-macOS/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/AutoDock4/C2/Installation-of-AutoDock4-on-Windows-OS-and-macOS/English"/>
				<updated>2025-01-17T11:36:06Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: Created page with &amp;quot;   {|border=1 |-  || Visual Cue || Narration |-  || '''Slide Number 1'''  '''Title Slide''' || Welcome to this tutorial on Installation of AutoDock4 on Windows and mac. |-  ||...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|- &lt;br /&gt;
|| Visual Cue&lt;br /&gt;
|| Narration&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 1'''&lt;br /&gt;
&lt;br /&gt;
'''Title Slide'''&lt;br /&gt;
|| Welcome to this tutorial on Installation of AutoDock4 on Windows and mac.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 2'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| In this tutorial, we will learn to,&lt;br /&gt;
&lt;br /&gt;
Download and install '''AutoDock4''' on '''Windows OS'''&lt;br /&gt;
&lt;br /&gt;
Download and install '''MGLTools''' &lt;br /&gt;
&lt;br /&gt;
Check the installation of '''AutoDockTools '''&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 3'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| We will also,&lt;br /&gt;
&lt;br /&gt;
Download and install '''AutoDock4''' on '''macOS '''&lt;br /&gt;
&lt;br /&gt;
Download and install '''XQuartz''' version 2.8.5 &lt;br /&gt;
&lt;br /&gt;
Download and install '''MGLTools''' &lt;br /&gt;
&lt;br /&gt;
Check the installation of '''AutoDockTools''' on '''macOS''' &lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 4'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirement'''&lt;br /&gt;
|| Here I am using&lt;br /&gt;
&lt;br /&gt;
'''Windows 11'''&lt;br /&gt;
&lt;br /&gt;
'''Mac OS''' version 14.5&lt;br /&gt;
&lt;br /&gt;
'''AutoDock''' version 4.2.6&lt;br /&gt;
&lt;br /&gt;
'''MGLTools''' version 1.5.7&lt;br /&gt;
&lt;br /&gt;
'''XQuartz '''version 2.8.5&lt;br /&gt;
&lt;br /&gt;
'''Firefox '''web browser version 130.0.1&lt;br /&gt;
&lt;br /&gt;
A working internet connection&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 5'''&lt;br /&gt;
&lt;br /&gt;
'''Pre-requisites'''&lt;br /&gt;
|| To follow this tutorial you should be familiar with,&lt;br /&gt;
&lt;br /&gt;
basic computer operations on '''Windows''' and '''macOS'''&lt;br /&gt;
|- &lt;br /&gt;
|| Open Firefox web browser. &lt;br /&gt;
&lt;br /&gt;
In the Google search field type, AutoDock download and press enter.&lt;br /&gt;
|| I have opened a google search page in a web browser. &lt;br /&gt;
&lt;br /&gt;
In the Google search field type, '''AutoDock download''' and press enter.&lt;br /&gt;
|- &lt;br /&gt;
|| On the google results page,&lt;br /&gt;
&lt;br /&gt;
Click on the first link, '''Download AutoDock4'''&lt;br /&gt;
&lt;br /&gt;
https://autodock.scripps.edu/download-autodock4/&lt;br /&gt;
|| A page opens with many results.&lt;br /&gt;
&lt;br /&gt;
Click on the first link, '''Download AutoDock4. '''&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on the AutoDock downloads page.&lt;br /&gt;
|| This takes you to the autodock download page of Scripps.edu.&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on the AutoDock downloads page.&lt;br /&gt;
&lt;br /&gt;
[https://autodock.scripps.edu/download-autodock4/ https://autodock.scripps.edu/download-autodock4/]&lt;br /&gt;
&lt;br /&gt;
Click on '''Autodock4 Windows installer file.'''&lt;br /&gt;
|| Here, in the center of the page you will see a link to installers for various OS.&lt;br /&gt;
&lt;br /&gt;
I will click on '''Autodock4 Windows''' installer file.&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on the download progress bar at the bottom.&lt;br /&gt;
|| '''autodocksuite-4.2.6.i86Windows.exe '''file gets downloaded to your downloads folder.&lt;br /&gt;
|- &lt;br /&gt;
|| Go to the '''Downloads '''folder. Double click on the downloaded '''autodocksuite-4.2.6.i86Windows.exe '''file.&lt;br /&gt;
|| Go to the '''Downloads '''folder. Double click on the downloaded '''exe''' file.&lt;br /&gt;
|- &lt;br /&gt;
|| Click '''yes''' on the pop-up message box.&lt;br /&gt;
|| Click '''yes''' on the pop-up message asking to give permission to continue the installation.&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on''' Choose Install Location '''window.&lt;br /&gt;
&lt;br /&gt;
Click on '''Install''' button at the '''bottom-right '''corner.&lt;br /&gt;
|| '''Choose Install Location''' window opens.&lt;br /&gt;
&lt;br /&gt;
You will be prompted to choose a custom location or default location.&lt;br /&gt;
&lt;br /&gt;
The default location would be : C:\Program Files (x86)\The Scripps Research Institute\Autodock\4.2.6.&lt;br /&gt;
&lt;br /&gt;
I will choose the default location and click on '''Install''' button at the '''bottom-right '''corner.&lt;br /&gt;
|- &lt;br /&gt;
|| Close the '''set up '''window.&lt;br /&gt;
|| Close the '''set up '''window once you get the message that the installation is completed. &lt;br /&gt;
|- &lt;br /&gt;
|| Go to the C drive Program files and''' locate The Scripps Research Institute '''folder.&lt;br /&gt;
&lt;br /&gt;
Double-click to open the '''Autodock '''folder.&lt;br /&gt;
|| After the installation is complete go to the C drive Program files(x86) and''' locate The Scripps Research Institute '''folder.&lt;br /&gt;
&lt;br /&gt;
Double-click to open the folder, inside this folder you will find the '''Autodock '''folder.&lt;br /&gt;
|- &lt;br /&gt;
|| Two executable files '''autodock4.exe '''and''' autogrid4.exe '''are present in the folder.&lt;br /&gt;
|| Make sure the two executable files '''autodock4.exe '''and''' autogrid4.exe '''are present in the folder.&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on the AutoDock downloads page.&lt;br /&gt;
|| Now let us install '''AutoDock Tools.''' &lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on the AutoDock Downloads page.&lt;br /&gt;
&lt;br /&gt;
Scroll down.&lt;br /&gt;
|| Go to the '''autodock downloads''' page which we had opened earlier.&lt;br /&gt;
&lt;br /&gt;
Scroll down to the end of the page.&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on the link.&lt;br /&gt;
|| You will find the link to download '''AutodockTools''', also referred to as '''ADT'''.&lt;br /&gt;
|- &lt;br /&gt;
|| Click on the link.&lt;br /&gt;
&lt;br /&gt;
Cursor on the MGL tools page.&lt;br /&gt;
|| Click on the link. which reads, &lt;br /&gt;
&lt;br /&gt;
'''To download the graphical user interface of AutoDock Tools (ADT), click here.'''&lt;br /&gt;
&lt;br /&gt;
'''MGLTools''' page opens.&lt;br /&gt;
|- &lt;br /&gt;
|| On the left, click on '''Downloads '''link.&lt;br /&gt;
&lt;br /&gt;
On the '''Downloads''' page, &lt;br /&gt;
&lt;br /&gt;
In the table of available installers for version 1.5.7, Click on the installer file corresponding to Windows OS.&lt;br /&gt;
&lt;br /&gt;
mgltools_win32_1.5.7_Setup.exe (80 Mb)&lt;br /&gt;
|| On the left side of the page, click on''' Downloads''' link.&lt;br /&gt;
&lt;br /&gt;
On the '''Downloads''' page, scroll down.&lt;br /&gt;
&lt;br /&gt;
The table for installers available for version 1.5.7 is seen.&lt;br /&gt;
&lt;br /&gt;
Click on the installer file corresponding to '''Windows''' Operating System.&lt;br /&gt;
|- &lt;br /&gt;
|| Show the installer file in Downloads folder.&lt;br /&gt;
&lt;br /&gt;
Double-click on the downloaded file. &lt;br /&gt;
&lt;br /&gt;
Click '''yes'''.&lt;br /&gt;
|| The installer file downloads to the '''Downloads''' folder.&lt;br /&gt;
&lt;br /&gt;
Double-click on the downloaded file. &lt;br /&gt;
&lt;br /&gt;
Click '''yes''' when prompted to continue with the installation.&lt;br /&gt;
|- &lt;br /&gt;
|| Click '''Next''' in the MGL Tools Setup window.&lt;br /&gt;
|| Click '''Next''' in the MGLTools Setup window.&lt;br /&gt;
|- &lt;br /&gt;
|| Click the check box to accept the terms of license agreement.&lt;br /&gt;
&lt;br /&gt;
Click on '''Yes''' button.&lt;br /&gt;
|| Accept the terms of license agreement in the '''MGL Tools License Agreement''' window.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Yes''' button to continue the installation process.&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on the screen.&lt;br /&gt;
|| '''Choose Destination Location '''window opens.&lt;br /&gt;
&lt;br /&gt;
Here, you have an option to accept the default location or '''Browse''' to choose a new location.&lt;br /&gt;
|- &lt;br /&gt;
|| Click on '''Next''' to continue.&lt;br /&gt;
|| I will accept the default location and click on '''Next''' to continue.&lt;br /&gt;
|- &lt;br /&gt;
|| In the Installing MGL Tools window, click on '''Next'''&lt;br /&gt;
|| In the Installing MGLTools window, click on '''Next.'''&lt;br /&gt;
|- &lt;br /&gt;
|| In the pop-up window.&lt;br /&gt;
&lt;br /&gt;
Read the message and click on OK.&lt;br /&gt;
|| A small pop-up window about commercial usage opens.&lt;br /&gt;
&lt;br /&gt;
Read the message and click on '''OK'''.&lt;br /&gt;
|- &lt;br /&gt;
|| Check the check boxes for,&lt;br /&gt;
&lt;br /&gt;
Launch PMV&lt;br /&gt;
&lt;br /&gt;
Create Desktop shortcut&lt;br /&gt;
&lt;br /&gt;
Create Quick Launch Shortcut.&lt;br /&gt;
|| Installation complete window opens. &lt;br /&gt;
&lt;br /&gt;
I will check the checkboxes for, &lt;br /&gt;
&lt;br /&gt;
Launch PMV&lt;br /&gt;
&lt;br /&gt;
Create Desktop shortcut&lt;br /&gt;
&lt;br /&gt;
Create Quick Launch Shortcut.&lt;br /&gt;
|- &lt;br /&gt;
|| Click on the '''Finish '''button to exit the window.&lt;br /&gt;
|| Click on the '''Finish '''button to exit the window.&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on ADT interface.&lt;br /&gt;
&lt;br /&gt;
Click X at the top of the window.&lt;br /&gt;
&lt;br /&gt;
Cursor on desktop.&lt;br /&gt;
|| AutoDock Tools graphical interface opens. This ensures the successful installation of ADT Tools.&lt;br /&gt;
&lt;br /&gt;
Close the window.&lt;br /&gt;
&lt;br /&gt;
Check for the desktop shortcut for ADT Tools.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 6'''&lt;br /&gt;
&lt;br /&gt;
'''Installation of Autodock 4 and ADT Tools on macOS'''&lt;br /&gt;
|| Let us now install '''Autodock 4''' and '''ADT '''Tools on '''macOS '''&lt;br /&gt;
|- &lt;br /&gt;
|| In Google search type AutoDock download.&lt;br /&gt;
|| Open any web browser and search for AutoDock download.&lt;br /&gt;
|- &lt;br /&gt;
|| Click on the first link&lt;br /&gt;
&lt;br /&gt;
https://autodock.scripps.edu/download-autodock4/&lt;br /&gt;
|| A page opens.&lt;br /&gt;
&lt;br /&gt;
Click on the first link, Download Autodock4.&lt;br /&gt;
|- &lt;br /&gt;
|| Click on Autodocsuite-4.2.6-MacOSX.tar&lt;br /&gt;
|| On the downloads page, locate the installer file for mac. AutoDock4 (Mac OS X)&lt;br /&gt;
&lt;br /&gt;
Click on it.&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on downloads progress bar.&lt;br /&gt;
|| '''Autodocsuite-4.2.6-MacOSX.tar''' file downloads to your Downloads folder.&lt;br /&gt;
|- &lt;br /&gt;
|| Go to '''Finder''' and go to the '''Downloads''' folder. Double-click on the installer file. &lt;br /&gt;
|| Go to the '''Downloads''' folder. Double-click on the installer file. &lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on '''MacOSX.'''&lt;br /&gt;
&lt;br /&gt;
Double click on '''MacOSX.'''&lt;br /&gt;
&lt;br /&gt;
'''Cursor '''on '''Autodock4''' and '''autogrid4.'''&lt;br /&gt;
|| The extracted folder '''MacOSX '''is seen.&lt;br /&gt;
&lt;br /&gt;
Double click to open it.&lt;br /&gt;
&lt;br /&gt;
Here you will see two files. '''Autodock4''' and '''autogrid4.'''&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 7'''&lt;br /&gt;
&lt;br /&gt;
'''Installation of XQuartz'''&lt;br /&gt;
&lt;br /&gt;
https://www.xquartz.org/releases/XQuartz-2.8.5.html&lt;br /&gt;
|| You may need to install '''XQuartz''' as a prerequisite for '''ADT''' to work on '''mac'''.&lt;br /&gt;
&lt;br /&gt;
Open the given link in any web browser.&lt;br /&gt;
|- &lt;br /&gt;
|| Under Quick Download heading&lt;br /&gt;
&lt;br /&gt;
Click on the link &lt;br /&gt;
&lt;br /&gt;
'''Xquartz-2.8.5pkg'''&lt;br /&gt;
|| On the web page, under '''Installation''' heading,&lt;br /&gt;
&lt;br /&gt;
Click on '''Xquartz-2.8.5pkg '''download link'''.'''&lt;br /&gt;
&lt;br /&gt;
The file downloads to your '''Downloads '''folder.&lt;br /&gt;
|- &lt;br /&gt;
|| Show '''Downloads''' folder and double-click on the installer file.&lt;br /&gt;
&lt;br /&gt;
A pop-up window opens , click on '''Continue'''.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Continue '''button on the install window. &lt;br /&gt;
&lt;br /&gt;
Click on''' agree '''in the license agreement window.&lt;br /&gt;
&lt;br /&gt;
Click on '''Continue'''.&lt;br /&gt;
|| Go to the '''Downloads''' folder, double-click on the installer file.&lt;br /&gt;
&lt;br /&gt;
A pop-up window opens, click on '''Allow''' button.&lt;br /&gt;
&lt;br /&gt;
In the '''Install''' window, click on the '''Continue '''button at the bottom right corner. &lt;br /&gt;
&lt;br /&gt;
Important information page opens. Read the information and click on the '''Continue''' button.&lt;br /&gt;
&lt;br /&gt;
Again click the '''Continue '''button on the '''Software License Agreement '''window. &lt;br /&gt;
&lt;br /&gt;
Click on''' Agree '''in the''' software licence agreement window.'''&lt;br /&gt;
&lt;br /&gt;
Now Click on '''Install button'''.&lt;br /&gt;
|- &lt;br /&gt;
|| Click on '''Continue installation.'''&lt;br /&gt;
&lt;br /&gt;
Give your system password. &lt;br /&gt;
|| A pop-up window asks for your password. &lt;br /&gt;
&lt;br /&gt;
Enter your system password.&lt;br /&gt;
&lt;br /&gt;
Click on the''' Install Software''' button.&lt;br /&gt;
&lt;br /&gt;
The installation begins and the status bar indicates the progress of the installation.&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on the message, The '''installation is successful.'''&lt;br /&gt;
&lt;br /&gt;
Click on '''Log Out''' button at the bottom right corner.&lt;br /&gt;
|| '''The''' i'''nstallation was successful. '''message appears.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Close''' button at the bottom right corner.&lt;br /&gt;
|- &lt;br /&gt;
|| Click on '''Move to Trash''' button.&lt;br /&gt;
|| The system prompts you to move the installer to the '''Bin.''' Click on''' Move to Bin '''button. &lt;br /&gt;
&lt;br /&gt;
This completes the installation of '''Xquartz'''.&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on the AutoDock downloads page.&lt;br /&gt;
|| Now let us install '''AutoDock Tools '''on '''macOS.'''&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on the AutoDock Downloads page.&lt;br /&gt;
&lt;br /&gt;
Scroll down.&lt;br /&gt;
|| Go to the '''autodock''' downloads page which we had opened earlier.&lt;br /&gt;
&lt;br /&gt;
Scroll down to the end of the page.&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on the link.&lt;br /&gt;
|| You will find the link to download '''Autodock Tools''', also referred to as ADT.&lt;br /&gt;
|- &lt;br /&gt;
|| Click on the link, which reads “To download the graphical user interface of AutoDock Tools (ADT), click here.&lt;br /&gt;
&lt;br /&gt;
Cursor on the MGL tools page.&lt;br /&gt;
|| Click on the link. which reads '''To download the graphical user interface of AutoDock Tools (ADT), click here.'''&lt;br /&gt;
&lt;br /&gt;
MGL Tools page opens.&lt;br /&gt;
|- &lt;br /&gt;
|| On the left side of the page, click on''' Downloads''' link.&lt;br /&gt;
&lt;br /&gt;
On the '''Downloads''' page, scroll down.&lt;br /&gt;
|| On the left side of the page, click on''' Downloads''' link.&lt;br /&gt;
&lt;br /&gt;
On the '''Downloads''' page, scroll down.&lt;br /&gt;
|- &lt;br /&gt;
|| Mgltools-1.5.7-MACOS-X-install.dmg (GUI installer 91 Mb)&lt;br /&gt;
|| Scroll down to Version 1.5.7 section and click on the dmg installer file for mac OS.&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on the downloaded installer files.&lt;br /&gt;
|| The installer file downloads to your Downloads folder.&lt;br /&gt;
|- &lt;br /&gt;
|| Doubleclick on the dmg file.&lt;br /&gt;
&lt;br /&gt;
Mgltools-1.5.7-MacOS-X-install.dmg&lt;br /&gt;
|| Double click on Mgltools-1.5.7-MacOS-X-install file.&lt;br /&gt;
|- &lt;br /&gt;
|| Click on the '''Open''' button.&lt;br /&gt;
|| Sometimes a pop window with an error message appears. &lt;br /&gt;
&lt;br /&gt;
In such cases click on '''Cancel''' in the pop-up window.&lt;br /&gt;
&lt;br /&gt;
Go to '''System Settings'''. &lt;br /&gt;
&lt;br /&gt;
Click on '''Privacy and Security.''' &lt;br /&gt;
&lt;br /&gt;
Scroll down the '''Privacy and Security page.'''&lt;br /&gt;
|- &lt;br /&gt;
|| Go to '''System Preferences'''.&lt;br /&gt;
&lt;br /&gt;
Go to '''Security and Privacy.'''&lt;br /&gt;
&lt;br /&gt;
Cursor on the message.&lt;br /&gt;
&lt;br /&gt;
Click on '''open anyway'''.&lt;br /&gt;
&lt;br /&gt;
In the pop-up window click on '''Open'''.&lt;br /&gt;
&lt;br /&gt;
Exit the '''Security and Privacy''' window.&lt;br /&gt;
|| You will see a message at the bottom with '''MGLTools''' listed.&lt;br /&gt;
&lt;br /&gt;
It was blocked from use because it is not from an '''identified developer.'''&lt;br /&gt;
&lt;br /&gt;
Click the '''Open Anyway '''button under the message.&lt;br /&gt;
&lt;br /&gt;
Enter the system password in the pop up window. &lt;br /&gt;
&lt;br /&gt;
Click on '''Modify settings'''.&lt;br /&gt;
&lt;br /&gt;
A new pop up opens. Click on '''Open. '''&lt;br /&gt;
&lt;br /&gt;
Exit the '''Security and Privacy''' window.&lt;br /&gt;
|- &lt;br /&gt;
|| Click on '''Next '''in MGL Tools install Jammer Wizard.&lt;br /&gt;
|| '''MGLTools''' Setup window opens.&lt;br /&gt;
&lt;br /&gt;
In the '''MGLTools''' '''Install Jammer Wizard''' window, click on '''Next.'''&lt;br /&gt;
|- &lt;br /&gt;
|| Accept the license agreement and click on '''Next'''.&lt;br /&gt;
|| In the '''MGLTools''' license agreement page, accept the license agreement and click on '''Next'''.&lt;br /&gt;
&lt;br /&gt;
The Installation process begins.&lt;br /&gt;
&lt;br /&gt;
The status bar indicates the progress of the installation.&lt;br /&gt;
|- &lt;br /&gt;
|| Click '''Finish'''.&lt;br /&gt;
|| Successful installation of '''MGLTools''' message appears.&lt;br /&gt;
&lt;br /&gt;
Click '''Finish''' to exit the wizard.&lt;br /&gt;
|- &lt;br /&gt;
|| Close the '''Readme '''window.&lt;br /&gt;
|| Close the '''Readme '''window.&lt;br /&gt;
|- &lt;br /&gt;
|| Open the '''Finder''' and go to the '''Applications '''folder.&lt;br /&gt;
&lt;br /&gt;
Cursor on '''MGLTools-1.5.7'''. &lt;br /&gt;
|| Go to the '''Applications '''folder.&lt;br /&gt;
&lt;br /&gt;
Locate '''MGLTools-1.5.7'''. &lt;br /&gt;
|- &lt;br /&gt;
|| Double-click on '''MGLTools-1.5.7 '''folder.&lt;br /&gt;
|| Double-click to open the file.&lt;br /&gt;
&lt;br /&gt;
The file opens with various tools .&lt;br /&gt;
|- &lt;br /&gt;
|| Double-Click on '''AutoDockTools-1.5.7.'''&lt;br /&gt;
&lt;br /&gt;
Cursor on ADT interface.&lt;br /&gt;
&lt;br /&gt;
Close the '''ADT '''interface window.&lt;br /&gt;
|| Double-Click on '''AutoDockTools-1.5.7 '''icon to open it.&lt;br /&gt;
&lt;br /&gt;
Click on “'''Remind me later'''” on the bottom right corner of the interface window.&lt;br /&gt;
&lt;br /&gt;
The user interface opens with menus and tools.&lt;br /&gt;
&lt;br /&gt;
We have successfully installed '''ADT''' on our system&lt;br /&gt;
&lt;br /&gt;
This completes the installation of '''AutoDock''' on Mac OS.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 8'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
|| Let's summarize.&lt;br /&gt;
&lt;br /&gt;
In this tutorial, we have,&lt;br /&gt;
&lt;br /&gt;
Downloaded and installed '''AutoDock4''' on '''Windows OS'''&lt;br /&gt;
&lt;br /&gt;
Downloaded and installed '''MGLTools''' &lt;br /&gt;
&lt;br /&gt;
Checked the installation of '''AutoDock''' &lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 9'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
|| We have also,&lt;br /&gt;
&lt;br /&gt;
Downloaded and installed '''AutoDock4''' on '''macOS X'''&lt;br /&gt;
&lt;br /&gt;
Downloaded and installed '''XQuartz''' version 2.8.5 &lt;br /&gt;
&lt;br /&gt;
Downloaded and installed '''MGLTools''' &lt;br /&gt;
&lt;br /&gt;
Checked the installation of '''AutoDock '''&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide''' '''Number 10'''&lt;br /&gt;
&lt;br /&gt;
'''About Spoken Tutorial Project '''&lt;br /&gt;
|| * The video at the following link summarizes the Spoken Tutorial project. &lt;br /&gt;
* Please download and watch it. &lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide''' '''Number 11'''&lt;br /&gt;
&lt;br /&gt;
'''Spoken tutorial workshops '''&lt;br /&gt;
|| * We conduct workshops using spoken tutorials and give certificates. &lt;br /&gt;
* For more details, please contact us. &lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide Number 12'''&lt;br /&gt;
&lt;br /&gt;
'''Answers for THIS Spoken Tutorial '''&lt;br /&gt;
|| * Do you have questions in THIS Spoken Tutorial? &lt;br /&gt;
* Please visit this site &lt;br /&gt;
* Choose the minute and second where you have the question. &lt;br /&gt;
* Explain your question briefly &lt;br /&gt;
* The spoken tutorial project will ensure an answer. &lt;br /&gt;
* You will have to register on this website to ask questions.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide''' '''Number 14'''&lt;br /&gt;
&lt;br /&gt;
'''Acknowledgement '''&lt;br /&gt;
|| Spoken Tutorial project was established by Ministry of Education (MoE), Govt. of India &lt;br /&gt;
|- &lt;br /&gt;
|| &lt;br /&gt;
|| * This tutorial is contributed by Snehlatha kaliappan, Sruthi Sudhakar and Madhuri Ganapathi from IIT Bombay&lt;br /&gt;
&lt;br /&gt;
Thank you for joining. &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Blender-4.1/C3/Modeling-Car-Parts/English</id>
		<title>Blender-4.1/C3/Modeling-Car-Parts/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Blender-4.1/C3/Modeling-Car-Parts/English"/>
				<updated>2024-11-13T10:00:00Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Title: '''Modeling Car Parts&lt;br /&gt;
&lt;br /&gt;
'''Author: '''Sejal Dhiman and Arthi Varadarajan&lt;br /&gt;
&lt;br /&gt;
'''Keywords: '''blender 4.1, car accessories, modeling, wheel, headlight, backlight, video tutorial.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
|| '''Narration'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 1'''&lt;br /&gt;
&lt;br /&gt;
'''Title Slide '''&lt;br /&gt;
|| Welcome to the Spoken tutorial on '''Modeling Car Parts '''in '''Blender 4.1'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 2'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| In this tutorial, we will learn to model,&lt;br /&gt;
* Car wheel&lt;br /&gt;
* Headlights and backlights and&lt;br /&gt;
* Radiator&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 3'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirements'''&lt;br /&gt;
|| To record this tutorial, I am using&lt;br /&gt;
* '''Mac OS version '''14.5 &lt;br /&gt;
* '''Blender version''' 4.1&lt;br /&gt;
&lt;br /&gt;
It is recommended to install '''Blender version ''' 4.1 or higher.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 4'''&lt;br /&gt;
&lt;br /&gt;
'''Pre-requisites'''&lt;br /&gt;
&lt;br /&gt;
[https://spoken-tutorial.org/ https://spoken-tutorial.org]&lt;br /&gt;
|| To follow this tutorial,&lt;br /&gt;
* The learner must be familiar with editing objects in '''Blender'''.&lt;br /&gt;
&lt;br /&gt;
* Please access the relevant tutorials on this website.&lt;br /&gt;
|-&lt;br /&gt;
|| Show Car.blend file&lt;br /&gt;
|| Let us open the '''Car.blend''' file which we had created earlier.&lt;br /&gt;
|-&lt;br /&gt;
|| Select '''Car.blend &amp;gt;&amp;gt; Open'''&lt;br /&gt;
&lt;br /&gt;
Point to the car&lt;br /&gt;
|| Locate the '''Car-animation '''folder. &lt;br /&gt;
&lt;br /&gt;
Select '''Car.blend '''and ''' Open'''.&lt;br /&gt;
&lt;br /&gt;
Now, we will start adding parts to our car. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Video Editor: '''numpad 3'''&lt;br /&gt;
&lt;br /&gt;
Video Editor: '''Z'''&lt;br /&gt;
&lt;br /&gt;
Press '''Shift''' and Right click&lt;br /&gt;
|| We shall start modeling the wheels of the car with the help of a '''Cylinder'''.&lt;br /&gt;
&lt;br /&gt;
Press '''numpad 3''' to go to '''Side view'''.&lt;br /&gt;
&lt;br /&gt;
Press '''Z''' and select '''Wireframe''' from the shown options.&lt;br /&gt;
&lt;br /&gt;
Press '''Shift''' key and right click in the center of the front wheel space.&lt;br /&gt;
&lt;br /&gt;
The '''3D cursor''' is now shifted here.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Add menu &amp;gt;&amp;gt; Mesh &amp;gt;&amp;gt; Cylinder'''&lt;br /&gt;
|| Go to '''Add menu'''. &lt;br /&gt;
&lt;br /&gt;
Select '''Mesh''' and click on '''Cylinder'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Add cylinder &amp;gt;&amp;gt; '''Set the''' Vertices''' to '''24'''&lt;br /&gt;
&lt;br /&gt;
'''Rotation '''&amp;gt;&amp;gt; '''Y '''value to''' 90'''&lt;br /&gt;
|| Click on the '''Add cylinder''' option. &lt;br /&gt;
&lt;br /&gt;
Set the '''Vertices''' to 24. &lt;br /&gt;
&lt;br /&gt;
In ''' Rotation '''set the ''' Y ''' value to 90.&lt;br /&gt;
&lt;br /&gt;
Press ''' Enter'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Properties &amp;gt;&amp;gt; Object'''&lt;br /&gt;
&lt;br /&gt;
'''Scale &amp;gt;&amp;gt; X''' &amp;amp; '''Y''' value to 0.05, '''Z''' to 0.2 &amp;gt;&amp;gt; Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
Video Editor: '''G'''&lt;br /&gt;
|| Go to '''Properties'''.&lt;br /&gt;
&lt;br /&gt;
Select '''Object properties'''.&lt;br /&gt;
&lt;br /&gt;
In the '''Scale''' option, set '''X ''' and ''' Y '''values to 0.5 and '''Z '''value to 0.2. &lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
Press '''G''' and move the cylinder to the center portion of the wheel space.&lt;br /&gt;
&lt;br /&gt;
Three fourths of the cylinder should be inside the car. &lt;br /&gt;
|-&lt;br /&gt;
|| Video Editor: '''numpad 7'''&lt;br /&gt;
&lt;br /&gt;
Video Editor: '''G'''&lt;br /&gt;
&lt;br /&gt;
Video Editor: '''X'''&lt;br /&gt;
|| Press '''numpad 7''' to go to '''Top view'''.&lt;br /&gt;
&lt;br /&gt;
Press '''G''' and '''X '''and move the cylinder inside the wheel space.&lt;br /&gt;
|-&lt;br /&gt;
|| Go to '''User perspective mode'''&lt;br /&gt;
&lt;br /&gt;
Video Editor: '''Z'''&lt;br /&gt;
&lt;br /&gt;
Select''' Solid'''&lt;br /&gt;
&lt;br /&gt;
Video Editor: '''Tab'''&lt;br /&gt;
|| Hold the mouse wheel and move the mouse to go to '''User perspective view'''. &lt;br /&gt;
&lt;br /&gt;
Press '''Z''' and select '''Solid ''' from the shown options. &lt;br /&gt;
&lt;br /&gt;
Press '''Tab''' to go to'''Edit mode'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Inset faces &amp;gt;&amp;gt; '''set the '''Thickness''' to 0.3&lt;br /&gt;
|| Select the front face.&lt;br /&gt;
&lt;br /&gt;
Press '''I''' to '''Inset''' the '''face''' and move the mouse and click. &lt;br /&gt;
&lt;br /&gt;
In the '''Inset faces,''' set the '''Thickness''' to 0.3. &lt;br /&gt;
&lt;br /&gt;
Press '''Enter.''' &lt;br /&gt;
|-&lt;br /&gt;
|| Video Editor: '''E'''&lt;br /&gt;
&lt;br /&gt;
Point to''' Extrude Region and Move'''.&lt;br /&gt;
&lt;br /&gt;
Change Z value to -0.1.&lt;br /&gt;
|| Press '''E''' and extrude the face a little bit inside. &lt;br /&gt;
&lt;br /&gt;
In the '''Extrude Region '''option, change the '''Z''' value to -0.1.&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
Repeat this process twice to create 2 more similar rings. &lt;br /&gt;
|-&lt;br /&gt;
|| Video Editor: '''S'''&lt;br /&gt;
&lt;br /&gt;
'''Resize &amp;gt;&amp;gt; '''set all values to '''0.5'''&lt;br /&gt;
&lt;br /&gt;
'''Extrude region &amp;gt;&amp;gt; Z''' value 0.2&lt;br /&gt;
&lt;br /&gt;
Video Editor: '''E'''&lt;br /&gt;
|| Press '''S''' and scale down the face.&lt;br /&gt;
&lt;br /&gt;
In the '''Resize''' option, set all the values to 0.5. &lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
Press '''E''' to extrude the face outside.&lt;br /&gt;
&lt;br /&gt;
In the '''Extrude Region''', set the '''Z''' value to 0.2. &lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Video Editor: '''Alt'''&lt;br /&gt;
|| Select any '''face''' of the inside ring as shown. &lt;br /&gt;
&lt;br /&gt;
Now hold the '''Alt''' key and click on the next face. &lt;br /&gt;
&lt;br /&gt;
This will select other faces of the ring.&lt;br /&gt;
|-&lt;br /&gt;
|| '''3D viewport menu &amp;gt;&amp;gt; Select menu &amp;gt;&amp;gt; Checker deselect'''&lt;br /&gt;
|| Go to the '''3D viewport menu'''. &lt;br /&gt;
&lt;br /&gt;
Click on the '''Select menu'''.&lt;br /&gt;
&lt;br /&gt;
From the submenu, select '''Checker deselect'''.&lt;br /&gt;
&lt;br /&gt;
This option selects the alternate''' faces'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Video Editor: '''Alt '''and '''E'''&lt;br /&gt;
|| Press '''Alt '''and''' E''' keys together.&lt;br /&gt;
&lt;br /&gt;
Click on '''Extrude Faces along Normals''' from the shown menu. &lt;br /&gt;
&lt;br /&gt;
Bring the faces towards the front, inside the front drum and click.&lt;br /&gt;
|-&lt;br /&gt;
|| Video Editor: '''Tab'''&lt;br /&gt;
|| Press '''Tab''' to go to '''Object mode. &lt;br /&gt;
&lt;br /&gt;
The front wheel is created.&lt;br /&gt;
|-&lt;br /&gt;
|| Only narration&lt;br /&gt;
|| We can add the other wheels after animating the car in the upcoming tutorials.&lt;br /&gt;
|-&lt;br /&gt;
|| Video Editor: '''numpad 1'''&lt;br /&gt;
&lt;br /&gt;
Press '''Shift''' + Right click&lt;br /&gt;
|| Next we will create headlights for the car. &lt;br /&gt;
&lt;br /&gt;
Press '''numpad 1''' to move to the front view of the car. &lt;br /&gt;
&lt;br /&gt;
Press '''Shift''' and right click in the front side right corner as shown.&lt;br /&gt;
&lt;br /&gt;
The '''3D cursor''' is now shifted here.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Add menu&amp;gt;&amp;gt; Mesh &amp;gt;&amp;gt; UV Sphere'''&lt;br /&gt;
|| Go to the '''Add menu. '''Select '''Mesh''' and click on '''UV Sphere.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Add UV Sphere &amp;gt;&amp;gt; '''set the''' Segments '''to 12&lt;br /&gt;
&lt;br /&gt;
'''Properties &amp;gt;&amp;gt; Object'''&lt;br /&gt;
&lt;br /&gt;
'''Scale &amp;gt;&amp;gt; X '''to 0.3, '''Y''' to 0.2, '''Y''' to 0.3&lt;br /&gt;
|| In the bottom, in the '''Add UV Sphere''', set the '''segments''' to 12. &lt;br /&gt;
&lt;br /&gt;
Press '''Enter.'''&lt;br /&gt;
&lt;br /&gt;
Go to '''Properties. '''Select '''Object'''.&lt;br /&gt;
&lt;br /&gt;
Change the '''X''' value of '''Scale''' to 0.3, '''Y''' to 0.2 and '''Z''' value to 0.3. &lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Hover on the light&lt;br /&gt;
|| Now the light is created.&lt;br /&gt;
&lt;br /&gt;
Now let us duplicate this for the left side of the car. &lt;br /&gt;
|-&lt;br /&gt;
|| Video Editor: '''Shift''' and '''D'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Video Editor: '''G'''&lt;br /&gt;
&lt;br /&gt;
Video Editor: '''X'''&lt;br /&gt;
|| Press '''Shift''' and '''D''' keys together.  &lt;br /&gt;
&lt;br /&gt;
Press '''G''' and''' X '''.&lt;br /&gt;
&lt;br /&gt;
Move the duplicated headlight to the left side of the car as shown.&lt;br /&gt;
|-&lt;br /&gt;
|| Video Editor: '''numpad 7'''&lt;br /&gt;
|| Similarly we will duplicate these for the backlights of the car.&lt;br /&gt;
&lt;br /&gt;
Press '''numpad 7''' to go to '''Top view'''.&lt;br /&gt;
&lt;br /&gt;
Hold the '''Shift''' key and select both the headlights.&lt;br /&gt;
|-&lt;br /&gt;
|| Video Editor: '''Shift''' and '''D'''&lt;br /&gt;
|| Press '''Shift''' and '''D''' keys together to duplicate the lights.&lt;br /&gt;
|-&lt;br /&gt;
|| Video Editor: '''G'''&lt;br /&gt;
&lt;br /&gt;
Video Editor: '''Y'''&lt;br /&gt;
|| Press '''G''' and '''Y''' and move the duplicated lights to the backside of the car.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to the lights&lt;br /&gt;
|| Check the position of the lights.&lt;br /&gt;
|-&lt;br /&gt;
|| Video Editor: '''numpad 1'''&lt;br /&gt;
&lt;br /&gt;
Press '''Shift '''and right click&lt;br /&gt;
|| Next we shall model the radiator of the car using a cube. &lt;br /&gt;
&lt;br /&gt;
Press '''numpad 1''' to go to the '''Front view''' of the car. &lt;br /&gt;
&lt;br /&gt;
Press '''Shift '''and right click on the center of the car to shift the '''3D cursor'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Add menu &amp;gt;&amp;gt; Mesh &amp;gt;&amp;gt; Cube'''&lt;br /&gt;
|| Go to the '''Add menu'''. &lt;br /&gt;
&lt;br /&gt;
Select '''Mesh''' and click on '''Cube'''.&lt;br /&gt;
&lt;br /&gt;
Next we shall resize this cube.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Properties &amp;gt;&amp;gt; Object'''&lt;br /&gt;
&lt;br /&gt;
'''Scale &amp;gt;&amp;gt; X''' value to 1.2, '''Y''' to 0.2 &amp;amp; '''Z''' to -0.2&lt;br /&gt;
&lt;br /&gt;
Video Editor: '''G'''&lt;br /&gt;
|| Click on '''Object Properties. '''&lt;br /&gt;
&lt;br /&gt;
In the '''Scale''' option, change the '''X''' value to 1.2, '''Y''' to 0.2 and '''Z''' to -0.2. Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
Press '''G''' and move the object in the center of the 2 headlights.&lt;br /&gt;
|-&lt;br /&gt;
|| Video Editor: '''numpad 7'''&lt;br /&gt;
&lt;br /&gt;
Video Editor: '''G'''&lt;br /&gt;
&lt;br /&gt;
Video Editor: '''Y'''&lt;br /&gt;
|| Press '''numpad 7''' to go '''Top view'''.&lt;br /&gt;
&lt;br /&gt;
Press '''G''' and '''Y''' and move the object inside as shown.&lt;br /&gt;
&lt;br /&gt;
Maximum portion of the object should be inside the car.&lt;br /&gt;
|-&lt;br /&gt;
|| Video Editor: '''numpad 1'''&lt;br /&gt;
&lt;br /&gt;
Video Editor: '''Tab'''&lt;br /&gt;
&lt;br /&gt;
Video Editor: '''Ctrl''' and '''R'''&lt;br /&gt;
|| Let us edit the object to make it look like a radiator.&lt;br /&gt;
&lt;br /&gt;
Press '''numpad 1''' to go '''Front view'''.&lt;br /&gt;
&lt;br /&gt;
Press '''Tab''' to go to '''Edit mode'''.&lt;br /&gt;
&lt;br /&gt;
Move the mouse onto the object. &lt;br /&gt;
&lt;br /&gt;
Press '''Ctrl''' and '''R''' keys together to show the '''Loop cut '''.&lt;br /&gt;
|-&lt;br /&gt;
|| Add '''loop cut''' horizontally&lt;br /&gt;
&lt;br /&gt;
'''Loop cut and Slides&amp;gt;&amp;gt; Number of Cuts''' to 10.&lt;br /&gt;
|| Double click to add the '''loop cut''' horizontally.&lt;br /&gt;
&lt;br /&gt;
In the '''Loop cut and Slides''' option, change the '''Number of Cuts''' to 10. &lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''3D viewport menu &amp;gt;&amp;gt; Face selection mode'''&lt;br /&gt;
&lt;br /&gt;
Select the alternate '''faces'''&lt;br /&gt;
&lt;br /&gt;
Video Editor: '''Alt''' and '''E'''&lt;br /&gt;
|| Click on '''Face selection mode'''.&lt;br /&gt;
&lt;br /&gt;
Press '''Shift''' and select the alternate '''faces''' as shown. &lt;br /&gt;
&lt;br /&gt;
Go to '''User perspective view. '''&lt;br /&gt;
&lt;br /&gt;
Press '''E''' and move the mouse and push the faces inwards and click.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Extrude region &amp;gt;&amp;gt; Z''' value to -0.03&lt;br /&gt;
&lt;br /&gt;
Video Editor: '''Tab'''&lt;br /&gt;
|| In the '''Extrude region''', change the '''Z''' value to -0.03. &lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
Press '''Tab''' to go to '''Object mode'''. &lt;br /&gt;
&lt;br /&gt;
The radiator is now created.&lt;br /&gt;
|-&lt;br /&gt;
|| Video editor: '''Ctrl''' and '''S'''&lt;br /&gt;
|| Press '''Ctrl''' and '''S '''keys together to save the file. &lt;br /&gt;
&lt;br /&gt;
With this we have come to the end of this tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 5'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
|| Let us summarize. &lt;br /&gt;
&lt;br /&gt;
In this tutorial, we learnt to model&lt;br /&gt;
* Car wheel&lt;br /&gt;
* Headlights and backlights and&lt;br /&gt;
* Radiator&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide number 6'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment'''&lt;br /&gt;
|| As an assignment, please do the following: &lt;br /&gt;
&lt;br /&gt;
Add different parts to the jeep model which you made earlier.&lt;br /&gt;
&lt;br /&gt;
After adding the jeep parts the jeep should look like this. &lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide number 7'''&lt;br /&gt;
&lt;br /&gt;
'''About the Spoken Tutorial Project'''&lt;br /&gt;
|| The video at the following link summarizes the '''Spoken Tutorial project.'''&lt;br /&gt;
&lt;br /&gt;
Please download and watch it.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide number 8'''&lt;br /&gt;
&lt;br /&gt;
'''Spoken Tutorial workshops'''&lt;br /&gt;
|| The '''Spoken Tutorial Project''' team conducts workshops and gives certificates.&lt;br /&gt;
&lt;br /&gt;
For more details, please write to us.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide number 9'''&lt;br /&gt;
&lt;br /&gt;
'''Answers for THIS Spoken Tutorial'''&lt;br /&gt;
|| Please post your timed queries in this '''forum'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide number 10'''&lt;br /&gt;
&lt;br /&gt;
'''FOSSEE Forum'''&lt;br /&gt;
|| For any general or technical questions on '''Blender''', visit the '''FOSSEE''' '''forum''' and post your question.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide number 11'''&lt;br /&gt;
&lt;br /&gt;
'''Acknowledgement'''&lt;br /&gt;
|| '''The Spoken Tutorial''' project was established by the '''Ministry of Education''', '''Government of India'''.&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| This is Arthi along with Sejal from '''IIT Bombay''' signing off.&lt;br /&gt;
&lt;br /&gt;
Thanks for joining.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/AutoDock4</id>
		<title>AutoDock4</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/AutoDock4"/>
				<updated>2024-10-04T12:07:52Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: Created page with &amp;quot;    '''AutoDock4'''   AutoDock is a molecular modeling simulation software. It is specifically used for protein-ligand docking. AutoDock consists of a suite of automated docki...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''AutoDock4'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
AutoDock is a molecular modeling simulation software. It is specifically used for protein-ligand docking. AutoDock consists of a suite of automated docking tools. They are designed to predict how small molecules, such as substrates or drug candidates bind to a receptor of known 3D structure. In addition to using them for docking, the atomic affinity grids can also be visualized. This can help synthetic organic chemists design better binders. Autodock4 is a computational docking program based on an empirical free energy force field and rapid Lamarckian genetic algorithm search method.&lt;br /&gt;
&lt;br /&gt;
The Spoken Tutorial Effort for AutoDock4 has being contributed by Dr. Snehalatha Kaliappan and Ms. Madhuri Ganapathi  with domain reviews done by Ms. Sruthi Sudhakar,  Chemistry Dept, IIT Bombay.&lt;br /&gt;
&lt;br /&gt;
'''Learners''': Undergraduate and post-graduate students, research scholars in the fields of Chemistry, Biochemistry, Molecular Biology, Bioinformatics.&lt;br /&gt;
&lt;br /&gt;
Drug-discovery experts, Pharmaceutical company scientists.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Basic Level==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''1. Installation of AutoDock4 on Linux OS '''&lt;br /&gt;
&lt;br /&gt;
* Visit AutoDock website.&lt;br /&gt;
* Download AutoDock suite 4.2.6 installer file for Linux OS.&lt;br /&gt;
* Visit MGL tools web page.&lt;br /&gt;
* About MGL tools.&lt;br /&gt;
* Download MGL tools 1.5.7 installer file.&lt;br /&gt;
* Download User Manual and Examples PDF file.&lt;br /&gt;
* Installation of AutoDock on Linux 20.04 OS.&lt;br /&gt;
* Installation of MGL tools.&lt;br /&gt;
* Open the README file and check the instructions for creating aliases.&lt;br /&gt;
* Open bashrc file and change the path for the location of mgl tools files.&lt;br /&gt;
* Create aliases for using ADT and PMV.&lt;br /&gt;
* Open the GUI for ADT and PMV.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''2. Getting Started with Docking'''&lt;br /&gt;
&lt;br /&gt;
* Visit RCSB Protein Data Bank website.&lt;br /&gt;
* Download ligand and protein files from the RCSB database.&lt;br /&gt;
* Move the downloaded files to home folder.&lt;br /&gt;
* Open ADT interface using the terminal.&lt;br /&gt;
* Perform ligand refinement using AutoDockTools.&lt;br /&gt;
* Add hydrogens to the ligand structure.&lt;br /&gt;
* Save the structure as PDB file.&lt;br /&gt;
* Display root atom. &lt;br /&gt;
* Display allowed torsions in the ligand structure&lt;br /&gt;
* Save the refined ligand as pdbqt file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''3. Receptor Preparation for Docking'''&lt;br /&gt;
&lt;br /&gt;
* Open the ADT GUI.&lt;br /&gt;
* Open the receptor pdb file on the ADT display panel.&lt;br /&gt;
* Delete the water molecules from the receptor structure.&lt;br /&gt;
* Add hydrogens to the receptor structure.&lt;br /&gt;
* Remove the ligand molecule crystallized along with the receptor.&lt;br /&gt;
* Save the current session.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''4. Running AutoGrid '''&lt;br /&gt;
&lt;br /&gt;
* Open the saved .psf session file in ADT.&lt;br /&gt;
* Save the receptor file as pdbqt file.&lt;br /&gt;
* About the grid box.&lt;br /&gt;
* Set the grid box parameters.&lt;br /&gt;
* Create a grid for the receptor molecule.&lt;br /&gt;
* Save the grid box properties as .gpf file.&lt;br /&gt;
* Run the AutoGrid program.&lt;br /&gt;
* Open the output .glg file using text editor.&lt;br /&gt;
* Check the output .glg file for the successful running of the AutoGrid program.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''5. Running AutoDock'''&lt;br /&gt;
&lt;br /&gt;
* Open the PDBQT files for receptor and ligand for docking on ADT interface.&lt;br /&gt;
* Perform docking run using default docking parameters.&lt;br /&gt;
* Save the output as .dpf file.&lt;br /&gt;
* Set docking parameters.&lt;br /&gt;
* Run AutoDock.&lt;br /&gt;
* Open the .dlg file to make sure the autodock run is successfully completed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''6. Analyzing Docking Runs'''&lt;br /&gt;
&lt;br /&gt;
* Open dlg file on the ADT panel.&lt;br /&gt;
* Open and visualize conformations of ligand on ADT panel.&lt;br /&gt;
* Analyze the binding energies of various conformations.&lt;br /&gt;
* Change the display of ligand to sticks &lt;br /&gt;
* Change the color of atoms in ligand.&lt;br /&gt;
* Change the display of receptor to cartoon.&lt;br /&gt;
* Change the color of residues in the receptor.&lt;br /&gt;
* Analyze clusters of conformations.&lt;br /&gt;
* Open dlg file with a text editor and analyze the data.&lt;br /&gt;
* Export the most favorable docking pose as pdb file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''7. Visualyzing Docking using UCSF Chimera'''&lt;br /&gt;
&lt;br /&gt;
* Open the PDB file for the receptor on the Chimera interface.&lt;br /&gt;
* Select and delete, ligand, water and glycerol molecules from the receptor structure.&lt;br /&gt;
* Add the most preferred docking pose of ligand to the receptor structure.&lt;br /&gt;
* Show hydrogen bonds and change the color of the bonds.&lt;br /&gt;
* Show hydrogen bond length and energy.&lt;br /&gt;
* Show non-bonding interactions and  change the color of the pseudo-bonds.&lt;br /&gt;
* Highlight the active site residues, change their display format and color.&lt;br /&gt;
* Show the surface for the receptor-ligand complex  colored by the amino acid hydrophobicity.&lt;br /&gt;
* Show the interior of the binding pocket using the Viewing Controls in the tools menu on Chimera interface.&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Blender-4.1/C3/Modeling-a-Car/English</id>
		<title>Blender-4.1/C3/Modeling-a-Car/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Blender-4.1/C3/Modeling-a-Car/English"/>
				<updated>2024-09-20T06:28:14Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Title: '''Modeling a Car&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Author: '''Sejal Dhiman &amp;amp; Arthi Varadarajan&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Keywords: '''blender 4.1, car modeling, extrude, duplicate objects, combine objects, boolean modifier, video tutorial.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
|-&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
|| '''Narration'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 1'''&lt;br /&gt;
&lt;br /&gt;
'''Title Slide '''&lt;br /&gt;
|| Welcome to this Spoken Tutorial on '''Modeling a Car ''' in '''Blender 4.1'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 2'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| In this tutorial, we will learn to model a car using the below options:&lt;br /&gt;
&lt;br /&gt;
* Change the ''' Object ''' name  in ''' Outliner'''&lt;br /&gt;
* Model using '''Extrude''' option&lt;br /&gt;
* Transform objects using '''Object properties'''&lt;br /&gt;
* Duplicate objects&lt;br /&gt;
* Use '''Boolean modifier'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 3'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirements'''&lt;br /&gt;
|| To record this tutorial, I am using&lt;br /&gt;
&lt;br /&gt;
* '''Mac OS version''' 14.5 &lt;br /&gt;
* '''Blender version''' 4.1&lt;br /&gt;
&lt;br /&gt;
It is recommended to install '''Blender''' version 4.1 or higher.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 4'''&lt;br /&gt;
&lt;br /&gt;
'''Pre-requisites'''&lt;br /&gt;
&lt;br /&gt;
[https://spoken-tutorial.org/ https://spoken-tutorial.org]&lt;br /&gt;
|| To follow this tutorial,&lt;br /&gt;
&lt;br /&gt;
* The learner must be familiar with Blender properties.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||Show Blender &lt;br /&gt;
|| I have already opened '''Blender'''. &lt;br /&gt;
&lt;br /&gt;
Let us save our file first.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''File '''and then '''Save'''&lt;br /&gt;
&lt;br /&gt;
Change the folder name to '''Car-animation. '''&lt;br /&gt;
&lt;br /&gt;
Change name as '''Road.blend.'''&lt;br /&gt;
&lt;br /&gt;
Click on '''Save blender file'''&lt;br /&gt;
|| Go to '''File '''and select '''Save'''. &lt;br /&gt;
&lt;br /&gt;
Locate and select the '''Car-animation ''' folder which we had saved earlier. &lt;br /&gt;
&lt;br /&gt;
At the bottom change the name '''untitled.blend''' to '''Car.blend'''. &lt;br /&gt;
&lt;br /&gt;
Click on '''Save blender file'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||Hover over the cube&lt;br /&gt;
|| Let us start making a model of a car.&lt;br /&gt;
&lt;br /&gt;
For that we will use the cube which is selected by default.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||Hover over''' Outliner'''&lt;br /&gt;
&lt;br /&gt;
Change the name to '''Car'''&lt;br /&gt;
|| Go to '''Outliner''' on the right side above '''Properties'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Objects present in the '''3D viewport''' are listed here.&lt;br /&gt;
&lt;br /&gt;
Double click on the cube and change the name to '''Car'''. &lt;br /&gt;
&lt;br /&gt;
Press''' Enter'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Hover over the '''Properties '''&lt;br /&gt;
&lt;br /&gt;
Hover over the '''Scale''' &lt;br /&gt;
&lt;br /&gt;
Set the value of '''X '''to''' 2, Y '''to''' 4.5 '''and''' Z '''to''' 0.6. '''&lt;br /&gt;
&lt;br /&gt;
|| First we will scale the cube, by setting the exact dimensions to it. &lt;br /&gt;
&lt;br /&gt;
Go to '''Properties'''. &lt;br /&gt;
&lt;br /&gt;
Observe '''Object Properties''' is selected by default. &lt;br /&gt;
&lt;br /&gt;
In the '''Scale''' option, set the value of '''X ''' to 2, '''Y '''to 4.5 and ''' Z '''to 0.6. Press ''' Enter'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Hover over the object.&lt;br /&gt;
&lt;br /&gt;
Video editor: '''Tab'''&lt;br /&gt;
|| Observe the changes in the object.&lt;br /&gt;
&lt;br /&gt;
Let us start editing the object. &lt;br /&gt;
&lt;br /&gt;
Press '''Tab''' to go to '''Edit mode'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Video editor: '''Ctrl '''and''' R'''&lt;br /&gt;
&lt;br /&gt;
Hover over the yellow line&lt;br /&gt;
|| Now, we will use '''Loop cuts''' to divide the object. &lt;br /&gt;
&lt;br /&gt;
Move the mouse over the object.&lt;br /&gt;
&lt;br /&gt;
Press '''Ctrl ''' and ''' R''' keys together to create the '''Loop Cut'''. &lt;br /&gt;
&lt;br /&gt;
A yellow line appears in the middle of the object.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||Click and move the line&lt;br /&gt;
|| Click, and move the line towards the front of the object and click again. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now the object is divided into two parts.&lt;br /&gt;
|-&lt;br /&gt;
|| Hover on''' Extrude tool'''&lt;br /&gt;
|| We will use the '''Extrude''' option to do the modeling. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Extrude''' is a tool that helps to extend or reduce the selected region.&lt;br /&gt;
&lt;br /&gt;
'''E''' is the shortcut key for '''Extrude'''. &lt;br /&gt;
|-&lt;br /&gt;
|| Go to the '''3D viewport menu &amp;gt;&amp;gt; '''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Face selection mode'''&lt;br /&gt;
|| Go to the 3D viewport''' menu.''' &lt;br /&gt;
&lt;br /&gt;
Select the '''Face selection mode.''' &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Video editor: '''E'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Move the mouse and drag upwards&lt;br /&gt;
|| Click on the top right face of the object.&lt;br /&gt;
&lt;br /&gt;
Press '''E '''to extrude. &lt;br /&gt;
&lt;br /&gt;
You will see a blue line and the cursor changes to Move cursor.&lt;br /&gt;
&lt;br /&gt;
Move the mouse and drag the face vertically upwards and click as shown.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''Extrude Region'''&lt;br /&gt;
&lt;br /&gt;
Change '''Z''' value '''to 1.5'''&lt;br /&gt;
|| To set the accurate value, go to the bottom left. &lt;br /&gt;
&lt;br /&gt;
Click on '''Extrude Region and Move.''' &lt;br /&gt;
&lt;br /&gt;
Set the '''Z''' value to 1.5 and press '''Enter.''' &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||Hold the mouse wheel and move the mouse&lt;br /&gt;
|| Hold the mouse wheel and move the mouse to check the object in different views.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Video editor:''' E '''&lt;br /&gt;
&lt;br /&gt;
Drag the face outwards&lt;br /&gt;
&lt;br /&gt;
'''Extrude Region &amp;gt;&amp;gt; '''set the '''Z''' value to '''1.6'''&lt;br /&gt;
|| There are 2 boxes at the bottom. &lt;br /&gt;
&lt;br /&gt;
Select the backside face of the second box as shown. &lt;br /&gt;
&lt;br /&gt;
Press ''' E'''. Move the mouse, and drag the face outwards as shown and click.&lt;br /&gt;
&lt;br /&gt;
In the '''Extrude Region,''' set the '''Z''' value to 1.6. Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Video editor: '''S'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''D'''rag the face inwards&lt;br /&gt;
|| Next, select the top face of the object. Press '''S'''. &lt;br /&gt;
&lt;br /&gt;
Mouse the mouse, drag the face inwards and click as shown.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Go to the '''3D viewport menu &amp;gt;&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
'''Edge Selection Mode'''&lt;br /&gt;
&lt;br /&gt;
|| Go to the '''3D viewport menu.''' &lt;br /&gt;
&lt;br /&gt;
Select the '''Edge Selection Mode'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Select the front edge of the top '''face'''&lt;br /&gt;
&lt;br /&gt;
Video editor: '''G '''&lt;br /&gt;
&lt;br /&gt;
Video editor: '''Y'''&lt;br /&gt;
&lt;br /&gt;
Drag the edge backwards&lt;br /&gt;
|| Select the front edge of the top '''face''' of the car.&lt;br /&gt;
&lt;br /&gt;
Press '''G '''and '''Y''' keys.&lt;br /&gt;
&lt;br /&gt;
Move the mouse and drag the edge backwards and click as shown.&lt;br /&gt;
&lt;br /&gt;
Now the basic shape of the car is created.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||Only narration&lt;br /&gt;
|| Next let us make the doors of the car.&lt;br /&gt;
&lt;br /&gt;
For this, we will use Loop cut again. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Press '''numpad 3'''&lt;br /&gt;
&lt;br /&gt;
Video editor: '''Ctrl ''' and '''R'''&lt;br /&gt;
&lt;br /&gt;
|| Press '''numpad 3''' to go to the '''Side view'''.&lt;br /&gt;
&lt;br /&gt;
Keep the mouse in the center of the car and press '''Ctrl '''and '''R''' keys together.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Move the line to the front &lt;br /&gt;
&lt;br /&gt;
Zoom in &lt;br /&gt;
|| Observe that a '''loop cut''' appears at the center of the car.&lt;br /&gt;
&lt;br /&gt;
Click and move the line towards the front end and click again. &lt;br /&gt;
&lt;br /&gt;
Scroll the mouse wheel outwards to zoom in. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Video editor: '''Ctrl '''and '''R'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Move the line&lt;br /&gt;
|| Press '''Ctrl '''and '''R '''again. &lt;br /&gt;
&lt;br /&gt;
Repeat the process and move this line closer to the previous line as shown.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Hold '''Shift''' and the mouse wheel together&lt;br /&gt;
&lt;br /&gt;
Move the mouse&lt;br /&gt;
|| Hold the '''Shift key''' and the mouse wheel. &lt;br /&gt;
&lt;br /&gt;
Now move the mouse to view the object without changing the angle.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||Create 2 pairs of loop cuts&lt;br /&gt;
|| In the similar way, I will create 2 more pairs of lines. &lt;br /&gt;
&lt;br /&gt;
One at the center of the car. &lt;br /&gt;
&lt;br /&gt;
Another pair towards the backside of the car. &lt;br /&gt;
|-&lt;br /&gt;
|| Go to the '''3D viewport menu'''&lt;br /&gt;
&lt;br /&gt;
'''Face Selection Mode'''&lt;br /&gt;
&lt;br /&gt;
Select the faces&lt;br /&gt;
&lt;br /&gt;
|| Go to the '''3D viewport menu.''' Select the '''Face Selection Mode'''.&lt;br /&gt;
&lt;br /&gt;
Hold the '''Shift key '''and select the '''faces''' of the '''loop cuts'''.&lt;br /&gt;
&lt;br /&gt;
If you select any other face by mistake, press '''Shift''' key and click again to deselect it.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||Select the other side faces &lt;br /&gt;
|| Hold the mouse wheel and move the mouse to the other side of the car. &lt;br /&gt;
&lt;br /&gt;
Hold the '''Shift key '''and select the '''loop cut faces''' of this side too. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||Video editor: '''Alt''' and '''E'''&lt;br /&gt;
|| Press '''Alt''' and '''E''' keys together. &lt;br /&gt;
&lt;br /&gt;
From the shown menu, select '''Extrude Faces along Normals'''. &lt;br /&gt;
&lt;br /&gt;
Move the mouse and extrude the faces inwards and click.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Extrude Region and Move'''&lt;br /&gt;
&lt;br /&gt;
Set the '''Z''' value to '''-0.2'''&lt;br /&gt;
|| In the '''Extrude Region,''' set the '''Z''' value to -0.2, press '''Enter''' &lt;br /&gt;
&lt;br /&gt;
Observe that the doors are now created.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||Deselect the '''faces'''&lt;br /&gt;
|| Next we will design the windows. &lt;br /&gt;
&lt;br /&gt;
Click outside the car to deselect the '''faces'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||Select the upper four faces&lt;br /&gt;
|| Hold the '''Shift key''' and select all the top four '''faces''' of the doors.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Video editor: I&lt;br /&gt;
&lt;br /&gt;
Move the mouse inwards&lt;br /&gt;
&lt;br /&gt;
'''Inset face '''&lt;br /&gt;
&lt;br /&gt;
Set the '''Thickness''' to '''0.03'''&lt;br /&gt;
|| Press '''I'''.&lt;br /&gt;
&lt;br /&gt;
'''I''' is the shortcut to inset '''faces''' inside the selection region. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Move the mouse a bit so that the faces turn inwards as shown. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
At the bottom, in the '''Inset face''', set the '''Thickness''' to 0.03, press '''Enter.''' &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Select front and back faces&lt;br /&gt;
&lt;br /&gt;
Video editor: I&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Move the '''faces''' inwards&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Inset faces &amp;gt;&amp;gt; '''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Set the '''Thickness''' to '''0.03'''&lt;br /&gt;
|| Select the back '''face''' of the car. &lt;br /&gt;
&lt;br /&gt;
Hold the '''Shift''' key and select the front '''face''' too. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Press '''I'''. Then move the '''faces''' inwards.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the '''Inset faces''', set the '''Thickness''' to 0.03, press '''Enter '''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now we will add some depth to these '''faces'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Select all 6 upper faces&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Video editor: '''Alt '''and '''E'''&lt;br /&gt;
|| To do so, hold the '''Shift''' key and select all the 6 top '''faces'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Press '''Alt ''' and '''E''' keys together.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Select '''Extrude Faces along Normals'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Extrude Region&amp;gt;&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
Set the '''offset''' to '''-0.02'''&lt;br /&gt;
&lt;br /&gt;
Video editor: '''Tab'''&lt;br /&gt;
|| Select '''Extrude Faces along Normals''' from the shown menu.&lt;br /&gt;
&lt;br /&gt;
Now, move the mouse and click to get some depth.&lt;br /&gt;
&lt;br /&gt;
In the '''Extrude Region''', set the '''offset''' to -0.02. &lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
Windows of the car are created. &lt;br /&gt;
&lt;br /&gt;
Press '''Tab''' to go to '''Object mode'''. &lt;br /&gt;
|-&lt;br /&gt;
||Video editor: '''Ctrl''' and '''S'''&lt;br /&gt;
|| The car model now resembles a real car. &lt;br /&gt;
&lt;br /&gt;
Press '''Ctrl''' and '''S''' keys together to save our file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Video editor: '''numpad 3'''&lt;br /&gt;
&lt;br /&gt;
Press '''Shift''' and right click&lt;br /&gt;
|| Next let’s create spaces in the car to add wheels. &lt;br /&gt;
&lt;br /&gt;
Press '''numpad 3''' to go to '''Side view'''.&lt;br /&gt;
&lt;br /&gt;
Press '''Shift''' and right click to move the '''3D cursor''' in the front region of the car. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Video editor: '''Shift''' and '''A'''&lt;br /&gt;
&lt;br /&gt;
'''Mesh &amp;gt;&amp;gt; Cylinder'''&lt;br /&gt;
|| Press '''Shift''' and '''A''' keys together to open the '''Add''' menu. &lt;br /&gt;
&lt;br /&gt;
Select '''Mesh'''. &lt;br /&gt;
&lt;br /&gt;
Then click on '''Cylinder'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''Add cylinder'''&lt;br /&gt;
&lt;br /&gt;
Set the '''Vertices''' to '''24'''&lt;br /&gt;
|| Go to the bottom left. &lt;br /&gt;
&lt;br /&gt;
Click on '''Add cylinder''' option. &lt;br /&gt;
&lt;br /&gt;
Set the '''Vertices''' to 24. &lt;br /&gt;
&lt;br /&gt;
In''' Rotation '''set the ''' Y '''value to 90.&lt;br /&gt;
&lt;br /&gt;
Press''' Enter'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Video editor: '''Z'''&lt;br /&gt;
&lt;br /&gt;
Select '''Wireframe'''&lt;br /&gt;
|| Press '''Z''' to open '''Viewport shading modes'''.&lt;br /&gt;
&lt;br /&gt;
Select '''Wireframe'''. &lt;br /&gt;
&lt;br /&gt;
This helps to place the '''cylinder''' accurately since only the edges are visible.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Object Properties &amp;gt;&amp;gt; '''set '''X, Y &amp;amp; Z''' values to '''0.6'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Video editor: '''G'''&lt;br /&gt;
|| Let us resize the '''Cylinder.'''&lt;br /&gt;
&lt;br /&gt;
Go to '''Object Properties'''. &lt;br /&gt;
&lt;br /&gt;
In the '''Scale''' option, change the X, Y and Z values to 0.6. Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
Press '''G ''' and move the '''cylinder''' as shown.&lt;br /&gt;
&lt;br /&gt;
Three fourths of the  cylinder should be inside the car.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||Video editor: '''numpad 7'''&lt;br /&gt;
|| Press '''numpad 7''' to go '''Top view '''.&lt;br /&gt;
&lt;br /&gt;
Make sure that half of the cylinder should be inside the car.&lt;br /&gt;
|-&lt;br /&gt;
|| Video editor: '''Shift''' and '''D'''&lt;br /&gt;
&lt;br /&gt;
Video editor: '''G''' &lt;br /&gt;
&lt;br /&gt;
Video editor: '''Y''' &lt;br /&gt;
|| Next we will duplicate this cylinder and add it to the back side of the car.&lt;br /&gt;
&lt;br /&gt;
Press '''Shift''' and '''D ''' keys together.&lt;br /&gt;
&lt;br /&gt;
Press '''G''' and '''Y''' keys and move the duplicated cylinder to the back side.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Video editor: '''Shift''' and '''D'''&lt;br /&gt;
&lt;br /&gt;
Video editor: '''G''' &lt;br /&gt;
&lt;br /&gt;
Video editor: '''X'''&lt;br /&gt;
|| Hold the '''Shift''' key and select both the cylinders. &lt;br /&gt;
&lt;br /&gt;
Press '''Shift''' and '''D '''keys together. &lt;br /&gt;
&lt;br /&gt;
Press '''G''' and '''X keys''' and move them to the other side of the car as shown. &lt;br /&gt;
|-&lt;br /&gt;
|| Video editor: '''Z'''&lt;br /&gt;
&lt;br /&gt;
Select '''Solid mode'''&lt;br /&gt;
|| Now we will create space for the wheels.&lt;br /&gt;
&lt;br /&gt;
Press '''Z ''' to open the '''Viewport Shading modes'''.&lt;br /&gt;
&lt;br /&gt;
Select '''Solid'''.&lt;br /&gt;
&lt;br /&gt;
Hold the '''Shift''' key and select all the four cylinders.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||Video editor: '''Ctrl''' and '''J''' &lt;br /&gt;
|| Press '''Ctrl''' and '''J''' keys together to group them together.&lt;br /&gt;
&lt;br /&gt;
Again hold the '''Shift '''key and select the car too.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Properties &amp;gt;&amp;gt; Modifiers (spanner icon)'''&lt;br /&gt;
&lt;br /&gt;
Click on '''Add modifier'''&lt;br /&gt;
&lt;br /&gt;
'''Generate &amp;gt;&amp;gt; Boolean'''&lt;br /&gt;
|| Go to '''Properties'''.&lt;br /&gt;
&lt;br /&gt;
 Select ''' Modifiers'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on '''Add modifier'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the dropdown, select '''Generate''' and click on '''Boolean'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the '''Object field '''&lt;br /&gt;
&lt;br /&gt;
Select '''Cylinder.001'''&lt;br /&gt;
&lt;br /&gt;
Click on the dropdown arrow next to the &lt;br /&gt;
&lt;br /&gt;
'''Boolean field &amp;gt;&amp;gt; Apply'''&lt;br /&gt;
&lt;br /&gt;
Video editor: '''X'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|| Make sure that the '''Difference ''' option is selected. &lt;br /&gt;
&lt;br /&gt;
Click on the '''Object field'''. &lt;br /&gt;
&lt;br /&gt;
Select '''Cylinder'''&lt;br /&gt;
&lt;br /&gt;
Click on the dropdown arrow next to the '''Boolean field.'''&lt;br /&gt;
&lt;br /&gt;
Select '''Apply'''. &lt;br /&gt;
&lt;br /&gt;
Now click on the cylinders. &lt;br /&gt;
&lt;br /&gt;
Press '''X''' and '''Delete ''' from the shown menu.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Hold the mouse wheel and move the mouse&lt;br /&gt;
|| Hold the mouse wheel and move the mouse to change the view. &lt;br /&gt;
&lt;br /&gt;
Observe that the cylinders are gone creating a difference in the car. &lt;br /&gt;
&lt;br /&gt;
We will add wheels in these spaces in the upcoming tutorials.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||Video editor: '''Ctrl''' and '''S'''&lt;br /&gt;
|| Press '''Ctrl''' and '''S ''' keys together to save the file. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
With this we have come to the end of this tutorial.&lt;br /&gt;
&lt;br /&gt;
Let us summarize.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||'''Slide Number 5'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
&lt;br /&gt;
|| In this tutorial, we have learnt to model a car using the below options:&lt;br /&gt;
&lt;br /&gt;
* Change the ''' object ''' name in ''' Outliner'''&lt;br /&gt;
* Model using '''Extrude''' option&lt;br /&gt;
* Transform objects using '''Object properties'''&lt;br /&gt;
* Duplicate objects&lt;br /&gt;
* Use '''Boolean modifier'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||'''Slide number 6'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment'''&lt;br /&gt;
|| As an assignment, please do the following: &lt;br /&gt;
&lt;br /&gt;
Create a Jeep Model in '''Blender'''.&lt;br /&gt;
&lt;br /&gt;
The Jeep model should look like this.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 7'''&lt;br /&gt;
&lt;br /&gt;
'''About the Spoken Tutorial Project'''&lt;br /&gt;
|| The video at the following link summarizes the '''Spoken Tutorial project'''.&lt;br /&gt;
&lt;br /&gt;
Please download and watch it.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 8'''&lt;br /&gt;
&lt;br /&gt;
'''Spoken Tutorial workshops'''&lt;br /&gt;
&lt;br /&gt;
|| The '''Spoken Tutorial Project''' team conducts workshops and gives certificates.&lt;br /&gt;
&lt;br /&gt;
For more details, please write to us.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 9'''&lt;br /&gt;
&lt;br /&gt;
'''Answers for THIS Spoken Tutorial'''&lt;br /&gt;
|| Please post your timed queries in this '''forum'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 10'''&lt;br /&gt;
&lt;br /&gt;
'''FOSSEE Forum'''&lt;br /&gt;
|| For any general or technical questions on '''Blender''', visit the '''FOSSEE forum''' and post your question.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 11'''&lt;br /&gt;
&lt;br /&gt;
'''Acknowledgement'''&lt;br /&gt;
|| '''The Spoken Tutorial''' project was established by the '''Ministry of Education''', '''Government of India'''.&lt;br /&gt;
|-&lt;br /&gt;
||&lt;br /&gt;
|| This is Arthi along with Sejal from '''IIT Bombay''' signing off.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Thanks for joining.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/AutoDock4/C2/Running-AutoGrid/English</id>
		<title>AutoDock4/C2/Running-AutoGrid/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/AutoDock4/C2/Running-AutoGrid/English"/>
				<updated>2024-09-05T12:09:57Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Title of script''': Running AutoGrid&lt;br /&gt;
&lt;br /&gt;
'''Author: Dr.Snehalatha Kaliappan and Sruthi Sudhakar'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border =1 &lt;br /&gt;
|| Visual Cue&lt;br /&gt;
||Narration&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 1'''&lt;br /&gt;
&lt;br /&gt;
'''Title Slide'''&lt;br /&gt;
|| Welcome to this spoken tutorial on '''Running AutoGrid'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 2'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| In this tutorial, we will learn to,&lt;br /&gt;
&lt;br /&gt;
* Set the grid box parameters&lt;br /&gt;
* Create a grid for the receptor molecule&lt;br /&gt;
* Save the grid box properties as .gpf file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 3'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| &lt;br /&gt;
* Run the AutoGrid program&lt;br /&gt;
* Check the output '''.glg''' file for the successful running of the ''' AutoGrid''' program.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 4'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirement'''&lt;br /&gt;
|| Here I am using,&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''Ubuntu Linux '''OS version 20.04&lt;br /&gt;
&lt;br /&gt;
* '''AutoDockTools''' version 1.5.7&lt;br /&gt;
&lt;br /&gt;
* Gedit version 3.36.2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Windows users may use notepad or any other text editor.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 5'''&lt;br /&gt;
&lt;br /&gt;
'''Pre-requisites'''&lt;br /&gt;
|| To follow this tutorial learner should be familiar with,&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
topics in basic bioinformatics&lt;br /&gt;
&lt;br /&gt;
basic operations on AutoDock Tools interface&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide number 6'''&lt;br /&gt;
&lt;br /&gt;
'''Code Files'''&lt;br /&gt;
&lt;br /&gt;
|| &lt;br /&gt;
* The input files required for this tutorial are available in the '''Code files''' link.&lt;br /&gt;
* Please download and extract the files.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide number 7'''&lt;br /&gt;
&lt;br /&gt;
'''Code Files'''&lt;br /&gt;
|| &lt;br /&gt;
* Save the input file in your home directory or working directory. &lt;br /&gt;
* Make a copy of all the files and then use them for practising &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Open the terminal using “Show Applications” button.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Type '''adt''' at the prompt.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Cursor on ADT interface.&lt;br /&gt;
||  Here, I have opened the AutoDock Tools interface.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the ADT interface.&lt;br /&gt;
|| I will open the session saved previously while preparing the receptor for docking.&lt;br /&gt;
&lt;br /&gt;
Please watch the pre-requisite tutorial on preparing the receptor for docking. &lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''File''' then '''Read Session''', &lt;br /&gt;
&lt;br /&gt;
from the '''Read Pmv Session''' pop-up box, select, &lt;br /&gt;
&lt;br /&gt;
'''2vta-receptor-prep.psf''' file.&lt;br /&gt;
&lt;br /&gt;
Click on '''Open''' button.&lt;br /&gt;
|| Click on '''File''' then choose '''Read Session.'''&lt;br /&gt;
&lt;br /&gt;
'''Read Pmv Session''' dialog-box opens.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I will select '''2vta-receptor-prep.psf''' file which I had saved in my home directory.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on the '''Open''' button.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''Grid '''tab on the menu bar. &lt;br /&gt;
&lt;br /&gt;
Click on '''Macromolecule''' and '''Choose''' option.&lt;br /&gt;
&lt;br /&gt;
|| The model of the receptor molecule appears on the panel.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To create the grid, click on ''' Grid tab '''on the''' '''menu bar. &lt;br /&gt;
&lt;br /&gt;
Select '''Macromolecule''' and click on '''Choose''' option.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| In the '''Choose Macromolecule''' pop-up box, click on '''2vta.'''&lt;br /&gt;
&lt;br /&gt;
Click on '''Select Molecule '''button at the bottom of the pop-up box.&lt;br /&gt;
&lt;br /&gt;
|| In the '''Choose Macromolecule''' dialog-box click on '''2vta'''.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Select Molecule '''button at the bottom of the dialog-box.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the pop-up window.&lt;br /&gt;
|| A '''WARNING''' pop-up window appears describing the following;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;* the number of non-bonded atoms, which ideally should be zero.&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;* the number of non-polar hydrogen atoms found, &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Note that the non-polar hydrogens, nphs have been merged.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click '''OK''' &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Cursor on pop-up window '''Modified AutoDock4 Macromolecule File.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on '''Save''' button.&lt;br /&gt;
&lt;br /&gt;
|| Click '''OK''' to close the pop-up. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Another pop-up window '''Modified AutoDock4 Macromolecule File''' opens.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Save the receptor as a .pdbqt file. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We need to use only the '''PDBQT '''file format for creating the grid.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on '''Save''' button.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the '''ADT''' panel.&lt;br /&gt;
|| Notice the change in the appearance of the receptor.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''gasteiger''' charges are also calculated for each atom.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click '''Grid''' then on '''Set Map Types''',&lt;br /&gt;
&lt;br /&gt;
'''Open Ligand''' option. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the Ligand File window, select '''ligand.pdbqt''' file.&lt;br /&gt;
&lt;br /&gt;
Click on the Open button.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|| Now let us add the ligand to the receptor.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Next click '''Grid''' then on '''Set Map Types''' and '''Open Ligand''' option. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A '''Ligand File''' window opens, select '''ligand.pdbqt''' file and click on '''Open''' button.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the ADT panel.&lt;br /&gt;
|| You can now see that ligand is added to the receptor.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
On the panel you can see receptor and ligand complex.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the ADT interface.&lt;br /&gt;
|| Next we must prepare the '''grid box ''' for this '''receptor-ligand''' complex.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For this we must set the '''grid box''' parameters.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 8 '''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''About Grid Box '''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The grid box set the boundary of the docking. &lt;br /&gt;
|| About the Grid Box.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The grid box position defines the region of the receptor where the docking will be performed. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Any region outside the box won't be explored during docking.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 9'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''About Grid Box '''&lt;br /&gt;
&lt;br /&gt;
|| However, we must first know the region of the receptor containing the ligand binding site.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Learners must go through the literature for the information on the ligand binding site.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 10'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''About Grid Box'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Learners please note:'''&lt;br /&gt;
&lt;br /&gt;
In case we do not know the exact coordinates for grid box, visualize the active site residues &lt;br /&gt;
and set the grid boxes centering these residues. &lt;br /&gt;
&lt;br /&gt;
A blind docking covering the entire receptor can also be performed.&lt;br /&gt;
&lt;br /&gt;
||  If the active site information is unknown, it is recommended to search all available surfaces.&lt;br /&gt;
&lt;br /&gt;
In such a case the grid box should cover the whole receptor-ligand complex.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click '''Grid &amp;gt;&amp;gt; Grid Box'''.&lt;br /&gt;
&lt;br /&gt;
'''Grid Options''' window opens.&lt;br /&gt;
|| Back to the '''ADT''' interface.&lt;br /&gt;
&lt;br /&gt;
To set the grid box, click on '''Grid '''and then select '''Grid Box'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Grid Options''' window opens.&lt;br /&gt;
&lt;br /&gt;
This will open up a menu-interface with some default options.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the ADT interface.&lt;br /&gt;
|| On the panel you can now see the grid box covering a certain portion of the receptor.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We need to set the center of the grid as well as the x,y,z dimensions of the grid.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the ADT interface.&lt;br /&gt;
|| Sometimes we may not know the active site information.&lt;br /&gt;
&lt;br /&gt;
In such a case a blind docking covering the entire receptor can be performed.&lt;br /&gt;
|-&lt;br /&gt;
|| Rotate the slider towards the right in x, y and z directions to reach 126 points.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Cursor on the receptor-ligand complex.&lt;br /&gt;
|| In the Grid Options window, you can rotate the slider in x,y and z directions to cover the entire receptor-ligand complex.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click and drag the slider towards the right in x, y and z directions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Drag until you reach maximum capacity 126 points.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As shown here we have the grid box covering the entire protein.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the ADT interface.&lt;br /&gt;
|| In the present example, we already know the coordinates corresponding to the ligand binding site.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Rotate the slider towards the right on x, y and z direction to reach 50, &lt;br /&gt;
&lt;br /&gt;
(from 126 points to 50 points)&lt;br /&gt;
|| Rotate the slider to change the number of points on x, y and z directions to 50. &lt;br /&gt;
&lt;br /&gt;
Click the slider and drag the mouse from right to left to decrease the number.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the ADT interface.&lt;br /&gt;
|| Observe the grid box, it is now smaller in size.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Also observe that the grid box is not centered on the active site.&lt;br /&gt;
|-&lt;br /&gt;
|| Change the numbers in the '''Center Grid Box.'''&lt;br /&gt;
&lt;br /&gt;
Change the Coordinates of the center of the binding site in the x, y and z direction to 27.86 , 0.69, 66.23.&lt;br /&gt;
&lt;br /&gt;
'''site-specific docking, '''&lt;br /&gt;
|| To center the grid box over the active site, change the numbers in the '''Center Grid Box'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Change the coordinates of the center of the binding site in the x, y and z directions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I will type the numbers in the fields given.&lt;br /&gt;
&lt;br /&gt;
Type 27.86, 0.69, 66.23 in the x, y and z directions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here too we can use the slider to change the numbers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the ADT interface.&lt;br /&gt;
|| Observe the panel, now the grid box is centered on the active site.&lt;br /&gt;
|-&lt;br /&gt;
|| Click File in the top-left of the '''Grid Options''' window, &lt;br /&gt;
&lt;br /&gt;
choose '''Close saving current.'''&lt;br /&gt;
|| To save the grid box properties, click on '''File''' in the top-left of the '''Grid Options''' window.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the options choose '''Close saving current.'''&lt;br /&gt;
&lt;br /&gt;
The''' Grid Options''' window closes.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the '''ADT''' panel.&lt;br /&gt;
|| '''AutoGrid''' requires an input grid parameter file, which usually has the extension ''' .gpf.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The grid parameters you just set need to be saved as a .gpf file. &lt;br /&gt;
|-&lt;br /&gt;
|| Click '''Grid '''on the main on the ADT interface. &lt;br /&gt;
&lt;br /&gt;
From the options choose '''Output'''. Select '''Save GPF.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Grid Parameter Output File''' window opens. &lt;br /&gt;
|| Click '''Grid '''on the menu bar on the ADT interface.&lt;br /&gt;
&lt;br /&gt;
From the options choose '''Output'''. &lt;br /&gt;
&lt;br /&gt;
Select '''Save GPF'''. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Grid Parameter Output File''' window opens. &lt;br /&gt;
|-&lt;br /&gt;
|| Type the file name as '''2vta.gpf.'''&lt;br /&gt;
&lt;br /&gt;
Click on '''Save '''button at the bottom-right in the '''Grid Parameter Output File''' window.&lt;br /&gt;
&lt;br /&gt;
Save the file as '''2vta.gpf.'''&lt;br /&gt;
|| Type the file name as '''2vta.gpf'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Files of type '''field is already autofilled as gpf file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on '''Save ''' button at the bottom-right in the '''Grid Parameter Output File''' window.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The file will be saved in your home directory as '''2vta.gpf'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| click on '''Run''' on the  menu bar.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Choose '''Run AutoGrid''' from the drop down.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Cursor on '''Run AutoGrid''' window.&lt;br /&gt;
&lt;br /&gt;
|| To run AutoGrid, click on '''Run''' on the menu bar.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then choose '''Run AutoGrid''' from the drop down.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Run AutoGrid''' window appears. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here you will notice that various fields are auto populated.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''Run AutoGrid''' window.&lt;br /&gt;
|| '''Windows''' users may click on the '''Browse''' button next to '''Program Pathname'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
They can then choose the location of '''autogrid4.exe.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''Run AutoGrid''' window.&lt;br /&gt;
|| Alternatively, you can copy and paste the '''autogrid4.exe '''file to your working directory.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I am using '''Linux '''. &lt;br /&gt;
&lt;br /&gt;
Hence I will leave it as such as my '''Program Pathname '''is already auto-populated.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| In the''' Run AutoGrid''' window, Click on the '''Browse '''button next to the '''Parameter Filename''' field.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Select '''2vta.gpf '''from the home folder.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
click on the '''Open''' button.&lt;br /&gt;
|| Next is '''Parameter Filename'''. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I will click on the '''Browse ''' button next to the '''Parameter Filename''' field.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''autogrid4 Parameter File''' dialog box opens.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I will select '''2vta.gpf '''from my home folder and &lt;br /&gt;
&lt;br /&gt;
click on the '''Open''' button.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the '''Log Filename''' field. &lt;br /&gt;
|| '''Log Filename''' field will be automatically populated as '''2vta.glg'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Leave the rest of the parameters at the default setting.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the '''Launch''' button. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Cursor on the “'''Autodock Process Manager” '''window.&lt;br /&gt;
|| Click on the '''Launch''' button. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A popup entitled “'''Autodock Process Manager'''” will appear. &lt;br /&gt;
&lt;br /&gt;
This popup will automatically close when the process ends.&lt;br /&gt;
|-&lt;br /&gt;
||Open home folder. Cursor on home folder. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Cursor on''' .map''' files.&lt;br /&gt;
&lt;br /&gt;
|| When the popup closes, '''AutoGrid''' has completed the generation of receptor maps. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I will open my home folder and check for a number of files with the extension '''.map'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Notice the number of files with '''.map''' extension.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We also must locate the '''2vta.glg''' file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Learners please note:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Do not delete any of the output files generated during the running of the autogrid program.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These files will be required for the next step, which is running of the autodock program.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on .map files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Right click on 2vta.glg file, choose, Open with Text Editor option.&lt;br /&gt;
&lt;br /&gt;
Scroll down the pages.&lt;br /&gt;
&lt;br /&gt;
Cursor on the line '''autogrid4: Successful Completion.'''&lt;br /&gt;
&lt;br /&gt;
Cursor on the '''.glg file'''.&lt;br /&gt;
&lt;br /&gt;
|| To make sure autogrid is successfully completed, open the '''.glg''' file using a text editor. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Right click on the '''2vta.glg''' file and choose, '''Open with Text Editor''' option.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Scroll down the pages to the last line in the document.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here you can see the message, '''autogrid4: Successful Completion'''.&lt;br /&gt;
&lt;br /&gt;
Close the '''glg''' file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Only Narration&lt;br /&gt;
|| This brings us to the end of this tutorial.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 11'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Summary Slide'''&lt;br /&gt;
&lt;br /&gt;
|| Let's summarize,&lt;br /&gt;
&lt;br /&gt;
In this tutorial, we have,&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Set the grid box parameters&lt;br /&gt;
* Created the grid for the receptor molecule&lt;br /&gt;
* Saved the grid box properties as .gpf file&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 12'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Summary Slide'''&lt;br /&gt;
&lt;br /&gt;
|| &lt;br /&gt;
* Ran the AutoGrid program&lt;br /&gt;
* Checked the output .glg file for the successful running of the AutoGrid program&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 13'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Assignment'''&lt;br /&gt;
&lt;br /&gt;
|| As an assignment &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Run the autogrid for the example, '''1DWD''' given in the Examples folder in the Downloads page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
https://autodock.scripps.edu/download-autodock4/&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide''' '''Number 14'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''About Spoken Tutorial Project '''&lt;br /&gt;
|| &lt;br /&gt;
* The video at the following link summarizes the Spoken Tutorial project. &lt;br /&gt;
* Please download and watch it. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide''' '''Number 15 '''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Spoken tutorial workshops '''&lt;br /&gt;
|| &lt;br /&gt;
* We conduct workshops using spoken tutorials and give certificates. &lt;br /&gt;
* For more details, please write to us. &lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide''' '''Number 16'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Forum'''&lt;br /&gt;
||     &lt;br /&gt;
* Please post your timed queries in this forum. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide''' '''Number 17'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Acknowledgement '''&lt;br /&gt;
|| Spoken Tutorial project was established by the Ministry of Education (MoE), Govt. of India&lt;br /&gt;
|-&lt;br /&gt;
||'''Acknowledgement '''&lt;br /&gt;
|| This tutorial is contributed by Snehalatha Kaliappan, Sruthi Sudhakar and Madhuri Ganapathi from IIT Bombay.&lt;br /&gt;
&lt;br /&gt;
Thank you for joining.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/AutoDock4/C2/Getting-Started-with-Docking/English</id>
		<title>AutoDock4/C2/Getting-Started-with-Docking/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/AutoDock4/C2/Getting-Started-with-Docking/English"/>
				<updated>2024-09-04T12:20:24Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Title of script''':  '''Getting Started with Docking'''&lt;br /&gt;
&lt;br /&gt;
'''Author''': Dr.Snehalatha Kaliappan and Sruthi Sudhakar.&lt;br /&gt;
&lt;br /&gt;
'''Keywords''': autodock4, adt, mgl tools, ligand, receptor, rcsb protein data bank, ligand refinement, add hydrogens, detect root, rotatable bonds, pdb file, pdbqt file,  video tutorial.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border =1 &lt;br /&gt;
|-&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
|| '''Narration'''&lt;br /&gt;
|-&lt;br /&gt;
||'''Slide Number 1'''&lt;br /&gt;
&lt;br /&gt;
'''Title Slide'''&lt;br /&gt;
||Welcome to this tutorial on '''Getting Started with Docking'''.&lt;br /&gt;
|-&lt;br /&gt;
||'''Slide Number 2'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
||In this tutorial, we will learn to&lt;br /&gt;
&lt;br /&gt;
* Download ligand and receptor files from the database&lt;br /&gt;
* Perform ligand refinement using '''AutoDockTools'''&lt;br /&gt;
* Prepare ligand for docking&lt;br /&gt;
* Save the refined ligand as a pdbqt file &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||'''Slide Number 3'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirement'''&lt;br /&gt;
||Here I am using,&lt;br /&gt;
&lt;br /&gt;
'''Ubuntu Linux '''OS version 20.04&lt;br /&gt;
&lt;br /&gt;
'''AutoDockTools''' version 1.5.7&lt;br /&gt;
&lt;br /&gt;
'''Google Chrome browser''' version 96.0.4&lt;br /&gt;
&lt;br /&gt;
And a working internet connection&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||'''Slide Number 4'''&lt;br /&gt;
&lt;br /&gt;
'''Pre-requisites'''&lt;br /&gt;
||To follow this tutorial learner should be familiar with,&lt;br /&gt;
&lt;br /&gt;
basic computer operations, and &lt;br /&gt;
&lt;br /&gt;
basic bioinformatics&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||Open web browser, in the address bar type, '''rcsb.org''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Press Enter.&lt;br /&gt;
&lt;br /&gt;
[https://www.rcsb.org/ https://www.rcsb.org/]&lt;br /&gt;
||Open any web browser. &lt;br /&gt;
&lt;br /&gt;
We will now download the '''ligand''' and '''receptor''' files from '''Protein Data Bank'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the address bar type,  '''rcsb.org'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
and Press Enter&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Protein Data Bank ''' website opens.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||https://www.rcsb.org/structure/2VTA&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Type '''2VTA''' in the search field.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on the search button.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Cursor on the page.&lt;br /&gt;
||In the search field at the top, type the 4 letter '''PDB code 2VTA'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on the search button on the right.&lt;br /&gt;
&lt;br /&gt;
The page refreshes with the 3D model and information about the protein.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''2VTA''' codes for a '''Cyclin Dependent Kinase'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||Cursor on the blue Download Files button.&lt;br /&gt;
&lt;br /&gt;
Click the Download Files button and select '''PDB format.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
||On the right-side of the page, you will see a '''Download Files''' button.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on the white triangle next to the button. &lt;br /&gt;
&lt;br /&gt;
From the drop down options select '''PDB format'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||Show the pdb file, '''2vta.pdb''' in the '''Downloads''' folder.&lt;br /&gt;
||The PDB file '''2vta.pdb ''' for the protein '''2VTA ''' downloads to your '''Downloads''' folder.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||Scroll down the page, &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Cursor on '''Small Molecules ''' section.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Under '''Ligands ID''', '''LZ1 ''' click on '''Download Instance Coordinates''', from the options in the drop down.&lt;br /&gt;
&lt;br /&gt;
Choose '''MOL2 format, Chain D.'''&lt;br /&gt;
&lt;br /&gt;
||Scroll down the page, in the '''Small Molecules ''' section under '''Ligands ID''' you will see '''LZ1'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on the '''Download Instance Coordinates ''' drop down. &lt;br /&gt;
&lt;br /&gt;
From the options in the drop down, choose '''MOL2 format''', '''Chain D'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||Show the mol file '''2vta_D_LZ1.mol2'''&lt;br /&gt;
||The mol file for the ligand downloads to the '''Downloads ''' directory in my system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here is my '''Downloads''' directory.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here are the two downloaded files from the '''PDB website''', the mol file and the pdb file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||Click on the files '''2vta.pdb''' and '''2vta_D_LZ1.mol2'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Use '''Ctrl + X'' key to cut and '''Ctrl + V''' keys to paste the files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
||I will move both the downloaded files to my '''home directory'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I will select both the files and right-click. &lt;br /&gt;
&lt;br /&gt;
From the options choose ''' Move to''' option.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Select Move Destination''' window opens.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I will select my '''home folder''' and click on the '''Select''' button at the top-right corner.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We can alternatively use '''Ctrl''' and '''X''' keys to cut and '''Ctrl''' and '''V''' keys to paste the files.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||Open the terminal using the show applications icon.&lt;br /&gt;
||The next step is ligand refinement.&lt;br /&gt;
&lt;br /&gt;
Open '''AutoDockTools''' also called '''ADT''' .&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I will open '''ADT''' using the terminal.&lt;br /&gt;
|-&lt;br /&gt;
||At the terminal prompt type '''adt '''and press Enter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Type the system password.&lt;br /&gt;
||I am using the Ubuntu 20.04 system.&lt;br /&gt;
&lt;br /&gt;
Hence I will click on the '''Show Applications''' button at the bottom-left. &lt;br /&gt;
&lt;br /&gt;
On the search bar that appears I will type '''Terminal'''. &lt;br /&gt;
&lt;br /&gt;
Then click on the '''terminal''' option on the screen.&lt;br /&gt;
&lt;br /&gt;
The terminal opens.&lt;br /&gt;
&lt;br /&gt;
At the prompt I will type ''' adt ''' and press Enter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Type the system password when prompted.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||Cursor on ADT interface.&lt;br /&gt;
&lt;br /&gt;
Click on '''File''' &amp;gt;&amp;gt; '''Preferences''' &lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt; '''Set'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the '''Set User Preferences''' window, go to '''Startup Directory'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For me path is, &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''/home/snehalatha'''&lt;br /&gt;
&lt;br /&gt;
|| Click on “'''Remind me later'''”.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''ADT''' interface opens.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Set up your startup or working directory by going to '''File''' &amp;gt;&amp;gt; '''Preferences ''' and then ''' Set'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the '''Set User Preferences window''' look for the '''Startup Directory ''' field.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here we need to set the path to the folder where we need to save the output files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I am setting the path to my home directory.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on '''Make Default''', and then click on '''Dismiss'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||Click on the Ligand tab on the menu bar (last row in the menu bar)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Choose '''Input''' and then click on the Open option.&lt;br /&gt;
&lt;br /&gt;
||To refine the '''ligand,''' click on '''Ligand ''' tab on the menu bar. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Choose '''Input''' and then click on the '''Open''' option.&lt;br /&gt;
|-&lt;br /&gt;
|| In the '''Ligand file for AutoDock4''' , open '''2vta_D_LZ1.mol2 file'''.&lt;br /&gt;
&lt;br /&gt;
Click on the Open button at the bottom-right. &lt;br /&gt;
&lt;br /&gt;
||The '''Ligand file for AutoDock4''' dialog box opens. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Since I have set the path for the home directory, the folder opens by default.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We need to open '''mol2''' file.&lt;br /&gt;
&lt;br /&gt;
So select '''Files of Type''' as '''Mol2''' files from the drop-down.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Select the '''mol2''' file of the ligand, '''2vta_D_LZ1.mol2'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click the '''Open''' button at the bottom-right. &lt;br /&gt;
|-&lt;br /&gt;
||Cursor on the display panel.&lt;br /&gt;
&lt;br /&gt;
Cursor on the pop-up window.&lt;br /&gt;
&lt;br /&gt;
Click on '''OK'''.&lt;br /&gt;
||The structure will appear in the display panel on the ADT interface.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A popup window titled '''Summary for 2vta_D_LZ1''' will appear. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The message with information about the structures will be displayed. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Read the message and note the information.&lt;br /&gt;
&lt;br /&gt;
Click on OK button.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''Edit''' menu, select '''Hydrogens''', then select '''Add''' option.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the''' Add Hydrogens''' dialog box select radio button '''All Hydrogens.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on '''OK'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Cursor on the structure.&lt;br /&gt;
||Since this structure was derived from the '''protein data bank''', it does not contain hydrogens.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on the Edit menu, and select '''Hydrogens''', then select '''Add''' option.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Add Hydrogens''' dialog box opens, select '''All Hydrogens '''radio button'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Leave all other settings as such and click on the '''OK'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You will now notice that hydrogens are added to the structure on the panel.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||'''Slide Number 5 '''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Adding Hydrogens''' &lt;br /&gt;
||This step can be ignored in cases where the ligand structure is generated by other means such as:&lt;br /&gt;
&lt;br /&gt;
'''quantum mechanical optimization''' or &lt;br /&gt;
&lt;br /&gt;
draw the 2D structure and convert to 3D in '''Open Babel'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the above cases the hydrogens are automatically added. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||Go to '''File''' menu, &amp;gt;&amp;gt; '''Save''' &amp;gt;&amp;gt; '''Write PDB'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Cursor on''' Write options''' dialog box.&lt;br /&gt;
&lt;br /&gt;
Type the file name as '''Ligand.pdb'''&lt;br /&gt;
&lt;br /&gt;
Cursor on '''Browse''' button.&lt;br /&gt;
&lt;br /&gt;
Click '''OK''' to close the dialog box.&lt;br /&gt;
||Now we have to save this structure in pdb format.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Go to '''File''' menu select '''Save''' option.&lt;br /&gt;
&lt;br /&gt;
From the sub-menu select '''Write PDB'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Write options''' dialog box opens.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
File name with .pdb extension and path to my working directory will be automatically populated.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Change the file name as '''Ligand.pdb'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can use the '''BROWSE''' button If you want to save in any other location.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click '''OK''' to close the dialog box.&lt;br /&gt;
|-&lt;br /&gt;
||Cursor on''' ADT''' interface.&lt;br /&gt;
|| Now we need to prepare the ligand for docking.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||Close the window by File &amp;gt;&amp;gt; Exit&lt;br /&gt;
&lt;br /&gt;
In the '''Quit '''dialog box, Do you wish to Quit? &lt;br /&gt;
&lt;br /&gt;
click on '''OK'''.&lt;br /&gt;
&lt;br /&gt;
||Let us close the existing ADT window.&lt;br /&gt;
&lt;br /&gt;
Go to '''File''' menu and click on '''Exit''' option.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the '''Quit ''' dialog box, Do you wish to Quit? &lt;br /&gt;
&lt;br /&gt;
click on '''OK''' button.&lt;br /&gt;
|-&lt;br /&gt;
||At the terminal prompt type '''adt''' and press Enter.&lt;br /&gt;
||To open a new ''' ADT''' interface use the terminal as we did before.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
At the terminal prompt type '''adt''' and press Enter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on “'''Remind me later'''” . &lt;br /&gt;
&lt;br /&gt;
'''ADT''' window opens.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||Go to '''Ligands''' menu &amp;gt;&amp;gt; '''Input''' &amp;gt;&amp;gt; '''Open'''.&lt;br /&gt;
||Go to '''Ligands''' menu.&lt;br /&gt;
&lt;br /&gt;
Click on '''Input''' then click on '''Open'''.&lt;br /&gt;
&lt;br /&gt;
Since we have already saved the working directory, it is the default directory now. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||Select '''Files of Type''' as '''PDB''' files from the drop-down.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Select '''Ligand.pdb''', and click '''open'''.&lt;br /&gt;
||Select '''Files of Type''' as '''PDB''' files from the drop-down.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Select '''Ligand.pdb,''' and click '''open ''' button.&lt;br /&gt;
|-&lt;br /&gt;
||Cursor on the adt display panel.&lt;br /&gt;
||The structure will appear in the display panel of '''ADT'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A pop-up window titled''' summary for Ligand''' will appear. &lt;br /&gt;
&lt;br /&gt;
Read the message and click '''Ok''' to continue. &lt;br /&gt;
|-&lt;br /&gt;
||Click '''Ligand''' &amp;gt;&amp;gt; '''Torsion Tree ''' &amp;gt;&amp;gt; '''Detect Root'''.&lt;br /&gt;
&lt;br /&gt;
Cursor on the green sphere on nitrogen atom.&lt;br /&gt;
&lt;br /&gt;
||Click '''Ligand and '''select '''Torsion Tree '''then choose '''Detect Root.'''&lt;br /&gt;
&lt;br /&gt;
A green sphere will appear over the '''indazole''' Nitrogen atom. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is the '''torsion root''', or the '''center of rotation ''' within the molecule.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is a step to define the allowed '''torsions'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||Click '''Ligand '''&amp;gt;&amp;gt; '''Torsion Tree''' &amp;gt;&amp;gt; '''Choose Torsions'''. &lt;br /&gt;
&lt;br /&gt;
Cursor on '''Torsion Count''' dialog box.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All the bonds are red, cursor on bonds.&lt;br /&gt;
&lt;br /&gt;
Click '''Done '''to close the window. &lt;br /&gt;
||To visualize which bonds are allowed to be rotatable, &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on '''Ligand''', and select '''Torsion Tree''' then '''Choose Torsions'''. &lt;br /&gt;
&lt;br /&gt;
'''Torsion Count''' dialog box opens.&lt;br /&gt;
&lt;br /&gt;
This will change the color of all the bonds to demonstrate which are rotatable. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here we see the number of rotatable bonds as Zero.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The parameters can be changed to fix the specific bonds.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Also allow additional degrees of freedom in ligand molecules. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click '''Done ''' to close the window. &lt;br /&gt;
|-&lt;br /&gt;
||Click '''Ligand''' &amp;gt;&amp;gt;''' Output''' &amp;gt;&amp;gt; ''' Save as PDBQT'''.&lt;br /&gt;
&lt;br /&gt;
A dialog box opens, file name is auto populated as ligand.pdbqt. &lt;br /&gt;
&lt;br /&gt;
Click on '''Save''' button.&lt;br /&gt;
&lt;br /&gt;
||'''Save''' the file as a '''.pdbqt''' file. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on '''Ligand''', and select '''Output'''. &lt;br /&gt;
&lt;br /&gt;
Then select '''Save as PDBQT'''. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A dialog box opens, file name is auto populated as '''ligand.pdbqt'''. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on '''Save''' button.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This completes the step of ligand refinement using '''AutoDock Tools'''.&lt;br /&gt;
|-&lt;br /&gt;
||'''Slide Number 6'''&lt;br /&gt;
&lt;br /&gt;
'''Summary slide'''&lt;br /&gt;
||Let us summarize,&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this tutorial we have, &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Downloaded ligand and receptor files from the database.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Performed the ligand refinement using '''AutoDockTools'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Prepared the ligand for docking.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Saved the refined ligand structure as '''pdbqt''' file format using '''ADT'''.&lt;br /&gt;
|-&lt;br /&gt;
||'''Slide Number 7'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment-1'''&lt;br /&gt;
||As an assignment&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Read about the docking process. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Use the link given here for more information.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
https://ccsb.scripps.edu/projects/docking/&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||'''Slide Number 8'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment-2'''&lt;br /&gt;
||&lt;br /&gt;
&lt;br /&gt;
Download the ligand and receptor files from the PDB database  for 1DWD &lt;br /&gt;
&lt;br /&gt;
Do the ligand refinement and  create the pdbqt file for 1DWD &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||'''Slide Number 9'''&lt;br /&gt;
&lt;br /&gt;
'''About Spoken Tutorial Project '''&lt;br /&gt;
||&lt;br /&gt;
* The video at the following link summarizes the Spoken Tutorial project. &lt;br /&gt;
* Please download and watch it. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||'''Slide Number 10'''&lt;br /&gt;
&lt;br /&gt;
'''Spoken tutorial workshops '''&lt;br /&gt;
||&lt;br /&gt;
* We conduct workshops using spoken tutorials and give certificates. &lt;br /&gt;
* For more details, please contact us. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||'''Slide Number 11'''&lt;br /&gt;
&lt;br /&gt;
'''Answers for THIS Spoken Tutorial '''&lt;br /&gt;
||&lt;br /&gt;
* Do you have questions in THIS Spoken Tutorial? &lt;br /&gt;
* Please visit this site &lt;br /&gt;
* Choose the minute and second where you have the question. &lt;br /&gt;
* Explain your question briefly &lt;br /&gt;
* The spoken tutorial project will ensure an answer. &lt;br /&gt;
* You will have to register on this website to ask questions. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||'''Slide 12''' &lt;br /&gt;
&lt;br /&gt;
'''Acknowledgement '''&lt;br /&gt;
||Spoken Tutorial project was established by Ministry of Education (MoE), Govt. of India &lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
||This tutorial is contributed by Snehalatha Kaliappan, Sruthi Sudhakar and Madhuri Ganapathi from IIT Bombay.&lt;br /&gt;
&lt;br /&gt;
Thank you for joining. &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Blender-4.1/C3/Creating-a-Road/English</id>
		<title>Blender-4.1/C3/Creating-a-Road/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Blender-4.1/C3/Creating-a-Road/English"/>
				<updated>2024-09-03T06:45:44Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Title: '''Creating a Road&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Sejal Dhiman &amp;amp; Arthi Varadarajan&lt;br /&gt;
&lt;br /&gt;
'''Keywords: '''blender 4.1, object mode, edit mode, loop cut, material, bezier curve, array modifier, curve modifier, solidify, video tutorial.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
|-&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
|| '''Narration'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 1'''&lt;br /&gt;
&lt;br /&gt;
'''Title Slide '''&lt;br /&gt;
|| Welcome to the '''Spoken tutorial''' on '''Creating a Road '''in''' Blender 4.1'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 2'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
||In this tutorial, we will learn to create a road using the options given here:&lt;br /&gt;
&lt;br /&gt;
* Add and edit a''' plane'''&lt;br /&gt;
* Use '''Loop cut'''&lt;br /&gt;
* Use '''Viewport Shading modes'''&lt;br /&gt;
* Add '''Material''' to an object&lt;br /&gt;
* Use '''Array''', '''Curve''' and '''Solidify''' '''modifiers'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 3'''&lt;br /&gt;
&lt;br /&gt;
'''Software and System Requirement'''&lt;br /&gt;
||To record this tutorial, I am using&lt;br /&gt;
&lt;br /&gt;
* '''Mac OS version 14.5 '''&lt;br /&gt;
* '''Blender version''' '''4.1'''&lt;br /&gt;
&lt;br /&gt;
It is recommended to install '''Blender version 4.1''' or higher.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Slide Number 4&lt;br /&gt;
&lt;br /&gt;
'''Pre-requisites'''&lt;br /&gt;
||To follow this tutorial &lt;br /&gt;
* The learner must know to add objects in Blender.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Blender interface&lt;br /&gt;
||I have already opened Blender. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Video editor: '''X'''&lt;br /&gt;
&lt;br /&gt;
Click on '''Delete.'''&lt;br /&gt;
&lt;br /&gt;
The cube has to be selected.&lt;br /&gt;
||Let us start creating the road. &lt;br /&gt;
&lt;br /&gt;
First we will delete the '''cube'''.&lt;br /&gt;
&lt;br /&gt;
Press''' X '''and select '''Delete''' from the shown menu.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the 3D view port.&lt;br /&gt;
|| Next, let us add a plane for creating the road.&lt;br /&gt;
|-&lt;br /&gt;
|| Video editor: '''Shift''' and '''A'''&lt;br /&gt;
&lt;br /&gt;
'''Mesh &amp;gt;&amp;gt; Plane'''&lt;br /&gt;
&lt;br /&gt;
||Press '''Shift '''and''' A '''keys together to open the ''' Add '''menu.&lt;br /&gt;
&lt;br /&gt;
Select '''Mesh''' and then click on '''Plane '''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Video editor: '''numpad 7'''&lt;br /&gt;
||Let us go to the '''Top view''' to work further. &lt;br /&gt;
&lt;br /&gt;
For this, press '''numpad 7''' to show the top view.&lt;br /&gt;
|-&lt;br /&gt;
|| Go to the '''Toolbox. '''Click on '''Scale'''&lt;br /&gt;
&lt;br /&gt;
Drag the green handle upward&lt;br /&gt;
||Next, let us resize the plane.&lt;br /&gt;
&lt;br /&gt;
Go to the '''Toolbox''' and click on '''Scale '''.&lt;br /&gt;
&lt;br /&gt;
Click on the green handle of the gizmo and drag it upwards.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Hover over '''Resize''' option&lt;br /&gt;
||To set the exact dimension, go to the bottom left. &lt;br /&gt;
&lt;br /&gt;
Observe that, '''Resize''' option is available as the '''Scale tool''' is used.&lt;br /&gt;
&lt;br /&gt;
This option may vary as per the action performed on the '''3D viewport'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the '''Resize. '''&lt;br /&gt;
&lt;br /&gt;
Change the value of '''Y''' to '''3.5'''&lt;br /&gt;
||Click on the '''Resize''' option. &lt;br /&gt;
&lt;br /&gt;
Change the value of '''Y''' to '''3.5. '''Press '''Enter.'''&lt;br /&gt;
&lt;br /&gt;
Observe the change in the '''plane.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| point to the plane.&lt;br /&gt;
||Note that we are currently working in the '''Object Mode'''.&lt;br /&gt;
&lt;br /&gt;
To edit the object, we need to go to '''Edit mode. '''&lt;br /&gt;
|-&lt;br /&gt;
|| Hover over the top left slide corner&lt;br /&gt;
&lt;br /&gt;
Click on '''Object mode drop down.'''&lt;br /&gt;
&lt;br /&gt;
Click on '''Edit mode'''&lt;br /&gt;
&lt;br /&gt;
Press '''Tab''' key twice&lt;br /&gt;
||Go to the top left corner. &lt;br /&gt;
&lt;br /&gt;
Below the '''Menu, '''locate the dropdown named '''Object Mode'''.&lt;br /&gt;
&lt;br /&gt;
Click on it and select '''Edit mode'''. &lt;br /&gt;
&lt;br /&gt;
'''Tab''' key also helps to switch between '''Object mode''' and '''Edit mode.''' &lt;br /&gt;
|-&lt;br /&gt;
|| Point to the 3 icons.&lt;br /&gt;
||Next to the '''Edit mode''' option, observe the three icons. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''Vertex selection mode'''&lt;br /&gt;
|| In '''Vertex selection mode,''' we can edit the vertices of the object. &lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''Edge selection mode'''&lt;br /&gt;
|| In '''Edge selection mode,''' we can edit the edges. &lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''Face selection mode'''&lt;br /&gt;
&lt;br /&gt;
Click on''' Edge selection mode'''&lt;br /&gt;
||'''Face selection mode '''allows to work and edit the faces of the object.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For now, I will select '''Edge selection mode.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Hover over the plane&lt;br /&gt;
||Now let us add '''loop cuts''' to the plane. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Go to '''Tool box.''' Click on '''Loop Cut '''&lt;br /&gt;
||For that, go to the '''Toolbox''' and click the '''Loop Cut'''.&lt;br /&gt;
&lt;br /&gt;
Move the mouse onto the plane.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click when yellow line appears vertically on the '''plane'''&lt;br /&gt;
||You can see a yellow line appearing over the plane. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
When it appears vertically, click on it.&lt;br /&gt;
&lt;br /&gt;
Observe that an edge is created in the middle of the plane.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Hover over the plane&lt;br /&gt;
||Now, we will add another vertical edge.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Hover over the bottom left corner&lt;br /&gt;
&lt;br /&gt;
Click on '''Loop Cut and Slide'''&lt;br /&gt;
&lt;br /&gt;
Set the '''Number of Cuts '''to '''2'''&lt;br /&gt;
&lt;br /&gt;
||To do so, go to the bottom left.&lt;br /&gt;
&lt;br /&gt;
On the''' Loop Cut and Slide '''option, set the '''Number of Cuts''' to '''2'''. Press''' Enter.''' &lt;br /&gt;
&lt;br /&gt;
I will minimize this option.&lt;br /&gt;
&lt;br /&gt;
Now you can see two vertical edges on the '''plane.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Go to '''Tool box.''' Click on '''Scale.'''&lt;br /&gt;
&lt;br /&gt;
Drag the red handle towards the right side.&lt;br /&gt;
&lt;br /&gt;
||Let us move these edges towards the corner of the plane.&lt;br /&gt;
&lt;br /&gt;
Go to the '''Toolbox''' and click on '''Scale'''.&lt;br /&gt;
&lt;br /&gt;
Click and drag the red handle towards the right side.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Release the mouse button&lt;br /&gt;
||Once the lines move to the corner of the plane, release the mouse button.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Hover over the plane&lt;br /&gt;
&lt;br /&gt;
Click on '''Loop Cut''' &lt;br /&gt;
||Next, let’s add horizontal edges to the plane.&lt;br /&gt;
&lt;br /&gt;
Go to '''Toolbox.''' Click on '''Loop cut.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click to create horizontal loop cut&lt;br /&gt;
||Move the mouse on the plane.&lt;br /&gt;
&lt;br /&gt;
When the yellow line comes horizontally, click on it.&lt;br /&gt;
&lt;br /&gt;
Let us add 3 more edges to the plane.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Go to the bottom left corner&lt;br /&gt;
&lt;br /&gt;
Click on '''Loop Cut and Slide'''&lt;br /&gt;
&lt;br /&gt;
Set '''Number of Cuts''' to '''4 '''&lt;br /&gt;
||Go to''' Loop Cut and Slide '''option.&lt;br /&gt;
&lt;br /&gt;
Change the '''Number of Cuts''' to 4 and press''' Enter.'''&lt;br /&gt;
&lt;br /&gt;
We see four horizontal edges created to the plane.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Go to '''Toolbox.''' &lt;br /&gt;
&lt;br /&gt;
Click on the '''Select Box'''.&lt;br /&gt;
&lt;br /&gt;
||Let us align these edges now.&lt;br /&gt;
&lt;br /&gt;
Go to '''Toolbox''', Click on the '''Select Box'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click and drag on the first edge&lt;br /&gt;
||Click and drag the mouse on the first horizontal edge and select it. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Hold '''Shift '''key. Click and drag on the last edge&lt;br /&gt;
||Hold the '''Shift''' key and drag the mouse over the last horizontal edge as shown.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Hover over the selected edges&lt;br /&gt;
||Let us now move these edges towards the corner of the plane.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Go to '''Tool box.''' Click on '''Scale.'''&lt;br /&gt;
&lt;br /&gt;
Select and drag it vertically upward&lt;br /&gt;
||Go to '''Toolbox''', Click on '''Scale. '''&lt;br /&gt;
&lt;br /&gt;
Click on the green handle of the gizmo and drag it vertically upwards as shown.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''Select box tool.''' &lt;br /&gt;
&lt;br /&gt;
Select the second and third created edges of the plane&lt;br /&gt;
||Let us align the other 2 edges. Click on the '''Select box tool.''' &lt;br /&gt;
&lt;br /&gt;
Click and drag to select the second edge of the plane.&lt;br /&gt;
&lt;br /&gt;
Hold the '''Shift''' key and select the third edge.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''Scale tool.''' &lt;br /&gt;
&lt;br /&gt;
Move the edges closer&lt;br /&gt;
||Click on the '''Scale tool.''' &lt;br /&gt;
&lt;br /&gt;
Move them close to each other using the green handle as shown.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Only narration&lt;br /&gt;
||Next, let’s add some colors to the plane to make it look like a road.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||  Video editor: '''Z'''&lt;br /&gt;
||To preview the changes, we will make use of the '''Viewport Shading Modes'''. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Press '''Z''' key to open the '''Viewport Shading Modes.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Hover over '''Solid mode'''&lt;br /&gt;
&lt;br /&gt;
Click on''' Material preview'''&lt;br /&gt;
||Currently, '''Solid mode '''is active.&lt;br /&gt;
&lt;br /&gt;
We will change it to '''Material Preview mode'''.&lt;br /&gt;
&lt;br /&gt;
Let us add '''materials''' to the plane now. &lt;br /&gt;
|-&lt;br /&gt;
|| Go to '''Properties'''&lt;br /&gt;
||Go to the '''Properties '''panel''' on the right. &lt;br /&gt;
&lt;br /&gt;
Keep the cursor near the left corner of the '''Properties '''panel.&lt;br /&gt;
&lt;br /&gt;
A double headed arrow appears&lt;br /&gt;
|-&lt;br /&gt;
||  Click and drag on the double headed arrow. &lt;br /&gt;
&lt;br /&gt;
Click on '''Materials. '''&lt;br /&gt;
&lt;br /&gt;
|| Click and drag the double headed arrow towards the left. &lt;br /&gt;
&lt;br /&gt;
Like this we can resize the panels in '''Blender.'''&lt;br /&gt;
&lt;br /&gt;
Click on the last circular icon called '''Material.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click on''' New'''&lt;br /&gt;
||The '''Material properties '''open on the right side. &lt;br /&gt;
&lt;br /&gt;
Click on '''New.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Replace '''Material001 '''with '''Road'''&lt;br /&gt;
&lt;br /&gt;
Click on the '''Base Color'''&lt;br /&gt;
||Change the '''Material001 '''name to''' Road. '''Press '''Enter.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on the '''Base Color '''field.&lt;br /&gt;
|-&lt;br /&gt;
|| Hover over the color wheel&lt;br /&gt;
&lt;br /&gt;
Select black color&lt;br /&gt;
&lt;br /&gt;
Move the mouse&lt;br /&gt;
||A color wheel appears.&lt;br /&gt;
&lt;br /&gt;
Drag the mouse and select black color as shown.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Move the mouse outside the color wheel.&lt;br /&gt;
|-&lt;br /&gt;
|| Hover over the road&lt;br /&gt;
||You can see that the color of the road changes to black.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Only narration&lt;br /&gt;
||Let’s now make it realistic by adding more details to it.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''Select box tool'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Select the middle box&lt;br /&gt;
||Click on the '''Select box tool.''' &lt;br /&gt;
&lt;br /&gt;
Then drag and select the middle face of the '''plane.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Go to '''Properties. '''&lt;br /&gt;
&lt;br /&gt;
Click on “+”. &lt;br /&gt;
&lt;br /&gt;
Select '''New'''&lt;br /&gt;
&lt;br /&gt;
Change the '''Material001''' to '''Yellow stripe'''&lt;br /&gt;
&lt;br /&gt;
||Go to the '''Properties. '''&lt;br /&gt;
&lt;br /&gt;
Click on the “+” option. Click on '''New'''.&lt;br /&gt;
&lt;br /&gt;
In the name field, change '''Material001''' to '''Yellow stripe'''.&lt;br /&gt;
&lt;br /&gt;
Press '''Enter.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the '''Base Color '''field&lt;br /&gt;
&lt;br /&gt;
Select yellow color&lt;br /&gt;
&lt;br /&gt;
Click on '''Assign'''&lt;br /&gt;
||Click on the '''Base Color '''field. Color wheel opens.&lt;br /&gt;
&lt;br /&gt;
Choose the shade of yellow that resembles the yellow lines on a real road.&lt;br /&gt;
&lt;br /&gt;
Click on '''Assign. '''&lt;br /&gt;
&lt;br /&gt;
Observe the color changes to yellow of the selected face of the plane.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Drag and select the horizontal top 3 boxes. &lt;br /&gt;
&lt;br /&gt;
Hold the '''Shift '''key and select the horizontal bottom 3 boxes too.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
||Let us now add white lines on the sides of the road.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Drag and select the horizontal top faces. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Hold the '''Shift '''key and select the horizontal bottom faces too. &lt;br /&gt;
|-&lt;br /&gt;
|| Go to '''Properties.''' &lt;br /&gt;
&lt;br /&gt;
Click on “+”. &lt;br /&gt;
&lt;br /&gt;
Select '''New'''&lt;br /&gt;
&lt;br /&gt;
Change the '''Material001''' to '''White stripe'''&lt;br /&gt;
&lt;br /&gt;
||Go to '''Properties. '''&lt;br /&gt;
&lt;br /&gt;
Click on the “+” option. Click on '''New'''.&lt;br /&gt;
&lt;br /&gt;
In the name field, change the '''Material001''' to '''White stripe'''.&lt;br /&gt;
&lt;br /&gt;
Press '''Enter. '''We can keep the default white color here.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''Assign'''&lt;br /&gt;
||Click on '''Assign'''.&lt;br /&gt;
&lt;br /&gt;
Now the color changes to white on the selected area of the plane.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Hover over the road&lt;br /&gt;
||Let us now convert this straight road to a curved road.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Press '''Tab''' key&lt;br /&gt;
||Press '''Tab''' key to change the '''Edit mode''' to '''Object mode.'''&lt;br /&gt;
&lt;br /&gt;
Next, let us add a curve to the '''3D viewport'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Video editor: '''Shift '''and''' A''' &lt;br /&gt;
&lt;br /&gt;
Select '''Curve. '''Click on '''Bezier'''&lt;br /&gt;
||Press '''Shift '''and''' A''' keys together. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Select '''Curve''' and then on''' Bezier'''.&lt;br /&gt;
&lt;br /&gt;
Scroll the mouse wheel inwards to zoom in and view the curve properly.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''minus''' key&lt;br /&gt;
||Let’s increase the size of the curve. &lt;br /&gt;
&lt;br /&gt;
Scroll the mouse wheel outwards to zoom out the view as shown.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Video editor: '''S''' &lt;br /&gt;
&lt;br /&gt;
Move the mouse&lt;br /&gt;
||Now let us scale the '''BezierCurve.'''&lt;br /&gt;
&lt;br /&gt;
Press the '''S''' key and move the mouse. Observe that the curve gets bigger.&lt;br /&gt;
&lt;br /&gt;
When it covers the whole '''3D viewport, '''click to stop the action.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Hover over the road and curve&lt;br /&gt;
||Let’s now learn to merge both the road and the curve.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Select the '''Road'''&lt;br /&gt;
&lt;br /&gt;
Go to '''Properties'''&lt;br /&gt;
&lt;br /&gt;
Click on the spanner shaped icon&lt;br /&gt;
||Click on the '''Select box tool. '''Select the '''Road.''' &lt;br /&gt;
&lt;br /&gt;
Go to '''Properties. '''Click on the spanner shaped icon. &lt;br /&gt;
&lt;br /&gt;
This is the '''Modifier Properties.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''Add''' and then '''Array'''&lt;br /&gt;
||Click on '''Add modifier'''. &lt;br /&gt;
&lt;br /&gt;
A drop down appears. &lt;br /&gt;
&lt;br /&gt;
Go to '''Generate''' and select '''Array.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Hover on '''Array modifier'''&lt;br /&gt;
||Observe '''Array modifier '''opens.&lt;br /&gt;
&lt;br /&gt;
It allows us to create copies of an object and arrange them in a pattern.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Change the '''Fit Type''' to '''Fit Curve'''&lt;br /&gt;
&lt;br /&gt;
Select '''BezierCurve'''&lt;br /&gt;
||Click on '''Fit Type''' dropdown.''' &lt;br /&gt;
&lt;br /&gt;
Change the''' Fit Type''' to '''Fit Curve.'''&lt;br /&gt;
&lt;br /&gt;
Then click on the '''Curve''' field. Select '''BezierCurve.''' &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Hover over the '''road''' &lt;br /&gt;
||Notice the array pattern on the road is enabled.&lt;br /&gt;
&lt;br /&gt;
But the curve and the road are not yet merged.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the '''Add Modifier''' and then on '''Deform'''&lt;br /&gt;
&lt;br /&gt;
Select '''Curve'''&lt;br /&gt;
&lt;br /&gt;
||To do so we will add another '''Modifier'''.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Add Modifier''' and then on '''Deform'''. &lt;br /&gt;
&lt;br /&gt;
From the drop down select '''Curve'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the Curve''' Object '''field&lt;br /&gt;
&lt;br /&gt;
Select '''BezierCurve'''&lt;br /&gt;
&lt;br /&gt;
||'''Curve modifier''' appears below the '''Array modifier.'''&lt;br /&gt;
&lt;br /&gt;
Click on the '''Curve Object '''field. Select '''BezierCurve.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Hover over the '''road''' &lt;br /&gt;
||Observe the road is merged with the '''BezierCurve''' and appears in a curved shape. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click the mouse wheel and drag the mouse in different directions&lt;br /&gt;
||Let's view the road from a different angle.&lt;br /&gt;
&lt;br /&gt;
Hold the mouse wheel and drag the mouse in different directions.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Point to the road.&lt;br /&gt;
||Let's give some thickness to the road.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Go to '''Properties.'''&lt;br /&gt;
&lt;br /&gt;
Click on''' Add Modifier. '''Then on '''Generate. '''&lt;br /&gt;
&lt;br /&gt;
From the drop down select '''Solidify'''&lt;br /&gt;
&lt;br /&gt;
Change the '''Thickness''' to '''0.5'''&lt;br /&gt;
||Go to '''Properties. '''Click on''' Add Modifier. '''Then on '''Generate. '''&lt;br /&gt;
&lt;br /&gt;
From the drop down select '''Solidify.'''&lt;br /&gt;
&lt;br /&gt;
'''Solidify '''appears below the''' Curve modifier.'''&lt;br /&gt;
&lt;br /&gt;
Here, change the '''Thickness''' to 0.5. &lt;br /&gt;
Press''' Enter.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Hover over the road&lt;br /&gt;
||Notice that the thickness of the road has increased.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''File '''and then '''Save'''&lt;br /&gt;
&lt;br /&gt;
Change the folder name to '''Car-animation. '''&lt;br /&gt;
&lt;br /&gt;
Change the '''untitled.blend''' as '''Road.blend.'''&lt;br /&gt;
&lt;br /&gt;
Click on '''Save blender file'''&lt;br /&gt;
||Now the road is created. Let us save the file.&lt;br /&gt;
&lt;br /&gt;
Go to '''File '''and select '''Save'''. Select '''Desktop.'''&lt;br /&gt;
&lt;br /&gt;
You can choose a different location according to your preference.&lt;br /&gt;
&lt;br /&gt;
On the top, click on the folder icon to create a new folder. &lt;br /&gt;
&lt;br /&gt;
Change the folder name to '''Car-animation'''.&lt;br /&gt;
&lt;br /&gt;
In the bottom change the '''untitled.blend''' as '''Road.blend.'''&lt;br /&gt;
&lt;br /&gt;
Click on '''Save blender file.'''&lt;br /&gt;
&lt;br /&gt;
The file is now saved.&lt;br /&gt;
&lt;br /&gt;
We have come to the end of this tutorial. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 5'''&lt;br /&gt;
&lt;br /&gt;
'''Summary '''&lt;br /&gt;
||Let’s summarize.&lt;br /&gt;
&lt;br /&gt;
In this tutorial, we have learned to, create a road using the options given here:&lt;br /&gt;
&lt;br /&gt;
* Add and edit a''' plane'''&lt;br /&gt;
* Use '''Loop cut'''&lt;br /&gt;
* Use '''Viewport Shading modes'''&lt;br /&gt;
* Add '''Material''' to an object&lt;br /&gt;
* Use '''Array''', '''Curve''' and '''Solidify''' '''modifiers'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 6'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment '''&lt;br /&gt;
&lt;br /&gt;
||As an assignment, please create a zebra crossing.&lt;br /&gt;
&lt;br /&gt;
* Add a '''plane'''&lt;br /&gt;
* Add '''Material''' and change the color to yellow &lt;br /&gt;
* Using '''Array modifier '''create a zebra crossing on the road.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 7'''&lt;br /&gt;
&lt;br /&gt;
'''About the Spoken Tutorial Project'''&lt;br /&gt;
&lt;br /&gt;
||The video at the following link summarizes the '''Spoken Tutorial project.'''&lt;br /&gt;
&lt;br /&gt;
Please download and watch it.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 8'''&lt;br /&gt;
&lt;br /&gt;
'''Spoken Tutorial workshops'''&lt;br /&gt;
&lt;br /&gt;
||The '''Spoken Tutorial Project''' team conducts workshops and gives certificates.&lt;br /&gt;
&lt;br /&gt;
For more details, please write to us.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 9'''&lt;br /&gt;
&lt;br /&gt;
'''Answers for THIS Spoken Tutorial'''&lt;br /&gt;
|| Please post your timed queries in this '''forum'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 10'''&lt;br /&gt;
&lt;br /&gt;
'''FOSSEE Forum'''&lt;br /&gt;
|| For any general or technical questions on '''Blender''', visit the '''FOSSEE''' '''forum''' and post your question.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 11'''&lt;br /&gt;
&lt;br /&gt;
'''Acknowledgement'''&lt;br /&gt;
||'''The Spoken Tutorial''' project was established by the '''Ministry of Education''', '''Government of India'''.&lt;br /&gt;
&lt;br /&gt;
This is Arthi along with Sejal from '''IIT Bombay''' signing off.&lt;br /&gt;
&lt;br /&gt;
Thanks for joining.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Blender-4.1/C2/Camera-View-Settings/English</id>
		<title>Blender-4.1/C2/Camera-View-Settings/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Blender-4.1/C2/Camera-View-Settings/English"/>
				<updated>2024-08-14T10:04:30Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Title''': Camera View Settings&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Pooja Jha &amp;amp; Arthi Varadarajan&lt;br /&gt;
&lt;br /&gt;
'''Keywords''': blender 4.1, camera view, roll, pan, dolly, track, video tutorial.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
|-&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
|| '''Narration'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 1'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title Slide'''&lt;br /&gt;
|| Welcome to this spoken tutorial on '''Camera view settings '''in''' Blender.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 2'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| In this tutorial, we will learn to:&lt;br /&gt;
* Change the location of the camera to get a new camera view&lt;br /&gt;
* '''Roll, pan, dolly '''and '''track '''the '''camera view''' and &lt;br /&gt;
* Select a new '''camera''' view using the '''fly mode'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 3'''&lt;br /&gt;
&lt;br /&gt;
'''Software and System Requirements'''&lt;br /&gt;
|| To record this tutorial, I am using&lt;br /&gt;
&lt;br /&gt;
* '''Mac OS version 14.5'''&lt;br /&gt;
&lt;br /&gt;
* '''Blender version 4.1'''&lt;br /&gt;
&lt;br /&gt;
It is recommended to install '''Blender version 4.1 '''or higher.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 4'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Pre-requisites'''&lt;br /&gt;
|| To follow this tutorial, &lt;br /&gt;
* The learner must be familiar with the '''3D viewport '''in''' blender.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the interface.&lt;br /&gt;
|| I have already opened '''Blender'''.&lt;br /&gt;
&lt;br /&gt;
Let us see how to navigate the camera.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Hover the cursor on '''User Perspective''',&lt;br /&gt;
&lt;br /&gt;
at the top left corner of '''3D viewport'''.&lt;br /&gt;
|| By default, when '''Blender''' opens, the '''3D viewport''' is in the '''User Perspective view'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Only Narration&lt;br /&gt;
|| Now, let’s switch to the''' camera view'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''View''' option &lt;br /&gt;
&lt;br /&gt;
'''Camera''' &amp;gt;&amp;gt; '''Active Camera '''&lt;br /&gt;
&lt;br /&gt;
|| Go to the ''' 3D viewport menu bar''' and click on '''View'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A menu opens. &lt;br /&gt;
&lt;br /&gt;
Navigate to '''Cameras'''.&lt;br /&gt;
&lt;br /&gt;
From the sub-menu select '''Active Camera'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Press numpad 0.&lt;br /&gt;
|| For keyboard shortcut, press '''numpad 0'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Hover around the dotted box&lt;br /&gt;
|| We can now see the '''camera view'''.&lt;br /&gt;
&lt;br /&gt;
The dotted box around the cube is the field of view of the '''Active camera'''.&lt;br /&gt;
&lt;br /&gt;
All objects inside this box will be rendered.&lt;br /&gt;
|-&lt;br /&gt;
|| Only Narration&lt;br /&gt;
|| '''Blender '''allows us to position the active '''camera'''.&lt;br /&gt;
&lt;br /&gt;
It also allows us to orient the active '''camera''' to match our current view point.&lt;br /&gt;
&lt;br /&gt;
Let’s see how to do this.&lt;br /&gt;
|-&lt;br /&gt;
|| Video editor:&lt;br /&gt;
&lt;br /&gt;
'''Numpad 0'''&lt;br /&gt;
|| Press '''numpad 0 ''' to go back to the '''perspective view'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Press 0 twice&lt;br /&gt;
|| The shortcut '''numpad 0 ''' is a toggle to switch-to and from the '''camera view'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Hold the mouse wheel.&lt;br /&gt;
&lt;br /&gt;
Move the mouse.&lt;br /&gt;
|| Hold the '''mouse wheel''' or the ''' middle mouse button'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then move the '''mouse wheel''' to rotate the camera view.&lt;br /&gt;
|-&lt;br /&gt;
|| Only Narration&lt;br /&gt;
|| This will help us to change the location where we wish to place the '''camera'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the cube&lt;br /&gt;
|| Make sure the '''cube''' is selected.&lt;br /&gt;
|-&lt;br /&gt;
|| Video editor:&lt;br /&gt;
&lt;br /&gt;
'''Ctrl''', '''Alt''' and '''Numpad 0'''&lt;br /&gt;
|| Press '''Ctrl''', '''Alt''' and '''numpad 0''' keys together.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to the camera. &lt;br /&gt;
|| Observe that the '''camera''' moves to the new location.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Also, the '''3D view''' switches to the '''camera view''' at the same time.&lt;br /&gt;
|-&lt;br /&gt;
|| Only Narration&lt;br /&gt;
|| '''Blender''' also allows us to perform a few navigational actions on the '''camera'''.&lt;br /&gt;
&lt;br /&gt;
These are rolling, panning, tracking etc.&lt;br /&gt;
&lt;br /&gt;
We shall now look at these.&lt;br /&gt;
|-&lt;br /&gt;
|| click on the dotted box.&lt;br /&gt;
|| Click on the dotted box to select the '''camera'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Only Narration&lt;br /&gt;
|| Now, we can manipulate the camera like we would manipulate any other object.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Remember that to perform these actions we need to be in the '''camera view'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Only Narration&lt;br /&gt;
|| The first action we shall see is to '''roll ''' the '''camera view'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Video editor: '''R'''&lt;br /&gt;
|| Press '''R '''on your keyboard to enter the object rotation mode.&lt;br /&gt;
|-&lt;br /&gt;
|| Move your mouse left and right&lt;br /&gt;
|| Now move your mouse left to right and up and down.&lt;br /&gt;
|-&lt;br /&gt;
|| Only Narration&lt;br /&gt;
|| By default this rotates the camera in its local '''z-axis'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The local '''z-axis''' is an imaginary axis that goes in or out of the camera's view.&lt;br /&gt;
|-&lt;br /&gt;
|| Video editor: '''Esc'''&lt;br /&gt;
|| Right click or press '''Esc ''' on the keyboard to cancel the action.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to the view.&lt;br /&gt;
|| This will take you back to your previous''' camera view.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Only Narration&lt;br /&gt;
|| The next action we shall see is panning the '''camera view'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Hover left to right and up and down&lt;br /&gt;
|| '''Panning''' is in 2 directions – left to right or up and down.&lt;br /&gt;
|-&lt;br /&gt;
|| Video editor: '''R'''. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Video editor: '''X '''twice&lt;br /&gt;
|| Press '''R ''' to enter the object rotation mode. &lt;br /&gt;
&lt;br /&gt;
Press '''X '''twice.&lt;br /&gt;
|-&lt;br /&gt;
|| Only Narration&lt;br /&gt;
|| The first '''X '''locks the rotation to the global x-axis.&lt;br /&gt;
&lt;br /&gt;
The second '''X ''' locks the rotation to the local x-axis.&lt;br /&gt;
|-&lt;br /&gt;
|| Move the mouse up and down&lt;br /&gt;
|| Now move the mouse up and down.&lt;br /&gt;
|-&lt;br /&gt;
|| Only Narration&lt;br /&gt;
|| The '''camera view''' pans up and down.&lt;br /&gt;
|-&lt;br /&gt;
|| Video editor: '''Y '''twice&lt;br /&gt;
|| Press '''Y '''twice.&lt;br /&gt;
|-&lt;br /&gt;
|| Only Narration&lt;br /&gt;
|| The first '''Y '''locks the rotation to the '''global y-axis.'''&lt;br /&gt;
&lt;br /&gt;
The second '''Y '''locks the rotation to the '''local y-axis.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Move the mouse left to right&lt;br /&gt;
|| Now move the mouse left to right.&lt;br /&gt;
|-&lt;br /&gt;
|| Only Narration&lt;br /&gt;
|| The '''camera view''' pans left to right and vice versa.&lt;br /&gt;
|-&lt;br /&gt;
|| Right click or Press ESc&lt;br /&gt;
|| Press '''Esc''' to go back to the''' '''previous''' camera view'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Only Narration&lt;br /&gt;
|| Next we shall '''dolly '''the camera. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Only Narration&lt;br /&gt;
|| '''Dolly ''' supports moving the view-point to a different place. &lt;br /&gt;
&lt;br /&gt;
It also allows us to transport the view from one place to another.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are two ways to do this.&lt;br /&gt;
|-&lt;br /&gt;
|| Video editor: '''G'''&lt;br /&gt;
&lt;br /&gt;
Move the mouse up and down.&lt;br /&gt;
|| First press '''G '''on the keyboard.&lt;br /&gt;
&lt;br /&gt;
Then hold the mouse wheel.&lt;br /&gt;
&lt;br /&gt;
Now, move the mouse wheel up and down.&lt;br /&gt;
&lt;br /&gt;
Right click to go back to the '''camera view'''. &lt;br /&gt;
|-&lt;br /&gt;
|| Only Narration&lt;br /&gt;
|| In the second way, you can move the camera along its local '''z-axis'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Video editor: '''G'''&lt;br /&gt;
&lt;br /&gt;
Video editor: '''Z '''twice&lt;br /&gt;
&lt;br /&gt;
Move the mouse.&lt;br /&gt;
|| Press '''G ''' on the keyboard.&lt;br /&gt;
&lt;br /&gt;
Then press '''Z ''' twice to lock the camera to the local '''z- axis'''.&lt;br /&gt;
&lt;br /&gt;
Now, moving the mouse gives the same effect.&lt;br /&gt;
|-&lt;br /&gt;
|| Right click&lt;br /&gt;
|| Right click to go back to the previous '''camera view'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Only Narration&lt;br /&gt;
|| Moving the camera along '''local X''' or '''Y axis''' tracks left-right or up-down motion.&lt;br /&gt;
|-&lt;br /&gt;
|| Video editor: '''G'''&lt;br /&gt;
&lt;br /&gt;
Video editor: '''X '''twice &lt;br /&gt;
&lt;br /&gt;
Move the mouse left to right.&lt;br /&gt;
|| Press '''G'''. &lt;br /&gt;
&lt;br /&gt;
Now press '''X '''twice.&lt;br /&gt;
&lt;br /&gt;
Then move the mouse left to right.&lt;br /&gt;
|-&lt;br /&gt;
|| Only Narration&lt;br /&gt;
|| The '''camera view''' tracks left to right and vice versa.&lt;br /&gt;
|-&lt;br /&gt;
|| Right click&lt;br /&gt;
|| Right click to go back to the previous '''camera view'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Video editor: '''G'''&lt;br /&gt;
&lt;br /&gt;
Video editor: '''Y '''twice&lt;br /&gt;
&lt;br /&gt;
Move the mouse up and down&lt;br /&gt;
|| Now, Press '''G''' and press '''Y '''twice.&lt;br /&gt;
&lt;br /&gt;
Move the mouse up and down.&lt;br /&gt;
|-&lt;br /&gt;
|| Only Narration&lt;br /&gt;
|| The '''camera view ''' tracks up and down.&lt;br /&gt;
|-&lt;br /&gt;
|| Right click&lt;br /&gt;
|| Right click to go back to the previous '''camera view'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Only Narration&lt;br /&gt;
|| '''Blender''' also provides a '''fly mode''' for the camera.&lt;br /&gt;
|-&lt;br /&gt;
|| Video editor:&lt;br /&gt;
&lt;br /&gt;
'''Shift and Tilde(~)''' &lt;br /&gt;
|| Press '''Shift '''and''' Tilde '''keys to enter the '''camera fly mode'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Only Narration&lt;br /&gt;
|| When''' camera fly mode '''is '''ON''' then mouse movement pans the view accordingly.&lt;br /&gt;
|-&lt;br /&gt;
|| Only Narration&lt;br /&gt;
|| Let us now use the keyboard shortcut keys as shown.&lt;br /&gt;
|-&lt;br /&gt;
|| Video editor: '''W '''&lt;br /&gt;
|| Press '''W ''' to zoom into the''' camera view'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Video editor: '''S '''&lt;br /&gt;
|| Press '''S '''to zoom out the '''camera view.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Video editor: '''A '''&lt;br /&gt;
|| On pressing '''A ''' camera is moving to right side.&lt;br /&gt;
|-&lt;br /&gt;
|| Video editor: '''D '''&lt;br /&gt;
||On pressing '''D''', camera is moving to left side. &lt;br /&gt;
|-&lt;br /&gt;
|| Video editor: '''Q '''&lt;br /&gt;
|| Press '''Q''', to shift the '''camera view''' upwards.&lt;br /&gt;
|-&lt;br /&gt;
|| Video editor: '''E '''&lt;br /&gt;
|| Press '''E''', to shift the '''camera view''' downwards.&lt;br /&gt;
|-&lt;br /&gt;
|| Left click&lt;br /&gt;
|| Next, left click on the mouse to lock the''' camera view'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Only Narration&lt;br /&gt;
|| Observe that, now we see the new '''camera view'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This brings us to the end of the tutorial.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 5'''&lt;br /&gt;
&lt;br /&gt;
'''Summary '''&lt;br /&gt;
&lt;br /&gt;
|| Let us summarize.&lt;br /&gt;
&lt;br /&gt;
In this tutorial, we have learnt to&lt;br /&gt;
&lt;br /&gt;
* Change the location of the camera to get a new camera view&lt;br /&gt;
* Roll, pan, dolly and track the camera view and &lt;br /&gt;
* Select a new camera view using the fly mode&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 6'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Assignment'''&lt;br /&gt;
|| As an assignment, please do the following&lt;br /&gt;
&lt;br /&gt;
* Add a '''cone''' to the right side of the '''cube'''&lt;br /&gt;
* Go to camera view&lt;br /&gt;
* Go to''' fly mode''' and zoom out the camera view&lt;br /&gt;
* Both '''cube''' and '''cone''' should be visible inside the camera view&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 7'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''About the Spoken Tutorial Project'''&lt;br /&gt;
|| The video at the following link summarizes the '''Spoken Tutorial project.'''&lt;br /&gt;
&lt;br /&gt;
Please download and watch it.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 8'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Spoken Tutorial workshops'''&lt;br /&gt;
|| The '''Spoken Tutorial Project''' team conducts workshops and gives certificates.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For more details, please write to us.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 9'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Answers for THIS Spoken Tutorial'''&lt;br /&gt;
|| Please post your timed queries in this''' forum'''.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 10'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''FOSSEE Forum'''&lt;br /&gt;
|| For any general or technical questions on '''Blender,''' visit the '''FOSSEE forum '''and post your question.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 11'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Acknowledgement'''&lt;br /&gt;
|| '''Spoken Tutorial''' project was established by the '''Ministry of Education''', '''Government of India'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| This is Arthi along with Sejal from '''IIT Bombay''' signing off.&lt;br /&gt;
&lt;br /&gt;
Thank you for joining.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/AutoDock4/C2/Visualizing-Docking-using-UCSF-Chimera/English</id>
		<title>AutoDock4/C2/Visualizing-Docking-using-UCSF-Chimera/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/AutoDock4/C2/Visualizing-Docking-using-UCSF-Chimera/English"/>
				<updated>2024-06-19T11:12:44Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
'''Title of script''': '''Visualizing Docking using UCSF Chimera'''&lt;br /&gt;
&lt;br /&gt;
'''Author: '''Dr.Snehalatha Kaliappan and Sruthi Sudhakar&lt;br /&gt;
&lt;br /&gt;
'''Keywords: '''Autodock4, docking, UCSF Chimera, receptor, ligand, residues, hydrogen bonds, video tutorial.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
|-&lt;br /&gt;
|| Visual Cue&lt;br /&gt;
|| Narration&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 1'''&lt;br /&gt;
&lt;br /&gt;
'''Title Slide'''&lt;br /&gt;
|| Welcome to this spoken tutorial on '''Visualizing Docking using UCSF Chimera'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 2'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
&lt;br /&gt;
|| In this tutorial, we will, &lt;br /&gt;
&lt;br /&gt;
Open the '''PDB '''file for the receptor on the '''Chimera''' interface.&lt;br /&gt;
&lt;br /&gt;
Select and delete solvent and other residues from the receptor structure.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 3'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
&lt;br /&gt;
|| Add the most preferred docking pose of the ligand to the receptor structure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Show hydrogen bonds and other interactions.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 4'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| Highlight the active site residues.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Show the receptor-ligand surface and active site pocket. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 5'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirement'''&lt;br /&gt;
&lt;br /&gt;
|| Here I am using,&lt;br /&gt;
&lt;br /&gt;
'''Ubuntu Linux ''' OS version 20.04&lt;br /&gt;
&lt;br /&gt;
'''AutoDockTools''' version 1.5.7&lt;br /&gt;
&lt;br /&gt;
'''UCSF Chimera''' version 1.17.2&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 6'''&lt;br /&gt;
&lt;br /&gt;
'''Pre-requisites'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''https://spoken-tutorial.org/tutorial-search/?search_foss=UCSF+Chimera&amp;amp;search_language=English'''&lt;br /&gt;
&lt;br /&gt;
|| To follow this tutorial learner should be familiar with,&lt;br /&gt;
&lt;br /&gt;
topics in basic bioinformatics&lt;br /&gt;
&lt;br /&gt;
basic operations on '''UCSF Chimera''' interface.&lt;br /&gt;
&lt;br /&gt;
Please refer to the link below for tutorials on '''UCSF Chimera''' series.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide number 7'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Code Files'''&lt;br /&gt;
&lt;br /&gt;
|| &lt;br /&gt;
&lt;br /&gt;
* The input files required for this tutorial are available in the '''Code files''' link.&lt;br /&gt;
* Please download and extract the files.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide number 8'''&lt;br /&gt;
&lt;br /&gt;
'''Code Files'''&lt;br /&gt;
&lt;br /&gt;
|| &lt;br /&gt;
* Save the input files in your home directory or working directory&lt;br /&gt;
&lt;br /&gt;
* Make a copy of all the files and then use them for practising.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Double-Click on '''Chimera''' icon on the desktop.&lt;br /&gt;
|| I will open the '''Chimera''' interface by double-clicking on the shortcut icon on my '''Desktop'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Chimera''' interface opens.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click on the '''File''' menu on the main menu bar.&lt;br /&gt;
&lt;br /&gt;
Select '''Open''' option.&lt;br /&gt;
&lt;br /&gt;
From the '''Open file in the Chimera''' dialog-box, select '''2vta.pdb''' option.&lt;br /&gt;
&lt;br /&gt;
|| Let us load the structure of the receptor on the panel.&lt;br /&gt;
&lt;br /&gt;
Click on the '''File''' menu on the main menu bar.&lt;br /&gt;
&lt;br /&gt;
Select '''Open''' option. &lt;br /&gt;
&lt;br /&gt;
'''Open file in Chimera''' dialog-box opens.&lt;br /&gt;
&lt;br /&gt;
From the dialog-box, select '''2vta.pdb''' option.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Open''' button at the bottom. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
&lt;br /&gt;
Click on the Presets menu. &lt;br /&gt;
&lt;br /&gt;
Select '''Interactive 1 (ribbons)''' option.&lt;br /&gt;
&lt;br /&gt;
|| The receptor-ligand complex loads on the panel.&lt;br /&gt;
&lt;br /&gt;
For me the complex opened in ribbons display.&lt;br /&gt;
&lt;br /&gt;
In your case, it may open in a different format. &lt;br /&gt;
&lt;br /&gt;
You can change it to ribbons format using the '''Presets''' menu on the menu bar.&lt;br /&gt;
&lt;br /&gt;
Select '''Interactive 1 (ribbons)''' option to change the display. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
&lt;br /&gt;
Cursor on the ligand.&lt;br /&gt;
&lt;br /&gt;
CELL DIVISION PROTEIN KINASE 2, amino acids 298, chain A&lt;br /&gt;
&lt;br /&gt;
Ligand is small molecule indazole&lt;br /&gt;
&lt;br /&gt;
|| The receptor here is the '''cyclin dependent kinase inhibitor'''. &lt;br /&gt;
&lt;br /&gt;
The ligand is an '''Indazole''' molecule.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the ligand.&lt;br /&gt;
|| We need to delete indazole, glycerol and water molecules from the structure.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click on the '''Select '''menu, from the drop-down select '''Residues '''option.&lt;br /&gt;
&lt;br /&gt;
Cursor on '''GOL, HOH''' and '''LZ1.'''&lt;br /&gt;
&lt;br /&gt;
|| Click on '''Select ''' menu, from the drop-down select '''Residue ''' option.&lt;br /&gt;
&lt;br /&gt;
The sub-menu shows 3 residues under the '''All nonstandard''' category.&lt;br /&gt;
&lt;br /&gt;
'''GOL''', '''HOH ''' and ''' LZ1''', that is, '''glycerol''', water and '''Indazole''' respectively.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click on '''GOL'''.&lt;br /&gt;
|| Each time I will select a residue, and delete it.&lt;br /&gt;
&lt;br /&gt;
I will click on''' GOL''' which is glycerol. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on glycerol structure.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Actions''' menu, from the drop-down select '''Atoms/Bonds.''' &lt;br /&gt;
&lt;br /&gt;
From the sub-menu select the '''delete''' option.&lt;br /&gt;
&lt;br /&gt;
Cursor on the panel.&lt;br /&gt;
&lt;br /&gt;
|| Glycerol molecules get highlighted on the panel in green color.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Actions''' menu, from the drop-down select '''Atoms/Bonds'''. &lt;br /&gt;
&lt;br /&gt;
From the sub-menu select the '''delete''' option.&lt;br /&gt;
&lt;br /&gt;
Glycerol molecules get deleted from the panel.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the '''Select '''menu.&lt;br /&gt;
&lt;br /&gt;
From the drop-down select '''Residues '''option choose HOH/LZ1.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Actions''' menu, from the drop-down select '''Atoms/Bonds.''' &lt;br /&gt;
&lt;br /&gt;
From the sub-menu select the '''Delete''' option.&lt;br /&gt;
&lt;br /&gt;
|| Let us delete water molecules and indazole ligand from the structure.&lt;br /&gt;
&lt;br /&gt;
Select water molecules, they are highlighted in green color. &lt;br /&gt;
&lt;br /&gt;
Delete the water molecules from the structure.&lt;br /&gt;
&lt;br /&gt;
Similarly select indazole molecule and delete it.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| To this receptor structure we will add the best pose conformation of the ligand obtained by '''autodock runs'''.&lt;br /&gt;
 &lt;br /&gt;
|-&lt;br /&gt;
||Click on the '''File''' menu&lt;br /&gt;
&lt;br /&gt;
select '''Open''', '''Open file in Chimera'''.&lt;br /&gt;
&lt;br /&gt;
dialog-box opens.&lt;br /&gt;
&lt;br /&gt;
Click on the '''File''' menu and select '''Open''', '''Open file in Chimera '''dialog-box opens.&lt;br /&gt;
&lt;br /&gt;
Select '''ligand-conf1.pdb''' from the list. &lt;br /&gt;
&lt;br /&gt;
In the '''File type''' field select''' PDB''' from the list.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Open''' button at the bottom of the dialog box.&lt;br /&gt;
|| From the '''File''' menu, select '''Open''' option.&lt;br /&gt;
&lt;br /&gt;
'''Open file in Chimera '''dialog-box opens.&lt;br /&gt;
&lt;br /&gt;
From the list of files select the '''pdb''' file containing the best pose of the ligand from the '''autodock runs'''.&lt;br /&gt;
&lt;br /&gt;
We had saved this file earlier as '''ligand-conf1.pdb'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I will select the file from the list. &lt;br /&gt;
&lt;br /&gt;
In the '''File type''' field select''' PDB''' from the list.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Open''' button at the bottom of the dialog box.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| On the panel you can see the best conformation of the '''indazole''' added to the receptor structure.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||  '''Slide Number 9'''&lt;br /&gt;
&lt;br /&gt;
'''Chimera Tools for Visualization'''.&lt;br /&gt;
&lt;br /&gt;
||  Using tools in '''Chimera''' we can visualize receptor-ligand interactions.&lt;br /&gt;
&lt;br /&gt;
The two kinds of interactions,&lt;br /&gt;
&lt;br /&gt;
* hydrogen bonds and &lt;br /&gt;
* other polar and non-polar interactions can be visualized.&lt;br /&gt;
&lt;br /&gt;
We can also visualize the active site pocket and surface properties of the receptor.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 10'''&lt;br /&gt;
&lt;br /&gt;
'''Active Site Residues'''&lt;br /&gt;
&lt;br /&gt;
Lys33, Phe80, Glu81, Phe82, Leu83, His84, Gln85, Asp86, Leu134, and Asp145.&lt;br /&gt;
&lt;br /&gt;
|| From the literature, the following residues form much of the ligand binding pocket: &lt;br /&gt;
&lt;br /&gt;
Let us highlight these residues in the structure on the panel.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| Back to the '''Chimera''' interface.&lt;br /&gt;
&lt;br /&gt;
We will use the command line to select and highlight the active site residues.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|| Click on the '''Favorites''' menu.&lt;br /&gt;
&lt;br /&gt;
Select the '''Command Line''' option from the drop down.&lt;br /&gt;
&lt;br /&gt;
|| Click on the '''Favorites''' menu.&lt;br /&gt;
&lt;br /&gt;
Select the '''Command Line''' option from the drop down.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on the '''Command Line''' at the bottom of the interface.&lt;br /&gt;
|| Command line panel opens at the bottom of the interface.&lt;br /&gt;
&lt;br /&gt;
Here you can type the commands in the command field to modify the structure.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Type,&lt;br /&gt;
&lt;br /&gt;
select :33.A&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
Cursor on the panel.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Actions''' menu on the menu bar.&lt;br /&gt;
&lt;br /&gt;
|| To select Lysine at position 33 on chain A, I will type , '''select space colon 33 dot A'''&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
On the panel you can see the outline highlighted on the cartoon display.&lt;br /&gt;
&lt;br /&gt;
We will display this amino acid as the ball and stick model.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Actions''' menu on the menu bar.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Select '''Atoms/Bonds, '''choose '''Show '''from the sub-menu.&lt;br /&gt;
|| Select '''Atoms/Bonds''', choose '''Show ''' from the sub-menu. &lt;br /&gt;
&lt;br /&gt;
Atoms are now displayed as sticks for the '''lysine'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click on the '''Actions''' menu on the menu bar.&lt;br /&gt;
&lt;br /&gt;
Select the '''Atoms/Bonds''' option.&lt;br /&gt;
&lt;br /&gt;
Select '''Ball and stick''' from the menu.&lt;br /&gt;
&lt;br /&gt;
|| Click on the '''Actions''' menu again and select the '''Atoms/Bonds''' option.&lt;br /&gt;
&lt;br /&gt;
Select '''Ball and stick''' from the menu.&lt;br /&gt;
&lt;br /&gt;
'''Lysine ''' is now shown as a '''ball and stick '''display.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Actions menu again and select the colors option.&lt;br /&gt;
&lt;br /&gt;
Select '''by element''' from the sub menu.&lt;br /&gt;
&lt;br /&gt;
|| Click on the '''Actions''' menu again and select the color option.&lt;br /&gt;
&lt;br /&gt;
Select '''by element''' from the sub menu.&lt;br /&gt;
&lt;br /&gt;
On the panel you can see the '''ball and stick''' model in '''rasmol ''' color coding of elements.&lt;br /&gt;
&lt;br /&gt;
Click on '''Select ''' option and clear the selection.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||  Type,&lt;br /&gt;
&lt;br /&gt;
select: Amino acid code and position number (example Phe 80)&lt;br /&gt;
&lt;br /&gt;
Press Enter.&lt;br /&gt;
&lt;br /&gt;
Click on the Actions &amp;gt;&amp;gt; Atoms/Bonds &amp;gt;&amp;gt; Show&lt;br /&gt;
&lt;br /&gt;
Actions &amp;gt;&amp;gt; Atoms/Bonds &amp;gt;&amp;gt; ball and stick&lt;br /&gt;
&lt;br /&gt;
|| I will show the steps for one more '''AMINO ACID Phenylalanine 80'''.&lt;br /&gt;
&lt;br /&gt;
At the command line edit the command as shown.&lt;br /&gt;
&lt;br /&gt;
Delete the number 33.A &lt;br /&gt;
&lt;br /&gt;
and in its place type 80.A, rest of the command remains as such.&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Phenylalanine 80''' is highlighted.&lt;br /&gt;
|| '''Phenylalanine 80''' is highlighted.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Go to '''Actions''' menu and click on '''Show'''.&lt;br /&gt;
&lt;br /&gt;
'''Phenylalanine 80''' is shown in sticks display.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Go to '''Actions''', '''Atoms/Bonds''' and click on '''ball &amp;amp; stick'''.&lt;br /&gt;
&lt;br /&gt;
Go to '''Actions''' again select '''color by element'''.&lt;br /&gt;
&lt;br /&gt;
Click on '''Select''' option and clear the selection.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| Following the same steps, show all the amino acids in the active-site.&lt;br /&gt;
&lt;br /&gt;
Now receptor-ligand complex with the active site amino acids are shown in '''ball and stick''' display. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||  Click on the '''Select''' menu, choose '''Residue''', from the sub menu choose '''LZ1'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Cursor on the panel.&lt;br /&gt;
&lt;br /&gt;
|| To view hydrogen bonds formed by ligand and receptor, select the ligand.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Select''' menu,and choose '''Residue''', from the sub menu choose '''LZ1'''.&lt;br /&gt;
&lt;br /&gt;
On the panel, '''LZ1''' is highlighted in green color. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||  Click on the '''Tools '''menu. &lt;br /&gt;
&lt;br /&gt;
Select '''Structure Analysis'''.&lt;br /&gt;
&lt;br /&gt;
From the sub-menu choose''' FindHBond '''option.&lt;br /&gt;
&lt;br /&gt;
|| Click on the '''Tools '''menu. &lt;br /&gt;
&lt;br /&gt;
Select '''Structure Analysis'''.&lt;br /&gt;
&lt;br /&gt;
From the sub-menu choose''' FindHBond''' option.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|| '''H-Bond Parameter''' dialog-box opens.&lt;br /&gt;
&lt;br /&gt;
Click on the check box against '''Label Hydrogen bond with distance'''.&lt;br /&gt;
&lt;br /&gt;
Click on '''Only find H-bonds with at least one end selected.'''&lt;br /&gt;
&lt;br /&gt;
Click on '''Write information to reply log'''.&lt;br /&gt;
&lt;br /&gt;
Click on the '''OK''' button.&lt;br /&gt;
&lt;br /&gt;
|| '''H-Bond Parameters''' dialog-box opens.&lt;br /&gt;
&lt;br /&gt;
In the dialog box,&lt;br /&gt;
&lt;br /&gt;
Fix the color of the '''hydrogen bond''' by clicking the colored box. &lt;br /&gt;
&lt;br /&gt;
I will select yellow color. &lt;br /&gt;
&lt;br /&gt;
Close the Color selection box.&lt;br /&gt;
&lt;br /&gt;
Fix the line width to 3.0 for a thicker line.&lt;br /&gt;
&lt;br /&gt;
* Click on the check box against '''Label Hydrogen bond with distance'''.&lt;br /&gt;
* Click on '''Only find H-bonds, with at least one end selected'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Uncheck any other check boxes if checked.&lt;br /&gt;
* And click on '''Write in formation to reply log'''.&lt;br /&gt;
&lt;br /&gt;
Click on '''Apply''' and '''OK''' buttons.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
||  Cursor on the panel.&lt;br /&gt;
|| Observe the panel.&lt;br /&gt;
&lt;br /&gt;
'''Hydrogen bonds''' are shown as '''pseudo-bonds''' of specified color and line width.&lt;br /&gt;
&lt;br /&gt;
Here we can see only two hydrogen bonds with '''indazole'''. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|| Click on the''' Favorites''' menu on the menu bar.&lt;br /&gt;
&lt;br /&gt;
From the sub menu select '''Reply log''' option.&lt;br /&gt;
&lt;br /&gt;
|| Details of the bonds can be viewed on the '''Reply log'''.&lt;br /&gt;
&lt;br /&gt;
Open '''Reply log ''' using '''Favorites''' menu.&lt;br /&gt;
&lt;br /&gt;
Click on '''Favorites''' menu.&lt;br /&gt;
&lt;br /&gt;
From the sub menu select '''Reply log''' option.&lt;br /&gt;
&lt;br /&gt;
A pop-up window opens.&lt;br /&gt;
&lt;br /&gt;
Information about each hydrogen bond is given here.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
||  Cursor on the '''Reply log '''pop-up information.&lt;br /&gt;
&lt;br /&gt;
Close the pop-up window.&lt;br /&gt;
&lt;br /&gt;
|| One of the bonds, is formed with '''Leucine''' 83 and '''indazole''' nitrogen.&lt;br /&gt;
&lt;br /&gt;
Another is formed with '''Glutamine''' 81 with hydrogen attached to the nitrogen atom of '''indazole'''. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
||Cursor on the panel.&lt;br /&gt;
||On the panel we can see the hydrogen bond distance.&lt;br /&gt;
&lt;br /&gt;
Close the '''Reply log''' window.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
||  Click on the '''Tools '''menu. &lt;br /&gt;
&lt;br /&gt;
Select '''Structure Analysis''' from the sub-menu choose''' Findclashes/contacts '''option.&lt;br /&gt;
&lt;br /&gt;
|| There is another feature in the''' Tools''' menu under the '''Structure Analysis''' option.&lt;br /&gt;
&lt;br /&gt;
It is '''Findclashes/contacts'''.&lt;br /&gt;
&lt;br /&gt;
A '''dialog box''' opens.&lt;br /&gt;
&lt;br /&gt;
This feature identifies non-polar interactions such as '''Clashes''' and '''Contacts'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
||  Click on '''Designate''' in the '''Find Clashes/Contacts dialog box.'''&lt;br /&gt;
&lt;br /&gt;
|| Let us identify '''contacts''' of the '''LZ1''' with all other atoms.&lt;br /&gt;
&lt;br /&gt;
Ligand is already selected on the panel.&lt;br /&gt;
&lt;br /&gt;
Click on '''Designate''' in the '''Find Clashes/Contacts dialog box.'''&lt;br /&gt;
&lt;br /&gt;
It shows '''10 atoms designated.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on the radio button against “'''All other atoms'''”. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click on the radio button against “'''All other atoms'''”. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Point to '''Include intra-molecule contacts.'''&lt;br /&gt;
&lt;br /&gt;
|| In the '''Clash/Contact Parameters''' section, in the '''Default''' click on the '''Contact''' button.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Under '''Treatment of Clash/Contact Atoms,''' click on the following check boxes.&lt;br /&gt;
&lt;br /&gt;
* '''Select'''&lt;br /&gt;
* '''Draw pseudo-bonds'''&lt;br /&gt;
* '''If endpoint atom hidden'''&lt;br /&gt;
* '''And Write information to reply log'''&lt;br /&gt;
&lt;br /&gt;
|| Under '''Treatment of Clash/Contact Atoms,''' &lt;br /&gt;
&lt;br /&gt;
click on the following check boxes.&lt;br /&gt;
&lt;br /&gt;
* '''Select ''' and &lt;br /&gt;
* '''Draw pseudo-bonds of color'''.&lt;br /&gt;
&lt;br /&gt;
Click on the color box.&lt;br /&gt;
&lt;br /&gt;
In the '''Color Editor ''' window I will select green. &lt;br /&gt;
&lt;br /&gt;
Close the color selector.&lt;br /&gt;
&lt;br /&gt;
Check the check box for, '''Write information to reply log'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the '''OK''' button.&lt;br /&gt;
&lt;br /&gt;
Cursor on the panel.&lt;br /&gt;
&lt;br /&gt;
|| Click on the '''OK''' button.&lt;br /&gt;
&lt;br /&gt;
Observe the panel.&lt;br /&gt;
&lt;br /&gt;
All the contacts of ligand''' LZ1 ''' are shown as green lines. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the '''Favorites '''menu. &lt;br /&gt;
&lt;br /&gt;
Select '''Reply Log ''' from the sub-menu.&lt;br /&gt;
&lt;br /&gt;
Cursor on the '''Reply Log''' window.&lt;br /&gt;
&lt;br /&gt;
|| Open the '''Reply Log '''using the ''' Favorites ''' menu.&lt;br /&gt;
&lt;br /&gt;
'''Atom-atom contacts''' are listed here.&lt;br /&gt;
&lt;br /&gt;
It shows 21 contacts. &lt;br /&gt;
&lt;br /&gt;
The amino acid residues which made the contact with '''LZ1''' are listed here.&lt;br /&gt;
&lt;br /&gt;
Close the dialog-box.&lt;br /&gt;
&lt;br /&gt;
These residues form the binding site for this receptor-ligand complex.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| Most of these active site residues are hydrophobic in nature.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Let us create a surface for this complex colored by amino acid '''hydrophobicity'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| Using the '''Presets''' menu let us analyze the hydrophobic surface for this complex.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click on '''Presets''' on the menu bar. From the drop down select '''Interactive 3 hydrophobicity surface'''.&lt;br /&gt;
&lt;br /&gt;
|| Click on '''Presets''' on the menu bar. &lt;br /&gt;
&lt;br /&gt;
From the drop down select '''Interactive 3 hydrophobicity surface'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| The surface represents blue for the most polar residues, &lt;br /&gt;
&lt;br /&gt;
orange for the most hydrophobic, &lt;br /&gt;
&lt;br /&gt;
white for the neutral amino acids.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
&lt;br /&gt;
Rotate and zoom the structure using the mouse.&lt;br /&gt;
&lt;br /&gt;
|| We will rotate and locate the ligand pocket.&lt;br /&gt;
&lt;br /&gt;
As you notice here, most of the ligand binding pocket is '''hydrophobic'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click on the''' Viewing Controls''' in the '''Tools '''menu.&lt;br /&gt;
&lt;br /&gt;
Select '''Side View''' from the drop down.&lt;br /&gt;
&lt;br /&gt;
|| The interior of the binding pocket can be viewed using the '''Viewing Controls''' in the '''Tools '''menu.&lt;br /&gt;
&lt;br /&gt;
Select '''Side View''' from the drop down.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
||  In the '''Viewing''' window,Check the check box for '''Clip '''at the bottom left.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Surface Capping button'''.&lt;br /&gt;
&lt;br /&gt;
In the pop-up window, check the box for '''cap surfaces at clip planes''' and use cap color and cap style.&lt;br /&gt;
&lt;br /&gt;
Click on the color box next to '''use cap color''' to select the color of the cap. &lt;br /&gt;
&lt;br /&gt;
Click on '''Close''' button&lt;br /&gt;
&lt;br /&gt;
|| A '''Viewing''' window opens.&lt;br /&gt;
&lt;br /&gt;
You will see a viewing eye and two cutting planes in the '''Viewing''' window.&lt;br /&gt;
&lt;br /&gt;
Check the check box for '''Clip '''at the bottom left.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Surface Capping '''button.&lt;br /&gt;
&lt;br /&gt;
'''Surface Capping''' window opens. &lt;br /&gt;
&lt;br /&gt;
Check the box for '''cap surfaces at clip planes''' and use cap color and cap style.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on the color box next to '''use cap color''' to select the color of the cap.&lt;br /&gt;
&lt;br /&gt;
I will select pink.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Close the color editor. &lt;br /&gt;
&lt;br /&gt;
I will select cap style as solid.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on '''Close''' button to close the surface capping window.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Change the position of the viewing eye and clipping planes.&lt;br /&gt;
|| We can change the position of the viewing eye and clipping planes.&lt;br /&gt;
&lt;br /&gt;
Now we can view the interior of the binding pocket clearly.&lt;br /&gt;
&lt;br /&gt;
You can see clearly that the ligand is attached to the '''hydrophobic pocket'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 11'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Conclusion of the Analysis'''&lt;br /&gt;
|| Conclusion of the Analysis&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The ligand is interacting mostly with the hydrophobic residues inside the binding pocket.&lt;br /&gt;
&lt;br /&gt;
We found many non bonding interactions with the hydrophobic residues.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide Number 12'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Conclusion of the Analysis'''&lt;br /&gt;
&lt;br /&gt;
|| Only a few hydrogen bonds are expected.&lt;br /&gt;
&lt;br /&gt;
We observed only two hydrogen bonds using the '''Structure Analysis tool.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| More hydrophobic groups on the''' indazole '''will increase the interaction and binding with the active site.&lt;br /&gt;
&lt;br /&gt;
We can generate and analyze more conformers to understand the interactions better.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This brings us to the end of this tutorial.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide Number 13'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
|| Let us summarize, &lt;br /&gt;
&lt;br /&gt;
In this tutorial, we have,&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Opened the PDB file for the receptor on the '''Chimera''' interface.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Selected and deleted solvent and other residues from the receptor structure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 14'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
|| Added the most preferred conformation of the ligand obtained after autodock runs to the receptor structure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Showed hydrogen bonds and other interactions of the ligand with the receptor.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 15'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
|| Highlighted the active site residues.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Showed the receptor-ligand surface and active site pocket. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 16'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment'''&lt;br /&gt;
|| As an assignment, &lt;br /&gt;
&lt;br /&gt;
Analyze the dlg files generated for '''1DWD''' receptor-ligand complex using '''UCSF Chimera'''.&lt;br /&gt;
&lt;br /&gt;
https://autodock.scripps.edu/download-autodock4/&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide Number 17'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''About Spoken Tutorial Project '''&lt;br /&gt;
|| &lt;br /&gt;
* The video at the following link summarizes the Spoken Tutorial project. &lt;br /&gt;
* Please download and watch it. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 18'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Spoken tutorial workshops '''&lt;br /&gt;
|| &lt;br /&gt;
* We conduct workshops using spoken tutorials and give certificates. &lt;br /&gt;
* For more details, please write to us. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 19'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Forum'''&lt;br /&gt;
|| Please post your timed queries in this forum. &lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 20'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Acknowledgment '''&lt;br /&gt;
|| Spoken Tutorial project was established by the Ministry of Education (MoE), Govt. of India&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| This tutorial is contributed by Snehalatha Kaliappan, Sruthi Sudhakar and Madhuri Ganapathi from IIT Bombay.&lt;br /&gt;
&lt;br /&gt;
Thank you for joining.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/AutoDock4/C2/Visualizing-Docking-using-UCSF-Chimera/English</id>
		<title>AutoDock4/C2/Visualizing-Docking-using-UCSF-Chimera/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/AutoDock4/C2/Visualizing-Docking-using-UCSF-Chimera/English"/>
				<updated>2024-06-19T11:08:38Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
'''Title of script''': '''Visualizing Docking using UCSF Chimera'''&lt;br /&gt;
&lt;br /&gt;
'''Author: '''Dr.Snehalatha Kaliappan and Sruthi Sudhakar&lt;br /&gt;
&lt;br /&gt;
'''Keywords: '''Autodock4, docking, UCSF Chimera, receptor, ligand, residues, hydrogen bonds, video tutorial.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
|-&lt;br /&gt;
|| Visual Cue&lt;br /&gt;
|| Narration&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 1'''&lt;br /&gt;
&lt;br /&gt;
'''Title Slide'''&lt;br /&gt;
|| Welcome to this spoken tutorial on '''Visualizing Docking using UCSF Chimera'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 2'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
&lt;br /&gt;
|| In this tutorial, we will, &lt;br /&gt;
&lt;br /&gt;
Open the '''PDB '''file for the receptor on the '''Chimera''' interface.&lt;br /&gt;
&lt;br /&gt;
Select and delete solvent and other residues from the receptor structure.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 3'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
&lt;br /&gt;
|| Add the most preferred docking pose of the ligand to the receptor structure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Show hydrogen bonds and other interactions.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 4'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| Highlight the active site residues.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Show the receptor-ligand surface and active site pocket. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 5'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirement'''&lt;br /&gt;
&lt;br /&gt;
|| Here I am using,&lt;br /&gt;
&lt;br /&gt;
'''Ubuntu Linux ''' OS version 20.04&lt;br /&gt;
&lt;br /&gt;
'''AutoDockTools''' version 1.5.7&lt;br /&gt;
&lt;br /&gt;
'''UCSF Chimera''' version 1.17.2&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 6'''&lt;br /&gt;
&lt;br /&gt;
'''Pre-requisites'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''https://spoken-tutorial.org/tutorial-search/?search_foss=UCSF+Chimera&amp;amp;search_language=English'''&lt;br /&gt;
&lt;br /&gt;
|| To follow this tutorial learner should be familiar with,&lt;br /&gt;
&lt;br /&gt;
topics in basic bioinformatics&lt;br /&gt;
&lt;br /&gt;
basic operations on '''UCSF Chimera''' interface.&lt;br /&gt;
&lt;br /&gt;
Please refer to the link below for tutorials on '''UCSF Chimera''' series.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide number 7'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Code Files'''&lt;br /&gt;
&lt;br /&gt;
|| &lt;br /&gt;
&lt;br /&gt;
* The input files required for this tutorial are available in the '''Code files''' link.&lt;br /&gt;
* Please download and extract the files.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide number 8'''&lt;br /&gt;
&lt;br /&gt;
'''Code Files'''&lt;br /&gt;
&lt;br /&gt;
|| &lt;br /&gt;
* Save the input files in your home directory or working directory&lt;br /&gt;
&lt;br /&gt;
* Make a copy of all the files and then use them for practising.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Double-Click on '''Chimera''' icon on the desktop.&lt;br /&gt;
|| I will open the '''Chimera''' interface by double-clicking on the shortcut icon on my '''Desktop'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Chimera''' interface opens.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click on the '''File''' menu on the main menu bar.&lt;br /&gt;
&lt;br /&gt;
Select '''Open''' option.&lt;br /&gt;
&lt;br /&gt;
From the '''Open file in the Chimera''' dialog-box, select '''2vta.pdb''' option.&lt;br /&gt;
&lt;br /&gt;
|| Let us load the structure of the receptor on the panel.&lt;br /&gt;
&lt;br /&gt;
Click on the '''File''' menu on the main menu bar.&lt;br /&gt;
&lt;br /&gt;
Select '''Open''' option. &lt;br /&gt;
&lt;br /&gt;
'''Open file in Chimera''' dialog-box opens.&lt;br /&gt;
&lt;br /&gt;
From the dialog-box, select '''2vta.pdb''' option.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Open''' button at the bottom. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
&lt;br /&gt;
Click on the Presets menu. &lt;br /&gt;
&lt;br /&gt;
Select '''Interactive 1 (ribbons)''' option.&lt;br /&gt;
&lt;br /&gt;
|| The receptor-ligand complex loads on the panel.&lt;br /&gt;
&lt;br /&gt;
For me the complex opened in ribbons display.&lt;br /&gt;
&lt;br /&gt;
In your case, it may open in a different format. &lt;br /&gt;
&lt;br /&gt;
You can change it to ribbons format using the '''Presets''' menu on the menu bar.&lt;br /&gt;
&lt;br /&gt;
Select '''Interactive 1 (ribbons)''' option to change the display. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
&lt;br /&gt;
Cursor on the ligand.&lt;br /&gt;
&lt;br /&gt;
CELL DIVISION PROTEIN KINASE 2, amino acids 298, chain A&lt;br /&gt;
&lt;br /&gt;
Ligand is small molecule indazole&lt;br /&gt;
&lt;br /&gt;
|| The receptor here is the '''cyclin dependent kinase inhibitor'''. &lt;br /&gt;
&lt;br /&gt;
The ligand is an '''Indazole''' molecule.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the ligand.&lt;br /&gt;
|| We need to delete indazole, glycerol and water molecules from the structure.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click on the '''Select '''menu, from the drop-down select '''Residues '''option.&lt;br /&gt;
&lt;br /&gt;
Cursor on '''GOL, HOH''' and '''LZ1.'''&lt;br /&gt;
&lt;br /&gt;
|| Click on '''Select ''' menu, from the drop-down select '''Residue ''' option.&lt;br /&gt;
&lt;br /&gt;
The sub-menu shows 3 residues under the '''All nonstandard''' category.&lt;br /&gt;
&lt;br /&gt;
'''GOL''', '''HOH ''' and ''' LZ1''', that is, '''glycerol''', water and '''Indazole''' respectively.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click on '''GOL'''.&lt;br /&gt;
|| Each time I will select a residue, and delete it.&lt;br /&gt;
&lt;br /&gt;
I will click on''' GOL''' which is glycerol. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on glycerol structure.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Actions''' menu, from the drop-down select '''Atoms/Bonds.''' &lt;br /&gt;
&lt;br /&gt;
From the sub-menu select the '''delete''' option.&lt;br /&gt;
&lt;br /&gt;
Cursor on the panel.&lt;br /&gt;
&lt;br /&gt;
|| Glycerol molecules get highlighted on the panel in green color.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Actions''' menu, from the drop-down select '''Atoms/Bonds'''. &lt;br /&gt;
&lt;br /&gt;
From the sub-menu select the '''delete''' option.&lt;br /&gt;
&lt;br /&gt;
Glycerol molecules get deleted from the panel.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the '''Select '''menu.&lt;br /&gt;
&lt;br /&gt;
From the drop-down select '''Residues '''option choose HOH/LZ1.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Actions''' menu, from the drop-down select '''Atoms/Bonds.''' &lt;br /&gt;
&lt;br /&gt;
From the sub-menu select the '''Delete''' option.&lt;br /&gt;
&lt;br /&gt;
|| Let us delete water molecules and indazole ligand from the structure.&lt;br /&gt;
&lt;br /&gt;
Select water molecules, they are highlighted in green color. &lt;br /&gt;
&lt;br /&gt;
Delete the water molecules from the structure.&lt;br /&gt;
&lt;br /&gt;
Similarly select indazole molecule and delete it.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| To this receptor structure we will add the best pose conformation of the ligand obtained by '''autodock runs'''.&lt;br /&gt;
 &lt;br /&gt;
|-&lt;br /&gt;
||Click on the '''File''' menu&lt;br /&gt;
&lt;br /&gt;
select '''Open''', '''Open file in Chimera'''.&lt;br /&gt;
&lt;br /&gt;
dialog-box opens.&lt;br /&gt;
&lt;br /&gt;
Click on the '''File''' menu and select '''Open''', '''Open file in Chimera '''dialog-box opens.&lt;br /&gt;
&lt;br /&gt;
Select '''ligand-conf1.pdb''' from the list. &lt;br /&gt;
&lt;br /&gt;
In the '''File type''' field select''' PDB''' from the list.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Open''' button at the bottom of the dialog box.&lt;br /&gt;
|| From the '''File''' menu, select '''Open''' option.&lt;br /&gt;
&lt;br /&gt;
'''Open file in Chimera '''dialog-box opens.&lt;br /&gt;
&lt;br /&gt;
From the list of files select the '''pdb''' file containing the best pose of the ligand from the '''autodock runs'''.&lt;br /&gt;
&lt;br /&gt;
We had saved this file earlier as '''ligand-conf1.pdb'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I will select the file from the list. &lt;br /&gt;
&lt;br /&gt;
In the '''File type''' field select''' PDB''' from the list.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Open''' button at the bottom of the dialog box.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| On the panel you can see the best conformation of the '''indazole''' added to the receptor structure.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||  '''Slide Number 9'''&lt;br /&gt;
&lt;br /&gt;
'''Chimera Tools for Visualization'''.&lt;br /&gt;
&lt;br /&gt;
||  Using tools in '''Chimera''' we can visualize receptor-ligand interactions.&lt;br /&gt;
&lt;br /&gt;
The two kinds of interactions,&lt;br /&gt;
&lt;br /&gt;
* hydrogen bonds and &lt;br /&gt;
* other polar and non-polar interactions can be visualized.&lt;br /&gt;
&lt;br /&gt;
We can also visualize the active site pocket and surface properties of the receptor.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 10'''&lt;br /&gt;
&lt;br /&gt;
'''Active Site Residues'''&lt;br /&gt;
&lt;br /&gt;
Lys33, Phe80, Glu81, Phe82, Leu83, His84, Gln85, Asp86, Leu134, and Asp145.&lt;br /&gt;
&lt;br /&gt;
|| From the literature, the following residues form much of the ligand binding pocket: &lt;br /&gt;
&lt;br /&gt;
Let us highlight these residues in the structure on the panel.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| Back to the '''Chimera''' interface.&lt;br /&gt;
&lt;br /&gt;
We will use the command line to select and highlight the active site residues.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|| Click on the '''Favorites''' menu.&lt;br /&gt;
&lt;br /&gt;
Select the '''Command Line''' option from the drop down.&lt;br /&gt;
&lt;br /&gt;
|| Click on the '''Favorites''' menu.&lt;br /&gt;
&lt;br /&gt;
Select the '''Command Line''' option from the drop down.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on the '''Command Line''' at the bottom of the interface.&lt;br /&gt;
|| Command line panel opens at the bottom of the interface.&lt;br /&gt;
&lt;br /&gt;
Here you can type the commands in the command field to modify the structure.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Type,&lt;br /&gt;
&lt;br /&gt;
select :33.A&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
Cursor on the panel.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Actions''' menu on the menu bar.&lt;br /&gt;
&lt;br /&gt;
|| To select Lysine at position 33 on chain A, I will type , '''select space colon 33 dot A'''&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
On the panel you can see the outline highlighted on the cartoon display.&lt;br /&gt;
&lt;br /&gt;
We will display this amino acid as the ball and stick model.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Actions''' menu on the menu bar.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Select '''Atoms/Bonds, '''choose '''Show '''from the sub-menu.&lt;br /&gt;
|| Select '''Atoms/Bonds''', choose '''Show ''' from the sub-menu. &lt;br /&gt;
&lt;br /&gt;
Atoms are now displayed as sticks for the '''lysine'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click on the '''Actions''' menu on the menu bar.&lt;br /&gt;
&lt;br /&gt;
Select the '''Atoms/Bonds''' option.&lt;br /&gt;
&lt;br /&gt;
Select '''Ball and stick''' from the menu.&lt;br /&gt;
&lt;br /&gt;
|| Click on the '''Actions''' menu again and select the '''Atoms/Bonds''' option.&lt;br /&gt;
&lt;br /&gt;
Select '''Ball and stick''' from the menu.&lt;br /&gt;
&lt;br /&gt;
'''Lysine ''' is now shown as a '''ball and stick '''display.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Actions menu again and select the colors option.&lt;br /&gt;
&lt;br /&gt;
Select '''by element''' from the sub menu.&lt;br /&gt;
&lt;br /&gt;
|| Click on the '''Actions''' menu again and select the color option.&lt;br /&gt;
&lt;br /&gt;
Select '''by element''' from the sub menu.&lt;br /&gt;
&lt;br /&gt;
On the panel you can see the '''ball and stick''' model in '''rasmol ''' color coding of elements.&lt;br /&gt;
&lt;br /&gt;
Click on '''Select ''' option and clear the selection.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||  Type,&lt;br /&gt;
&lt;br /&gt;
select: Amino acid code and position number (example Phe 80)&lt;br /&gt;
&lt;br /&gt;
Press Enter.&lt;br /&gt;
&lt;br /&gt;
Click on the Actions &amp;gt;&amp;gt; Atoms/Bonds &amp;gt;&amp;gt; Show&lt;br /&gt;
&lt;br /&gt;
Actions &amp;gt;&amp;gt; Atoms/Bonds &amp;gt;&amp;gt; ball and stick&lt;br /&gt;
&lt;br /&gt;
|| I will show the steps for one more '''AMINO ACID Phenylalanine 80'''.&lt;br /&gt;
&lt;br /&gt;
At the command line edit the command as shown.&lt;br /&gt;
&lt;br /&gt;
Delete the number 33.A &lt;br /&gt;
&lt;br /&gt;
and in its place type 80.A, rest of the command remains as such.&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Phenylalanine 80''' is highlighted.&lt;br /&gt;
|| '''Phenylalanine 80''' is highlighted.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Go to '''Actions''' menu and click on '''Show'''.&lt;br /&gt;
&lt;br /&gt;
'''Phenylalanine 80''' is shown in sticks display.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Go to '''Actions''', '''Atoms/Bonds''' and click on '''ball &amp;amp; stick'''.&lt;br /&gt;
&lt;br /&gt;
Go to '''Actions''' again select '''color by element'''.&lt;br /&gt;
&lt;br /&gt;
Click on '''Select''' option and clear the selection.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| Following the same steps, show all the amino acids in the active-site.&lt;br /&gt;
&lt;br /&gt;
Now receptor-ligand complex with the active site amino acids are shown in '''ball and stick''' display. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||  Click on the '''Select''' menu, choose '''Residue''', from the sub menu choose '''LZ1'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Cursor on the panel.&lt;br /&gt;
&lt;br /&gt;
|| To view hydrogen bonds formed by ligand and receptor, select the ligand.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Select''' menu,and choose '''Residue''', from the sub menu choose '''LZ1'''.&lt;br /&gt;
&lt;br /&gt;
On the panel, '''LZ1''' is highlighted in green color. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||  Click on the '''Tools '''menu. &lt;br /&gt;
&lt;br /&gt;
Select '''Structure Analysis'''.&lt;br /&gt;
&lt;br /&gt;
From the sub-menu choose''' FindHBond '''option.&lt;br /&gt;
&lt;br /&gt;
|| Click on the '''Tools '''menu. &lt;br /&gt;
&lt;br /&gt;
Select '''Structure Analysis'''.&lt;br /&gt;
&lt;br /&gt;
From the sub-menu choose''' FindHBond''' option.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|| '''H-Bond Parameter''' dialog-box opens.&lt;br /&gt;
&lt;br /&gt;
Click on the check box against '''Label Hydrogen bond with distance'''.&lt;br /&gt;
&lt;br /&gt;
Click on '''Only find H-bonds with at least one end selected.'''&lt;br /&gt;
&lt;br /&gt;
Click on '''Write information to reply log'''.&lt;br /&gt;
&lt;br /&gt;
Click on the '''OK''' button.&lt;br /&gt;
&lt;br /&gt;
|| '''H-Bond Parameters''' dialog-box opens.&lt;br /&gt;
&lt;br /&gt;
In the dialog box,&lt;br /&gt;
&lt;br /&gt;
Fix the color of the '''hydrogen bond''' by clicking the colored box. &lt;br /&gt;
&lt;br /&gt;
I will select yellow color. &lt;br /&gt;
&lt;br /&gt;
Close the Color selection box.&lt;br /&gt;
&lt;br /&gt;
Fix the line width to 3.0 for a thicker line.&lt;br /&gt;
&lt;br /&gt;
* Click on the check box against '''Label Hydrogen bond with distance'''.&lt;br /&gt;
* Click on '''Only find H-bonds, with at least one end selected'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Uncheck any other check boxes if checked.&lt;br /&gt;
* And click on '''Write in formation to reply log'''.&lt;br /&gt;
&lt;br /&gt;
Click on '''Apply''' and '''OK''' buttons.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
||  Cursor on the panel.&lt;br /&gt;
|| Observe the panel.&lt;br /&gt;
&lt;br /&gt;
'''Hydrogen bonds''' are shown as '''pseudo-bonds''' of specified color and line width.&lt;br /&gt;
&lt;br /&gt;
Here we can see only two hydrogen bonds with '''indazole'''. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|| Click on the''' Favorites''' menu on the menu bar.&lt;br /&gt;
&lt;br /&gt;
From the sub menu select '''Reply log''' option.&lt;br /&gt;
&lt;br /&gt;
|| Details of the bonds can be viewed on the '''Reply log'''.&lt;br /&gt;
&lt;br /&gt;
Open '''Reply log ''' using '''Favorites''' menu.&lt;br /&gt;
&lt;br /&gt;
Click on '''Favorites''' menu.&lt;br /&gt;
&lt;br /&gt;
From the sub menu select '''Reply log''' option.&lt;br /&gt;
&lt;br /&gt;
A pop-up window opens.&lt;br /&gt;
&lt;br /&gt;
Information about each hydrogen bond is given here.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
||  Cursor on the '''Reply log '''pop-up information.&lt;br /&gt;
&lt;br /&gt;
Close the pop-up window.&lt;br /&gt;
&lt;br /&gt;
|| One of the bonds, is formed with '''Leucine''' 83 and '''indazole''' nitrogen.&lt;br /&gt;
&lt;br /&gt;
Another is formed with '''Glutamine''' 81 with hydrogen attached to the nitrogen atom of '''indazole'''. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
||Cursor on the panel.&lt;br /&gt;
||On the panel we can see the hydrogen bond distance.&lt;br /&gt;
&lt;br /&gt;
Close the '''Reply log''' window.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
||  Click on the '''Tools '''menu. &lt;br /&gt;
&lt;br /&gt;
Select '''Structure Analysis''' from the sub-menu choose''' Findclashes/contacts '''option.&lt;br /&gt;
&lt;br /&gt;
|| There is another feature in the''' Tools''' menu under the '''Structure Analysis''' option.&lt;br /&gt;
&lt;br /&gt;
It is '''Findclashes/contacts'''.&lt;br /&gt;
&lt;br /&gt;
A '''dialog box''' opens.&lt;br /&gt;
&lt;br /&gt;
This feature identifies non-polar interactions such as '''Clashes''' and '''Contacts'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
||  Click on '''Designate''' in the '''Find Clashes/Contacts dialog box.'''&lt;br /&gt;
&lt;br /&gt;
|| Let us identify '''contacts''' of the '''LZ1''' with all other atoms.&lt;br /&gt;
&lt;br /&gt;
Ligand is already selected on the panel.&lt;br /&gt;
&lt;br /&gt;
Click on '''Designate''' in the '''Find Clashes/Contacts dialog box.'''&lt;br /&gt;
&lt;br /&gt;
It shows '''10 atoms designated.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on the radio button against “'''All other atoms'''”. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click on the radio button against “'''All other atoms'''”. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Point to '''Include intra-molecule contacts.'''&lt;br /&gt;
&lt;br /&gt;
|| In the '''Clash/Contact Parameters''' section, in the '''Default''' click on the '''Contact''' button.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Under '''Treatment of Clash/Contact Atoms,''' click on the following check boxes.&lt;br /&gt;
&lt;br /&gt;
* '''Select'''&lt;br /&gt;
* '''Draw pseudo-bonds'''&lt;br /&gt;
* '''If endpoint atom hidden'''&lt;br /&gt;
* '''And Write information to reply log'''&lt;br /&gt;
&lt;br /&gt;
|| Under '''Treatment of Clash/Contact Atoms,''' &lt;br /&gt;
&lt;br /&gt;
click on the following check boxes.&lt;br /&gt;
&lt;br /&gt;
* '''Select ''' and &lt;br /&gt;
* '''Draw pseudo-bonds of color'''.&lt;br /&gt;
&lt;br /&gt;
Click on the color box.&lt;br /&gt;
&lt;br /&gt;
In the '''Color Editor ''' window I will select green. &lt;br /&gt;
&lt;br /&gt;
Close the color selector.&lt;br /&gt;
&lt;br /&gt;
Check the check box for, '''Write information to reply log'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the '''OK''' button.&lt;br /&gt;
&lt;br /&gt;
Cursor on the panel.&lt;br /&gt;
&lt;br /&gt;
|| Click on the '''OK''' button.&lt;br /&gt;
&lt;br /&gt;
Observe the panel.&lt;br /&gt;
&lt;br /&gt;
All the contacts of ligand''' LZ1 ''' are shown as green lines. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the '''Favorites '''menu. &lt;br /&gt;
&lt;br /&gt;
Select '''Reply Log ''' from the sub-menu.&lt;br /&gt;
&lt;br /&gt;
Cursor on the '''Reply Log''' window.&lt;br /&gt;
&lt;br /&gt;
|| Open the '''Reply Log '''using the ''' Favorites ''' menu.&lt;br /&gt;
&lt;br /&gt;
'''Atom-atom contacts''' are listed here.&lt;br /&gt;
&lt;br /&gt;
It shows 21 contacts. &lt;br /&gt;
&lt;br /&gt;
The amino acid residues which made the contact with '''LZ1''' are listed here.&lt;br /&gt;
&lt;br /&gt;
Close the dialog-box.&lt;br /&gt;
&lt;br /&gt;
These residues form the binding site for this receptor-ligand complex.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| Most of these active site residues are hydrophobic in nature.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Let us create a surface for this complex colored by amino acid '''hydrophobicity'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| Using the '''Presets''' menu let us analyze the hydrophobic surface for this complex.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click on '''Presets''' on the menu bar. From the drop down select '''Interactive 3 hydrophobicity surface'''.&lt;br /&gt;
&lt;br /&gt;
|| Click on '''Presets''' on the menu bar. &lt;br /&gt;
&lt;br /&gt;
From the drop down select '''Interactive 3 hydrophobicity surface'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| The surface represents blue for the most polar residues, &lt;br /&gt;
&lt;br /&gt;
orange for the most hydrophobic, &lt;br /&gt;
&lt;br /&gt;
white for the neutral amino acids.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
&lt;br /&gt;
Rotate and zoom the structure using the mouse.&lt;br /&gt;
&lt;br /&gt;
|| We will rotate and locate the ligand pocket.&lt;br /&gt;
&lt;br /&gt;
As you notice here, most of the ligand binding pocket is '''hydrophobic'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click on the''' Viewing Controls''' in the '''Tools '''menu.&lt;br /&gt;
&lt;br /&gt;
Select '''Side View''' from the drop down.&lt;br /&gt;
&lt;br /&gt;
|| The interior of the binding pocket can be viewed using the '''Viewing Controls''' in the '''Tools '''menu.&lt;br /&gt;
&lt;br /&gt;
Select '''Side View''' from the drop down.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
||  In the '''Viewing''' window,Check the check box for '''Clip '''at the bottom left.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Surface Capping button'''.&lt;br /&gt;
&lt;br /&gt;
In the pop-up window, check the box for '''cap surfaces at clip planes''' and use cap color and cap style.&lt;br /&gt;
&lt;br /&gt;
Click on the color box next to '''use cap color''' to select the color of the cap. &lt;br /&gt;
&lt;br /&gt;
Click on '''Close''' button&lt;br /&gt;
&lt;br /&gt;
|| A '''Viewing''' window opens.&lt;br /&gt;
&lt;br /&gt;
You will see a viewing eye and two cutting planes in the '''Viewing''' window.&lt;br /&gt;
&lt;br /&gt;
Check the check box for '''Clip '''at the bottom left.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Surface Capping '''button.&lt;br /&gt;
&lt;br /&gt;
'''Surface Capping''' window opens. &lt;br /&gt;
&lt;br /&gt;
Check the box for '''cap surfaces at clip planes''' and use cap color and cap style.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on the color box next to '''use cap color''' to select the color of the cap.&lt;br /&gt;
&lt;br /&gt;
I will select pink.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Close the color editor. &lt;br /&gt;
&lt;br /&gt;
I will select cap style as solid.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on '''Close''' button to close the surface capping window.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Change the position of the viewing eye and clipping planes.&lt;br /&gt;
|| We can change the position of the viewing eye and clipping planes.&lt;br /&gt;
&lt;br /&gt;
Now we can view the interior of the binding pocket clearly.&lt;br /&gt;
&lt;br /&gt;
You can see clearly that the ligand is attached to the '''hydrophobic pocket'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 11'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Conclusion of the Analysis'''&lt;br /&gt;
|| Conclusion of the Analysis&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The ligand is interacting mostly with the hydrophobic residues inside the binding pocket.&lt;br /&gt;
&lt;br /&gt;
We found many non bonding interactions with the hydrophobic residues.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide Number 12'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Conclusion of the Analysis'''&lt;br /&gt;
&lt;br /&gt;
|| Only a few hydrogen bonds a re expected.&lt;br /&gt;
&lt;br /&gt;
We observed only two hydrogen bonds using the '''Structure Analysis tool.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| More hydrophobic groups on the''' indazole '''will increase the interaction and binding with the active site.&lt;br /&gt;
&lt;br /&gt;
We can generate and analyze more conformers to understand the interactions better.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This brings us to the end of this tutorial.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide Number 13'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
|| Let us summarize, &lt;br /&gt;
&lt;br /&gt;
In this tutorial, we have,&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Opened the PDB file for the receptor on the '''Chimera''' interface.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Selected and deleted solvent and other residues from the receptor structure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 14'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
|| Added the most preferred conformation of the ligand obtained after autodock runs to the receptor structure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Showed hydrogen bonds and other interactions of the ligand with the receptor.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 15'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
|| Highlighted the active site residues.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Showed the receptor-ligand surface and active site pocket. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 16'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment'''&lt;br /&gt;
|| As an assignment, &lt;br /&gt;
&lt;br /&gt;
Analyze the dlg files generated for '''1DWD''' receptor-ligand complex using '''UCSF Chimera'''.&lt;br /&gt;
&lt;br /&gt;
https://autodock.scripps.edu/download-autodock4/&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide Number 17'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''About Spoken Tutorial Project '''&lt;br /&gt;
|| &lt;br /&gt;
* The video at the following link summarizes the Spoken Tutorial project. &lt;br /&gt;
* Please download and watch it. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 18'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Spoken tutorial workshops '''&lt;br /&gt;
|| &lt;br /&gt;
* We conduct workshops using spoken tutorials and give certificates. &lt;br /&gt;
* For more details, please write to us. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 19'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Forum'''&lt;br /&gt;
|| Please post your timed queries in this forum. &lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 20'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Acknowledgment '''&lt;br /&gt;
|| Spoken Tutorial project was established by the Ministry of Education (MoE), Govt. of India&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| This tutorial is contributed by Snehalatha Kaliappan, Sruthi Sudhakar and Madhuri Ganapathi from IIT Bombay.&lt;br /&gt;
&lt;br /&gt;
Thank you for joining.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/AutoDock4/C2/Visualizing-Docking-using-UCSF-Chimera/English</id>
		<title>AutoDock4/C2/Visualizing-Docking-using-UCSF-Chimera/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/AutoDock4/C2/Visualizing-Docking-using-UCSF-Chimera/English"/>
				<updated>2024-06-18T09:11:35Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
'''Title of script''': '''Visualizing Docking using UCSF Chimera'''&lt;br /&gt;
&lt;br /&gt;
'''Author: '''Dr.Snehalatha Kaliappan and Sruthi Sudhakar&lt;br /&gt;
&lt;br /&gt;
'''Keywords: '''Autodock4, docking, UCSF Chimera, receptor, ligand, residues, hydrogen bonds, video tutorial.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
|-&lt;br /&gt;
|| Visual Cue&lt;br /&gt;
|| Narration&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 1'''&lt;br /&gt;
&lt;br /&gt;
'''Title Slide'''&lt;br /&gt;
|| Welcome to this spoken tutorial on '''Visualizing Docking using UCSF Chimera.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 2'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
&lt;br /&gt;
|| In this tutorial, we will, &lt;br /&gt;
&lt;br /&gt;
Open the '''PDB '''file for the receptor on the '''Chimera''' interface.&lt;br /&gt;
&lt;br /&gt;
Select and delete solvent and other residues from the receptor structure.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 3'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
&lt;br /&gt;
|| Add the most preferred docking pose of the ligand to the receptor structure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Show hydrogen bonds and other interactions.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 4'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| Highlight the active site residues.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Show the receptor-ligand surface and active site pocket. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 5'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirement'''&lt;br /&gt;
&lt;br /&gt;
|| Here I am using,&lt;br /&gt;
&lt;br /&gt;
'''Ubuntu Linux '''OS version 20.04&lt;br /&gt;
&lt;br /&gt;
AutoDockTools version 1.5.7&lt;br /&gt;
&lt;br /&gt;
UCSF Chimera version 1.17.2&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 6'''&lt;br /&gt;
&lt;br /&gt;
'''Pre-requisites'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''https://spoken-tutorial.org/tutorial-search/?search_foss=UCSF+Chimera&amp;amp;search_language=English'''&lt;br /&gt;
&lt;br /&gt;
|| To follow this tutorial learner should be familiar with,&lt;br /&gt;
&lt;br /&gt;
topics in basic bioinformatics&lt;br /&gt;
&lt;br /&gt;
basic operations on UCSF Chimera interface.&lt;br /&gt;
&lt;br /&gt;
Please refer to the link below for tutorials on UCSF Chimera series.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide number 7'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Code Files'''&lt;br /&gt;
&lt;br /&gt;
|| &lt;br /&gt;
&lt;br /&gt;
* The input files required for this tutorial are available in the '''Code files''' link.&lt;br /&gt;
* Please download and extract the files.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide number 8'''&lt;br /&gt;
&lt;br /&gt;
'''Code Files'''&lt;br /&gt;
&lt;br /&gt;
|| &lt;br /&gt;
* Save the input files in your home directory or working directory&lt;br /&gt;
&lt;br /&gt;
* Make a copy of all the files and then use them for practising.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Double-Click on '''Chimera''' icon on the desktop.&lt;br /&gt;
|| I will open the '''Chimera''' interface by double-clicking on the shortcut icon on my '''Desktop'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Chimera''' interface opens.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click on the '''File''' menu on the main menu bar.&lt;br /&gt;
&lt;br /&gt;
Select '''Open''' option.&lt;br /&gt;
&lt;br /&gt;
From the '''Open file in the Chimera''' dialog-box, select '''2vta.pdb''' option.&lt;br /&gt;
&lt;br /&gt;
|| Let us load the structure of the receptor on the panel.&lt;br /&gt;
&lt;br /&gt;
Click on the '''File''' menu on the main menu bar.&lt;br /&gt;
&lt;br /&gt;
Select '''Open''' option. &lt;br /&gt;
&lt;br /&gt;
'''Open file in Chimera''' dialog-box opens.&lt;br /&gt;
&lt;br /&gt;
From the dialog-box, select '''2vta.pdb''' option.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Open''' button at the bottom. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
&lt;br /&gt;
Click on the Presets menu. &lt;br /&gt;
&lt;br /&gt;
Select '''Interactive 1 (ribbons)''' option.&lt;br /&gt;
&lt;br /&gt;
|| The receptor-ligand complex loads on the panel.&lt;br /&gt;
&lt;br /&gt;
For me the complex opened in ribbons display.&lt;br /&gt;
&lt;br /&gt;
In your case, it may open in a different format. &lt;br /&gt;
&lt;br /&gt;
You can change it to ribbons format using the '''Presets''' menu on the menu bar.&lt;br /&gt;
&lt;br /&gt;
Select '''Interactive 1 (ribbons)''' option to change the display. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
&lt;br /&gt;
Cursor on the ligand.&lt;br /&gt;
&lt;br /&gt;
CELL DIVISION PROTEIN KINASE 2, amino acids 298, chain A&lt;br /&gt;
&lt;br /&gt;
Ligand is small molecule indazole&lt;br /&gt;
&lt;br /&gt;
|| The receptor here is the '''cyclin dependent kinase inhibitor'''. &lt;br /&gt;
&lt;br /&gt;
The ligand is an '''Indazole''' molecule.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the ligand.&lt;br /&gt;
|| We need to delete indazole, glycerol and water molecules from the structure.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click on the '''Select '''menu, from the drop-down select '''Residues '''option.&lt;br /&gt;
&lt;br /&gt;
Cursor on '''GOL, HOH''' and '''LZ1.'''&lt;br /&gt;
&lt;br /&gt;
|| Click on '''Select '''menu, from the drop-down select '''Residue '''option.&lt;br /&gt;
&lt;br /&gt;
The sub-menu shows 3 residues under the A'''ll nonstandard''' category.&lt;br /&gt;
&lt;br /&gt;
'''GOL, HOH '''and''' LZ1''', that is, '''glycerol''', water and '''Indazole''' respectively.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click on '''GOL'''.&lt;br /&gt;
|| Each time I will select a residue, and delete it.&lt;br /&gt;
&lt;br /&gt;
I will click on''' GOL''' which is glycerol. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on glycerol structure.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Actions''' menu, from the drop-down select '''Atoms/Bonds.''' &lt;br /&gt;
&lt;br /&gt;
From the sub-menu select the '''delete''' option.&lt;br /&gt;
&lt;br /&gt;
Cursor on the panel.&lt;br /&gt;
&lt;br /&gt;
|| Glycerol molecules get highlighted on the panel in green color.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Actions''' menu, from the drop-down select '''Atoms/Bonds.''' &lt;br /&gt;
&lt;br /&gt;
From the sub-menu select the '''delete''' option.&lt;br /&gt;
&lt;br /&gt;
Glycerol molecules get deleted from the panel.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click on the '''Select '''menu.&lt;br /&gt;
&lt;br /&gt;
From the drop-down select '''Residues '''option choose HOH/LZ1.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Actions''' menu, from the drop-down select '''Atoms/Bonds.''' &lt;br /&gt;
&lt;br /&gt;
From the sub-menu select the '''Delete''' option.&lt;br /&gt;
&lt;br /&gt;
|| Let us delete water molecules and indazole ligand from the structure.&lt;br /&gt;
&lt;br /&gt;
Select water molecules, they are highlighted in green color. &lt;br /&gt;
&lt;br /&gt;
Delete the water molecules from the structure.&lt;br /&gt;
&lt;br /&gt;
Similarly select indazole molecule and delete it.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| To this receptor structure we will add the best pose conformation of the ligand obtained by '''autodock runs'''.&lt;br /&gt;
 &lt;br /&gt;
|-&lt;br /&gt;
||Click on the '''File''' menu&lt;br /&gt;
&lt;br /&gt;
select '''Open''', '''Open file in Chimera'''.&lt;br /&gt;
&lt;br /&gt;
dialog-box opens.&lt;br /&gt;
&lt;br /&gt;
Click on the '''File''' menu and select '''Open''', '''Open file in Chimera '''dialog-box opens.&lt;br /&gt;
&lt;br /&gt;
Select '''ligand-conf1.pdb''' from the list. &lt;br /&gt;
&lt;br /&gt;
In the '''File type''' field select''' PDB''' from the list.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Open''' button at the bottom of the dialog box.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|| From the '''File''' menu, select '''Open''' option.&lt;br /&gt;
&lt;br /&gt;
'''Open file in Chimera '''dialog-box opens.&lt;br /&gt;
&lt;br /&gt;
From the list of files select the '''pdb''' file containing the best pose of the ligand from the '''autodock runs'''.&lt;br /&gt;
&lt;br /&gt;
We had saved this file earlier as '''ligand-conf1.pdb.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I will select the file from the list. &lt;br /&gt;
&lt;br /&gt;
In the '''File type''' field select''' PDB''' from the list.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Open''' button at the bottom of the dialog box.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| On the panel you can see the best conformation of the '''indazole''' added to the receptor structure.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
||  '''Slide Number 9'''&lt;br /&gt;
&lt;br /&gt;
'''Chimera Tools for Visualization'''.&lt;br /&gt;
&lt;br /&gt;
||  Using tools in '''Chimera''' we can visualize receptor-ligand interactions.&lt;br /&gt;
&lt;br /&gt;
The two kinds of interactions,&lt;br /&gt;
&lt;br /&gt;
* hydrogen bonds and &lt;br /&gt;
* other polar and no n-polar interactions can be visualized.&lt;br /&gt;
&lt;br /&gt;
We can also visualize the active site pocket and surface properties of the receptor.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 10'''&lt;br /&gt;
&lt;br /&gt;
'''Active Site Residues'''&lt;br /&gt;
&lt;br /&gt;
|| From the literature, the following residues form much of the ligand binding pocket: &lt;br /&gt;
&lt;br /&gt;
Lys33, Phe80, Glu81, Phe82, Leu83, His84, Gln85, Asp86, Leu134, and Asp145.&lt;br /&gt;
&lt;br /&gt;
Let us highlight these residues in the structure on the panel.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| Back to the '''Chimera''' interface.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We will use the command line to select and highlight the active site residues.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|| Click on the '''Favorites''' menu.&lt;br /&gt;
&lt;br /&gt;
Select the '''Command Line''' option from the drop down.&lt;br /&gt;
&lt;br /&gt;
|| Click on the '''Favorites''' menu.&lt;br /&gt;
&lt;br /&gt;
Select the '''Command Line''' option from the drop down.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on the '''Command Line''' at the bottom of the interface.&lt;br /&gt;
|| Command line panel opens at the bottom of the interface.&lt;br /&gt;
&lt;br /&gt;
Here you can type the commands in the command field to modify the structure.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Type,&lt;br /&gt;
&lt;br /&gt;
select :33.A&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
Cursor on the panel.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Actions''' menu on the menu bar.&lt;br /&gt;
&lt;br /&gt;
|| To select Lysine at position 33 on chain A, I will type , '''select space colon 33 dot A'''&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
On the panel you can see the outline highlighted on the cartoon display.&lt;br /&gt;
&lt;br /&gt;
We will display this amino acid as the ball and stick model.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Actions''' menu on the menu bar.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Select '''Atoms/Bonds, '''choose '''Show '''from the sub-menu.&lt;br /&gt;
|| Select '''Atoms/Bonds, '''choose '''Show '''from the sub-menu. &lt;br /&gt;
&lt;br /&gt;
Atoms are now displayed as sticks for the '''lysine'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click on the '''Actions''' menu on the menu bar.&lt;br /&gt;
&lt;br /&gt;
Select the '''Atoms/Bonds''' option.&lt;br /&gt;
&lt;br /&gt;
Select '''Ball and stick''' from the menu.&lt;br /&gt;
&lt;br /&gt;
|| Click on the '''Actions''' menu again and select the '''Atoms/Bonds''' option.&lt;br /&gt;
&lt;br /&gt;
Select '''Ball and stick''' from the menu.&lt;br /&gt;
&lt;br /&gt;
'''Lysine ''' is now shown as a '''ball and stick '''display.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Actions menu again and select the colors option.&lt;br /&gt;
&lt;br /&gt;
Select '''by element''' from the sub menu.&lt;br /&gt;
&lt;br /&gt;
|| Click on the '''Actions''' menu again and select the color option.&lt;br /&gt;
&lt;br /&gt;
Select '''by element''' from the sub menu.&lt;br /&gt;
&lt;br /&gt;
On the panel you can see the '''ball and stick''' model in '''rasmol '''color coding of elements.&lt;br /&gt;
&lt;br /&gt;
Click on '''Select '''option and clear the selection.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||  Type,&lt;br /&gt;
&lt;br /&gt;
select: Amino acid code and position number (example Phe 80)&lt;br /&gt;
&lt;br /&gt;
Press Enter.&lt;br /&gt;
&lt;br /&gt;
Click on the Actions &amp;gt;&amp;gt; Atoms/Bonds &amp;gt;&amp;gt; Show&lt;br /&gt;
&lt;br /&gt;
Actions &amp;gt;&amp;gt; Atoms/Bonds &amp;gt;&amp;gt; ball and stick&lt;br /&gt;
&lt;br /&gt;
|| I will show the steps for one more '''AMINO ACID Phenylalanine 80'''.&lt;br /&gt;
&lt;br /&gt;
At the command line edit the command as shown.&lt;br /&gt;
&lt;br /&gt;
Delete number 33.A &lt;br /&gt;
&lt;br /&gt;
and in its place type 80.A, rest of the command remains as such.&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Phenylalanine 80''' is highlighted.&lt;br /&gt;
|| '''Phenylalanine 80''' is highlighted.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Go to '''Actions''' menu and click on '''Show''', '''Phenylalanine 80''' is shown in sticks display.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Go to '''Actions''', '''Atoms/Bonds''' and click on '''ball &amp;amp; stick'''.&lt;br /&gt;
&lt;br /&gt;
Go to '''Actions''' again select '''color by element'''.&lt;br /&gt;
&lt;br /&gt;
Click on '''Select''' option and clear the selection.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| Following the same steps, show all the amino acids in the active-site.&lt;br /&gt;
&lt;br /&gt;
Now receptor-ligand complex with the active site amino acids are shown in '''ball and stick''' display. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||  Click on the '''Select''' menu, choose '''Residue''', from the sub menu choose '''LZ1'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Cursor on the panel.&lt;br /&gt;
&lt;br /&gt;
|| To view hydrogen bonds formed by ligand and receptor, select the ligand.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Select''' menu,and choose '''Residue''', from the sub menu choose '''LZ1'''.&lt;br /&gt;
&lt;br /&gt;
On the panel, '''LZ1''' is highlighted in green color. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
||  Click on the '''Tools '''menu. &lt;br /&gt;
&lt;br /&gt;
Select '''Structure Analysis''' from the sub-menu choose''' FindHBond '''option.&lt;br /&gt;
&lt;br /&gt;
|| Click on the '''Tools '''menu. &lt;br /&gt;
&lt;br /&gt;
Select '''Structure Analysis, '''from the sub-menu choose''' FindHBond '''option.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|| '''H-Bond Parameter''' dialog-box opens.&lt;br /&gt;
&lt;br /&gt;
Click on the check box against '''Label Hydrogen bond with distance'''.&lt;br /&gt;
&lt;br /&gt;
Click on '''Only find H-bonds with at least one end selected.'''&lt;br /&gt;
&lt;br /&gt;
Click on '''Write information to reply log'''.&lt;br /&gt;
&lt;br /&gt;
Click on the '''OK''' button.&lt;br /&gt;
&lt;br /&gt;
|| '''H-Bond Parameters''' dialog-box opens.&lt;br /&gt;
&lt;br /&gt;
In the dialog box,&lt;br /&gt;
&lt;br /&gt;
Fix the color of the '''hydrogen bond''' by clicking the colored box. &lt;br /&gt;
&lt;br /&gt;
I will select yellow color. &lt;br /&gt;
&lt;br /&gt;
Close the Color selection box.&lt;br /&gt;
&lt;br /&gt;
Fix the line width to 3.0 for a thicker line.&lt;br /&gt;
&lt;br /&gt;
* Click on the check box against '''Label Hydrogen bond with distance'''.&lt;br /&gt;
* Click on '''Only find H-bonds, with at least one end selected.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Uncheck any other check boxes if checked.* And click on '''Write in formation to reply log'''.&lt;br /&gt;
&lt;br /&gt;
Click on '''Apply''' and '''OK''' buttons.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
||  Cursor on the panel.&lt;br /&gt;
|| Observe the panel.&lt;br /&gt;
&lt;br /&gt;
'''Hydrogen bonds''' are shown as '''pseudo'''-bonds of specified color and line width.&lt;br /&gt;
&lt;br /&gt;
Here we can see only two hydrogen bonds with '''indazole'''. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|| Click on the''' Favorites''' menu on the menu bar.&lt;br /&gt;
&lt;br /&gt;
From the sub menu select '''Reply log''' option.&lt;br /&gt;
&lt;br /&gt;
|| Details of the bonds can be viewed on the '''Reply log'''.&lt;br /&gt;
&lt;br /&gt;
Open '''Reply log '''using '''Favorites''' menu.&lt;br /&gt;
&lt;br /&gt;
Click on '''Favorites''' menu.&lt;br /&gt;
&lt;br /&gt;
From the sub menu select '''Reply log''' option.&lt;br /&gt;
&lt;br /&gt;
A pop-up window opens.&lt;br /&gt;
&lt;br /&gt;
Information about each hydrogen bond is given here.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
||  Cursor on the '''Reply log '''pop-up information.&lt;br /&gt;
&lt;br /&gt;
Close the pop-up window.&lt;br /&gt;
&lt;br /&gt;
|| One of the bonds, is formed with '''Leucine''' 83 and '''indazole''' nitrogen.&lt;br /&gt;
&lt;br /&gt;
Another is formed with '''Glutamine''' 81 with hydrogen attached to the nitrogen atom of '''indazole'''. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
||Cursor on the panel.&lt;br /&gt;
|| On the panel we can see the hydrogen bond distance.&lt;br /&gt;
&lt;br /&gt;
Close the '''Reply log''' window.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
||  Click on the '''Tools '''menu. &lt;br /&gt;
&lt;br /&gt;
Select '''Structure Analysis''' from the sub-menu choose''' Findclashes/contacts '''option.&lt;br /&gt;
&lt;br /&gt;
|| There is another feature in the''' Tools''' menu under the '''Structure Analysis''' option.&lt;br /&gt;
&lt;br /&gt;
 It is '''Findclashes/contacts'''.&lt;br /&gt;
&lt;br /&gt;
 A '''dialog box''' opens.&lt;br /&gt;
&lt;br /&gt;
This feature identifies non-polar interactions such as '''Clashes''' and '''Contacts'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
||  Click on '''Designate''' in the '''Find Clashes/Contacts dialog box.'''&lt;br /&gt;
&lt;br /&gt;
|| Let us identify '''contacts''' of the '''LZ1''' with all other atoms.&lt;br /&gt;
&lt;br /&gt;
Ligand is already selected on the panel.&lt;br /&gt;
&lt;br /&gt;
Click on '''Designate''' in the '''Find Clashes/Contacts dialog box.'''&lt;br /&gt;
&lt;br /&gt;
It shows '''10 atoms designated.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on the radio button against “'''All other atoms'''”. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click on the radio button against “'''All other atoms'''”. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Point to '''Include intra-molecule contacts.'''&lt;br /&gt;
&lt;br /&gt;
|| In the '''Clash/Contact Parameters''' section, in the '''Default''' click on the '''Contact''' button.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Under '''Treatment of Clash/Contact Atoms,''' click on the following check boxes.&lt;br /&gt;
&lt;br /&gt;
* '''Select'''&lt;br /&gt;
* '''Draw pseudo-bonds'''&lt;br /&gt;
* '''If endpoint atom hidden'''&lt;br /&gt;
* '''And Write information to reply log'''&lt;br /&gt;
&lt;br /&gt;
|| Under '''Treatment of Clash/Contact Atoms,''' &lt;br /&gt;
&lt;br /&gt;
click on the following check boxes.&lt;br /&gt;
&lt;br /&gt;
* '''Select ''' and &lt;br /&gt;
* '''Draw pseudo-bonds of color'''.&lt;br /&gt;
&lt;br /&gt;
Click on the color box.&lt;br /&gt;
&lt;br /&gt;
In the '''Color Editor '''window I will select green. &lt;br /&gt;
&lt;br /&gt;
Close the color selector.&lt;br /&gt;
&lt;br /&gt;
Check the check box for, '''Write information to reply log'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the '''OK''' button.&lt;br /&gt;
&lt;br /&gt;
Cursor on the panel.&lt;br /&gt;
&lt;br /&gt;
|| Click on the '''OK''' button.&lt;br /&gt;
&lt;br /&gt;
Observe the panel.&lt;br /&gt;
&lt;br /&gt;
All the contacts of ligand''' LZ1 '''are shown as green lines. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the '''Favorites '''menu. &lt;br /&gt;
&lt;br /&gt;
Select '''Reply Log ''' from the sub-menu.&lt;br /&gt;
&lt;br /&gt;
Cursor on the '''Reply Log''' window.&lt;br /&gt;
&lt;br /&gt;
|| Open the '''Reply Log '''using the ''' Favorites ''' menu.&lt;br /&gt;
&lt;br /&gt;
'''Atom-atom contacts''' are listed here.&lt;br /&gt;
&lt;br /&gt;
It shows 21 contacts. &lt;br /&gt;
&lt;br /&gt;
The amino acid residues which made the contact with '''LZ1''' are listed here.&lt;br /&gt;
&lt;br /&gt;
Close the dialog-box.&lt;br /&gt;
&lt;br /&gt;
These residues form the binding site for this receptor-ligand complex.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| Most of these active site residues are hydrophobic in nature.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Let us create a surface for this complex colored by amino acid '''hydrophobicity'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| Using the '''Presets''' menu let us analyze the hydrophobic surface for this complex.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click on '''Presets''' on the menu bar. From the drop down select '''Interactive 3 hydrophobicity surface'''.&lt;br /&gt;
&lt;br /&gt;
|| Click on '''Presets''' on the menu bar. &lt;br /&gt;
&lt;br /&gt;
From the drop down select '''Interactive 3 hydrophobicity surface'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| The surface represents blue for the most polar residues, &lt;br /&gt;
&lt;br /&gt;
orange for the most hydrophobic, &lt;br /&gt;
&lt;br /&gt;
white for the neutral amino acids.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
&lt;br /&gt;
Rotate and zoom the structure using the mouse.&lt;br /&gt;
&lt;br /&gt;
|| We will rotate and locate the ligand pocket.&lt;br /&gt;
&lt;br /&gt;
As you notice here, most of the ligand binding pocket is '''hydrophobic'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click on the''' Viewing Controls''' in the '''Tools '''menu.&lt;br /&gt;
&lt;br /&gt;
Select '''Side View''' from the drop down.&lt;br /&gt;
&lt;br /&gt;
|| The interior of the binding pocket can be viewed using the '''Viewing Controls''' in the '''Tools '''menu.&lt;br /&gt;
&lt;br /&gt;
Select '''Side View''' from the drop down.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
||  In the '''Viewing''' window,Check the check box for '''Clip '''at the bottom left.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Surface Capping button'''.&lt;br /&gt;
&lt;br /&gt;
In the pop-up window, check the box for '''cap surfaces at clip planes''' and use cap color and cap style.&lt;br /&gt;
&lt;br /&gt;
Click on the color box next to '''use cap color''' to select the color of the cap. &lt;br /&gt;
&lt;br /&gt;
Click on '''Close''' button&lt;br /&gt;
&lt;br /&gt;
|| A '''Viewing''' window opens.&lt;br /&gt;
&lt;br /&gt;
You will see a viewing eye and two cutting planes in the '''Viewing''' window.&lt;br /&gt;
&lt;br /&gt;
Check the check box for '''Clip '''at the bottom left.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Surface Capping '''button.&lt;br /&gt;
&lt;br /&gt;
'''Surface Capping''' window opens. &lt;br /&gt;
&lt;br /&gt;
Check the box for '''cap surfaces at clip planes''' and use cap color and cap style.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on the color box next to '''use cap color''' to select the color of the cap.&lt;br /&gt;
&lt;br /&gt;
I will select pink.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Close the color editor. &lt;br /&gt;
&lt;br /&gt;
I will select cap style as solid.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on '''Close''' button to close the surface capping window.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Change the position of the viewing eye and clipping planes.&lt;br /&gt;
|| We can change the position of the viewing eye and clipping planes.&lt;br /&gt;
&lt;br /&gt;
Now we can view the interior of the binding pocket clearly.&lt;br /&gt;
&lt;br /&gt;
You can see clearly that the ligand is attached to the '''hydrophobic pocket'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 11'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Conclusion of the Analysis'''&lt;br /&gt;
|| Conclusion of the Analysis&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The ligand is interacting mostly with the hydrophobic residues inside the binding pocket.&lt;br /&gt;
&lt;br /&gt;
We found many non bonding interactions with the hydrophobic residues.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide Number 12'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Conclusion of the Analysis'''&lt;br /&gt;
&lt;br /&gt;
|| Only a few hydrogen bonds a re expected.&lt;br /&gt;
&lt;br /&gt;
We observed only two hydrogen bonds using the '''Structure Analysis tool.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| More hydrophobic groups on the''' indazole '''will increase the interaction and binding with the active site.&lt;br /&gt;
&lt;br /&gt;
We can generate and analyze more conformers to understand the interactions better.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This brings us to the end of this tutorial.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide Number 13'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
|| Let us summarize, &lt;br /&gt;
&lt;br /&gt;
In this tutorial, we have,&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Opened the PDB file for the receptor on the '''Chimera''' interface.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Selected and deleted solvent and other residues from the receptor structure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 14'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
|| Added the most preferred conformation of the ligand obtained after autodock runs to the receptor structure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Showed hydrogen bonds and other interactions of the ligand with the receptor.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 15'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
|| Highlighted the active site residues.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Showed the receptor-ligand surface and active site pocket. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 16'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment'''&lt;br /&gt;
|| As an assignment, &lt;br /&gt;
&lt;br /&gt;
Analyze the dlg files generated for '''1DWD''' receptor-ligand complex using '''UCSF Chimera'''.&lt;br /&gt;
&lt;br /&gt;
https://autodock.scripps.edu/download-autodock4/&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide Number 17'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''About Spoken Tutorial Project '''&lt;br /&gt;
|| &lt;br /&gt;
* The video at the following link summarizes the Spoken Tutorial project. &lt;br /&gt;
* Please download and watch it. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 18'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Spoken tutorial workshops '''&lt;br /&gt;
|| &lt;br /&gt;
* We conduct workshops using spoken tutorials and give certificates. &lt;br /&gt;
* For more details, please write to us. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 19'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Forum'''&lt;br /&gt;
|| Please post your timed queries in this forum. &lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 20'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Acknowledgment '''&lt;br /&gt;
|| Spoken Tutorial project was established by the Ministry of Education (MoE), Govt. of India&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| This tutorial is contributed by Snehalatha Kaliappan, Sruthi Sudhakar and Madhuri Ganapathi from IIT Bombay.&lt;br /&gt;
&lt;br /&gt;
Thank you for joining.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/AutoDock4/C2/Visualizing-Docking-using-UCSF-Chimera/English</id>
		<title>AutoDock4/C2/Visualizing-Docking-using-UCSF-Chimera/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/AutoDock4/C2/Visualizing-Docking-using-UCSF-Chimera/English"/>
				<updated>2024-06-18T09:07:36Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
'''Title of script''': '''Visualizing Docking using UCSF Chimera'''&lt;br /&gt;
&lt;br /&gt;
'''Author: '''Dr.Snehalatha Kaliappan and Sruthi Sudhakar&lt;br /&gt;
&lt;br /&gt;
'''Keywords: '''Autodock4, docking, UCSF Chimera, receptor, ligand, residues, hydrogen bonds, video tutorial.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
|-&lt;br /&gt;
|| Visual Cue&lt;br /&gt;
|| Narration&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 1'''&lt;br /&gt;
&lt;br /&gt;
'''Title Slide'''&lt;br /&gt;
|| Welcome to this spoken tutorial on '''Visualizing Docking using UCSF Chimera.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 2'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
&lt;br /&gt;
|| In this tutorial, we will, &lt;br /&gt;
&lt;br /&gt;
Open the '''PDB '''file for the receptor on the '''Chimera''' interface.&lt;br /&gt;
&lt;br /&gt;
Select and delete solvent and other residues from the receptor structure.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 3'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
&lt;br /&gt;
|| Add the most preferred docking pose of the ligand to the receptor structure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Show hydrogen bonds and other interactions.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 4'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| Highlight the active site residues.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Show the receptor-ligand surface and active site pocket. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 5'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirement'''&lt;br /&gt;
&lt;br /&gt;
|| Here I am using,&lt;br /&gt;
&lt;br /&gt;
'''Ubuntu Linux '''OS version 20.04&lt;br /&gt;
&lt;br /&gt;
AutoDockTools version 1.5.7&lt;br /&gt;
&lt;br /&gt;
UCSF Chimera version 1.17.2&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 6'''&lt;br /&gt;
&lt;br /&gt;
'''Pre-requisites'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''https://spoken-tutorial.org/tutorial-search/?search_foss=UCSF+Chimera&amp;amp;search_language=English'''&lt;br /&gt;
&lt;br /&gt;
|| To follow this tutorial learner should be familiar with,&lt;br /&gt;
&lt;br /&gt;
topics in basic bioinformatics&lt;br /&gt;
&lt;br /&gt;
basic operations on UCSF Chimera interface.&lt;br /&gt;
&lt;br /&gt;
Please refer to the link below for tutorials on UCSF Chimera series.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide number 7'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Code Files'''&lt;br /&gt;
&lt;br /&gt;
|| &lt;br /&gt;
&lt;br /&gt;
* The input files required for this tutorial are available in the '''Code files''' link.&lt;br /&gt;
* Please download and extract the files.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide number 8'''&lt;br /&gt;
&lt;br /&gt;
'''Code Files'''&lt;br /&gt;
&lt;br /&gt;
|| &lt;br /&gt;
* Save the input files in your home directory or working directory&lt;br /&gt;
&lt;br /&gt;
* Make a copy of all the files and then use them for practising.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Double-Click on '''Chimera''' icon on the desktop.&lt;br /&gt;
|| I will open the '''Chimera''' interface by double-clicking on the shortcut icon on my '''Desktop'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Chimera''' interface opens.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click on the '''File''' menu on the main menu bar.&lt;br /&gt;
&lt;br /&gt;
Select '''Open''' option.&lt;br /&gt;
&lt;br /&gt;
From the '''Open file in the Chimera''' dialog-box, select '''2vta.pdb''' option.&lt;br /&gt;
&lt;br /&gt;
|| Let us load the structure of the receptor on the panel.&lt;br /&gt;
&lt;br /&gt;
Click on the '''File''' menu on the main menu bar.&lt;br /&gt;
&lt;br /&gt;
Select '''Open''' option. &lt;br /&gt;
&lt;br /&gt;
'''Open file in Chimera''' dialog-box opens.&lt;br /&gt;
&lt;br /&gt;
From the dialog-box, select '''2vta.pdb''' option.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Open''' button at the bottom. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
&lt;br /&gt;
Click on the Presets menu. &lt;br /&gt;
&lt;br /&gt;
Select '''Interactive 1 (ribbons)''' option.&lt;br /&gt;
&lt;br /&gt;
|| The receptor-ligand complex loads on the panel.&lt;br /&gt;
&lt;br /&gt;
For me the complex opened in ribbons display.&lt;br /&gt;
&lt;br /&gt;
In your case, it may open in a different format. &lt;br /&gt;
&lt;br /&gt;
You can change it to ribbons format using the '''Presets''' menu on the menu bar.&lt;br /&gt;
&lt;br /&gt;
Select '''Interactive 1 (ribbons)''' option to change the display. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
&lt;br /&gt;
Cursor on the ligand.&lt;br /&gt;
&lt;br /&gt;
CELL DIVISION PROTEIN KINASE 2, amino acids 298, chain A&lt;br /&gt;
&lt;br /&gt;
Ligand is small molecule indazole&lt;br /&gt;
&lt;br /&gt;
|| The receptor here is the '''cyclin dependent kinase inhibitor'''. &lt;br /&gt;
&lt;br /&gt;
The ligand is an '''Indazole''' molecule.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the ligand.&lt;br /&gt;
|| We need to delete indazole, glycerol and water molecules from the structure.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click on the '''Select '''menu, from the drop-down select '''Residues '''option.&lt;br /&gt;
&lt;br /&gt;
Cursor on '''GOL, HOH''' and '''LZ1.'''&lt;br /&gt;
&lt;br /&gt;
|| Click on '''Select '''menu, from the drop-down select '''Residue '''option.&lt;br /&gt;
&lt;br /&gt;
The sub-menu shows 3 residues under the A'''ll nonstandard''' category.&lt;br /&gt;
&lt;br /&gt;
'''GOL, HOH '''and''' LZ1''', that is, '''glycerol''', water and '''Indazole''' respectively.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click on '''GOL'''.&lt;br /&gt;
|| Each time I will select a residue, and delete it.&lt;br /&gt;
&lt;br /&gt;
I will click on''' GOL''' which is glycerol. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on glycerol structure.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Actions''' menu, from the drop-down select '''Atoms/Bonds.''' &lt;br /&gt;
&lt;br /&gt;
From the sub-menu select the '''delete''' option.&lt;br /&gt;
&lt;br /&gt;
Cursor on the panel.&lt;br /&gt;
&lt;br /&gt;
|| Glycerol molecules get highlighted on the panel in green color.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Actions''' menu, from the drop-down select '''Atoms/Bonds.''' &lt;br /&gt;
&lt;br /&gt;
From the sub-menu select the '''delete''' option.&lt;br /&gt;
&lt;br /&gt;
Glycerol molecules get deleted from the panel.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click on the '''Select '''menu.&lt;br /&gt;
&lt;br /&gt;
From the drop-down select '''Residues '''option choose HOH/LZ1.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Actions''' menu, from the drop-down select '''Atoms/Bonds.''' &lt;br /&gt;
&lt;br /&gt;
From the sub-menu select the '''Delete''' option.&lt;br /&gt;
&lt;br /&gt;
|| Let us delete water molecules and indazole ligand from the structure.&lt;br /&gt;
&lt;br /&gt;
Select water molecules, they are highlighted in green color. &lt;br /&gt;
&lt;br /&gt;
Delete the water molecules from the structure.&lt;br /&gt;
&lt;br /&gt;
Similarly select indazole molecule and delete it.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| To this receptor structure we will add the best pose conformation of the ligand obtained by '''autodock runs'''.&lt;br /&gt;
 &lt;br /&gt;
|-&lt;br /&gt;
||Click on the '''File''' menu&lt;br /&gt;
&lt;br /&gt;
select '''Open''', '''Open file in Chimera'''.&lt;br /&gt;
&lt;br /&gt;
dialog-box opens.&lt;br /&gt;
|| Click on the '''File''' menu and select '''Open''', '''Open file in Chimera '''dialog-box opens.&lt;br /&gt;
&lt;br /&gt;
Select '''ligand-conf1.pdb''' from the list. &lt;br /&gt;
&lt;br /&gt;
In the '''File type''' field select''' PDB''' from the list.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Open''' button at the bottom of the dialog box.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|| From the '''File''' menu, select '''Open''' option.&lt;br /&gt;
&lt;br /&gt;
'''Open file in Chimera '''dialog-box opens.&lt;br /&gt;
&lt;br /&gt;
From the list of files select the '''pdb''' file containing the best pose of the ligand from the '''autodock runs'''.&lt;br /&gt;
&lt;br /&gt;
We had saved this file earlier as '''ligand-conf1.pdb.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I will select the file from the list. &lt;br /&gt;
&lt;br /&gt;
In the '''File type''' field select''' PDB''' from the list.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Open''' button at the bottom of the dialog box.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| On the panel you can see the best conformation of the '''indazole''' added to the receptor structure.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
||  '''Slide Number 9'''&lt;br /&gt;
&lt;br /&gt;
'''Chimera Tools for Visualization'''.&lt;br /&gt;
&lt;br /&gt;
||  Using tools in '''Chimera''' we can visualize receptor-ligand interactions.&lt;br /&gt;
&lt;br /&gt;
The two kinds of interactions,&lt;br /&gt;
&lt;br /&gt;
* hydrogen bonds and &lt;br /&gt;
* other polar and no n-polar interactions can be visualized.&lt;br /&gt;
&lt;br /&gt;
We can also visualize the active site pocket and surface properties of the receptor.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 10'''&lt;br /&gt;
&lt;br /&gt;
'''Active Site Residues'''&lt;br /&gt;
&lt;br /&gt;
|| From the literature, the following residues form much of the ligand binding pocket: &lt;br /&gt;
&lt;br /&gt;
Lys33, Phe80, Glu81, Phe82, Leu83, His84, Gln85, Asp86, Leu134, and Asp145.&lt;br /&gt;
&lt;br /&gt;
Let us highlight these residues in the structure on the panel.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| Back to the '''Chimera''' interface.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We will use the command line to select and highlight the active site residues.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|| Click on the '''Favorites''' menu.&lt;br /&gt;
&lt;br /&gt;
Select the '''Command Line''' option from the drop down.&lt;br /&gt;
&lt;br /&gt;
|| Click on the '''Favorites''' menu.&lt;br /&gt;
&lt;br /&gt;
Select the '''Command Line''' option from the drop down.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on the '''Command Line''' at the bottom of the interface.&lt;br /&gt;
|| Command line panel opens at the bottom of the interface.&lt;br /&gt;
&lt;br /&gt;
Here you can type the commands in the command field to modify the structure.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Type,&lt;br /&gt;
&lt;br /&gt;
select :33.A&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
Cursor on the panel.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Actions''' menu on the menu bar.&lt;br /&gt;
&lt;br /&gt;
|| To select Lysine at position 33 on chain A, I will type , '''select space colon 33 dot A'''&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
On the panel you can see the outline highlighted on the cartoon display.&lt;br /&gt;
&lt;br /&gt;
We will display this amino acid as the ball and stick model.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Actions''' menu on the menu bar.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Select '''Atoms/Bonds, '''choose '''Show '''from the sub-menu.&lt;br /&gt;
|| Select '''Atoms/Bonds, '''choose '''Show '''from the sub-menu. &lt;br /&gt;
&lt;br /&gt;
Atoms are now displayed as sticks for the '''lysine'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click on the '''Actions''' menu on the menu bar.&lt;br /&gt;
&lt;br /&gt;
Select the '''Atoms/Bonds''' option.&lt;br /&gt;
&lt;br /&gt;
Select '''Ball and stick''' from the menu.&lt;br /&gt;
&lt;br /&gt;
|| Click on the '''Actions''' menu again and select the '''Atoms/Bonds''' option.&lt;br /&gt;
&lt;br /&gt;
Select '''Ball and stick''' from the menu.&lt;br /&gt;
&lt;br /&gt;
'''Lysine ''' is now shown as a '''ball and stick '''display.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Actions menu again and select the colors option.&lt;br /&gt;
&lt;br /&gt;
Select '''by element''' from the sub menu.&lt;br /&gt;
&lt;br /&gt;
|| Click on the '''Actions''' menu again and select the color option.&lt;br /&gt;
&lt;br /&gt;
Select '''by element''' from the sub menu.&lt;br /&gt;
&lt;br /&gt;
On the panel you can see the '''ball and stick''' model in '''rasmol '''color coding of elements.&lt;br /&gt;
&lt;br /&gt;
Click on '''Select '''option and clear the selection.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||  Type,&lt;br /&gt;
&lt;br /&gt;
select: Amino acid code and position number (example Phe 80)&lt;br /&gt;
&lt;br /&gt;
Press Enter.&lt;br /&gt;
&lt;br /&gt;
Click on the Actions &amp;gt;&amp;gt; Atoms/Bonds &amp;gt;&amp;gt; Show&lt;br /&gt;
&lt;br /&gt;
Actions &amp;gt;&amp;gt; Atoms/Bonds &amp;gt;&amp;gt; ball and stick&lt;br /&gt;
&lt;br /&gt;
|| I will show the steps for one more '''AMINO ACID Phenylalanine 80'''.&lt;br /&gt;
&lt;br /&gt;
At the command line edit the command as shown.&lt;br /&gt;
&lt;br /&gt;
Delete number 33.A &lt;br /&gt;
&lt;br /&gt;
and in its place type 80.A, rest of the command remains as such.&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Phenylalanine 80''' is highlighted.&lt;br /&gt;
|| '''Phenylalanine 80''' is highlighted.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Go to '''Actions''' menu and click on '''Show''', '''Phenylalanine 80''' is shown in sticks display.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Go to '''Actions''', '''Atoms/Bonds''' and click on '''ball &amp;amp; stick'''.&lt;br /&gt;
&lt;br /&gt;
Go to '''Actions''' again select '''color by element'''.&lt;br /&gt;
&lt;br /&gt;
Click on '''Select''' option and clear the selection.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| Following the same steps, show all the amino acids in the active-site.&lt;br /&gt;
&lt;br /&gt;
Now receptor-ligand complex with the active site amino acids are shown in '''ball and stick''' display. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||  Click on the '''Select''' menu, choose '''Residue''', from the sub menu choose '''LZ1'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Cursor on the panel.&lt;br /&gt;
&lt;br /&gt;
|| To view hydrogen bonds formed by ligand and receptor, select the ligand.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Select''' menu,and choose '''Residue''', from the sub menu choose '''LZ1'''.&lt;br /&gt;
&lt;br /&gt;
On the panel, '''LZ1''' is highlighted in green color. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
||  Click on the '''Tools '''menu. &lt;br /&gt;
&lt;br /&gt;
Select '''Structure Analysis''' from the sub-menu choose''' FindHBond '''option.&lt;br /&gt;
&lt;br /&gt;
|| Click on the '''Tools '''menu. &lt;br /&gt;
&lt;br /&gt;
Select '''Structure Analysis, '''from the sub-menu choose''' FindHBond '''option.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|| '''H-Bond Parameter''' dialog-box opens.&lt;br /&gt;
&lt;br /&gt;
Click on the check box against '''Label Hydrogen bond with distance'''.&lt;br /&gt;
&lt;br /&gt;
Click on '''Only find H-bonds with at least one end selected.'''&lt;br /&gt;
&lt;br /&gt;
Click on '''Write information to reply log'''.&lt;br /&gt;
&lt;br /&gt;
Click on the '''OK''' button.&lt;br /&gt;
&lt;br /&gt;
|| '''H-Bond Parameters''' dialog-box opens.&lt;br /&gt;
&lt;br /&gt;
In the dialog box,&lt;br /&gt;
&lt;br /&gt;
Fix the color of the '''hydrogen bond''' by clicking the colored box. &lt;br /&gt;
&lt;br /&gt;
I will select yellow color. &lt;br /&gt;
&lt;br /&gt;
Close the Color selection box.&lt;br /&gt;
&lt;br /&gt;
Fix the line width to 3.0 for a thicker line.&lt;br /&gt;
&lt;br /&gt;
* Click on the check box against '''Label Hydrogen bond with distance'''.&lt;br /&gt;
* Click on '''Only find H-bonds, with at least one end selected.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Uncheck any other check boxes if checked.* And click on '''Write in formation to reply log'''.&lt;br /&gt;
&lt;br /&gt;
Click on '''Apply''' and '''OK''' buttons.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
||  Cursor on the panel.&lt;br /&gt;
|| Observe the panel.&lt;br /&gt;
&lt;br /&gt;
'''Hydrogen bonds''' are shown as '''pseudo'''-bonds of specified color and line width.&lt;br /&gt;
&lt;br /&gt;
Here we can see only two hydrogen bonds with '''indazole'''. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|| Click on the''' Favorites''' menu on the menu bar.&lt;br /&gt;
&lt;br /&gt;
From the sub menu select '''Reply log''' option.&lt;br /&gt;
&lt;br /&gt;
|| Details of the bonds can be viewed on the '''Reply log'''.&lt;br /&gt;
&lt;br /&gt;
Open '''Reply log '''using '''Favorites''' menu.&lt;br /&gt;
&lt;br /&gt;
Click on '''Favorites''' menu.&lt;br /&gt;
&lt;br /&gt;
From the sub menu select '''Reply log''' option.&lt;br /&gt;
&lt;br /&gt;
A pop-up window opens.&lt;br /&gt;
&lt;br /&gt;
Information about each hydrogen bond is given here.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
||  Cursor on the '''Reply log '''pop-up information.&lt;br /&gt;
&lt;br /&gt;
Close the pop-up window.&lt;br /&gt;
&lt;br /&gt;
|| One of the bonds, is formed with '''Leucine''' 83 and '''indazole''' nitrogen.&lt;br /&gt;
&lt;br /&gt;
Another is formed with '''Glutamine''' 81 with hydrogen attached to the nitrogen atom of '''indazole'''. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
||Cursor on the panel.&lt;br /&gt;
|| On the panel we can see the hydrogen bond distance.&lt;br /&gt;
&lt;br /&gt;
Close the '''Reply log''' window.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
||  Click on the '''Tools '''menu. &lt;br /&gt;
&lt;br /&gt;
Select '''Structure Analysis''' from the sub-menu choose''' Findclashes/contacts '''option.&lt;br /&gt;
&lt;br /&gt;
|| There is another feature in the''' Tools''' menu under the '''Structure Analysis''' option.&lt;br /&gt;
&lt;br /&gt;
 It is '''Findclashes/contacts'''.&lt;br /&gt;
&lt;br /&gt;
 A '''dialog box''' opens.&lt;br /&gt;
&lt;br /&gt;
This feature identifies non-polar interactions such as '''Clashes''' and '''Contacts'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
||  Click on '''Designate''' in the '''Find Clashes/Contacts dialog box.'''&lt;br /&gt;
&lt;br /&gt;
|| Let us identify '''contacts''' of the '''LZ1''' with all other atoms.&lt;br /&gt;
&lt;br /&gt;
Ligand is already selected on the panel.&lt;br /&gt;
&lt;br /&gt;
Click on '''Designate''' in the '''Find Clashes/Contacts dialog box.'''&lt;br /&gt;
&lt;br /&gt;
It shows '''10 atoms designated.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on the radio button against “'''All other atoms'''”. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click on the radio button against “'''All other atoms'''”. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Point to '''Include intra-molecule contacts.'''&lt;br /&gt;
&lt;br /&gt;
|| In the '''Clash/Contact Parameters''' section, in the '''Default''' click on the '''Contact''' button.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Under '''Treatment of Clash/Contact Atoms,''' click on the following check boxes.&lt;br /&gt;
&lt;br /&gt;
* '''Select'''&lt;br /&gt;
* '''Draw pseudo-bonds'''&lt;br /&gt;
* '''If endpoint atom hidden'''&lt;br /&gt;
* '''And Write information to reply log'''&lt;br /&gt;
&lt;br /&gt;
|| Under '''Treatment of Clash/Contact Atoms,''' &lt;br /&gt;
&lt;br /&gt;
click on the following check boxes.&lt;br /&gt;
&lt;br /&gt;
* '''Select ''' and &lt;br /&gt;
* '''Draw pseudo-bonds of color'''.&lt;br /&gt;
&lt;br /&gt;
Click on the color box.&lt;br /&gt;
&lt;br /&gt;
In the '''Color Editor '''window I will select green. &lt;br /&gt;
&lt;br /&gt;
Close the color selector.&lt;br /&gt;
&lt;br /&gt;
Check the check box for, '''Write information to reply log'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the '''OK''' button.&lt;br /&gt;
&lt;br /&gt;
Cursor on the panel.&lt;br /&gt;
&lt;br /&gt;
|| Click on the '''OK''' button.&lt;br /&gt;
&lt;br /&gt;
Observe the panel.&lt;br /&gt;
&lt;br /&gt;
All the contacts of ligand''' LZ1 '''are shown as green lines. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the '''Favorites '''menu. &lt;br /&gt;
&lt;br /&gt;
Select '''Reply Log ''' from the sub-menu.&lt;br /&gt;
&lt;br /&gt;
Cursor on the '''Reply Log''' window.&lt;br /&gt;
&lt;br /&gt;
|| Open the '''Reply Log '''using the ''' Favorites ''' menu.&lt;br /&gt;
&lt;br /&gt;
'''Atom-atom contacts''' are listed here.&lt;br /&gt;
&lt;br /&gt;
It shows 21 contacts. &lt;br /&gt;
&lt;br /&gt;
The amino acid residues which made the contact with '''LZ1''' are listed here.&lt;br /&gt;
&lt;br /&gt;
Close the dialog-box.&lt;br /&gt;
&lt;br /&gt;
These residues form the binding site for this receptor-ligand complex.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| Most of these active site residues are hydrophobic in nature.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Let us create a surface for this complex colored by amino acid '''hydrophobicity'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| Using the '''Presets''' menu let us analyze the hydrophobic surface for this complex.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click on '''Presets''' on the menu bar. From the drop down select '''Interactive 3 hydrophobicity surface'''.&lt;br /&gt;
&lt;br /&gt;
|| Click on '''Presets''' on the menu bar. &lt;br /&gt;
&lt;br /&gt;
From the drop down select '''Interactive 3 hydrophobicity surface'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| The surface represents blue for the most polar residues, &lt;br /&gt;
&lt;br /&gt;
orange for the most hydrophobic, &lt;br /&gt;
&lt;br /&gt;
white for the neutral amino acids.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
&lt;br /&gt;
Rotate and zoom the structure using the mouse.&lt;br /&gt;
&lt;br /&gt;
|| We will rotate and locate the ligand pocket.&lt;br /&gt;
&lt;br /&gt;
As you notice here, most of the ligand binding pocket is '''hydrophobic'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click on the''' Viewing Controls''' in the '''Tools '''menu.&lt;br /&gt;
&lt;br /&gt;
Select '''Side View''' from the drop down.&lt;br /&gt;
&lt;br /&gt;
|| The interior of the binding pocket can be viewed using the '''Viewing Controls''' in the '''Tools '''menu.&lt;br /&gt;
&lt;br /&gt;
Select '''Side View''' from the drop down.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
||  In the '''Viewing''' window,Check the check box for '''Clip '''at the bottom left.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Surface Capping button'''.&lt;br /&gt;
&lt;br /&gt;
In the pop-up window, check the box for '''cap surfaces at clip planes''' and use cap color and cap style.&lt;br /&gt;
&lt;br /&gt;
Click on the color box next to '''use cap color''' to select the color of the cap. &lt;br /&gt;
&lt;br /&gt;
Click on '''Close''' button&lt;br /&gt;
&lt;br /&gt;
|| A '''Viewing''' window opens.&lt;br /&gt;
&lt;br /&gt;
You will see a viewing eye and two cutting planes in the '''Viewing''' window.&lt;br /&gt;
&lt;br /&gt;
Check the check box for '''Clip '''at the bottom left.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Surface Capping '''button.&lt;br /&gt;
&lt;br /&gt;
'''Surface Capping''' window opens. &lt;br /&gt;
&lt;br /&gt;
Check the box for '''cap surfaces at clip planes''' and use cap color and cap style.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on the color box next to '''use cap color''' to select the color of the cap.&lt;br /&gt;
&lt;br /&gt;
I will select pink.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Close the color editor. &lt;br /&gt;
&lt;br /&gt;
I will select cap style as solid.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on '''Close''' button to close the surface capping window.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Change the position of the viewing eye and clipping planes.&lt;br /&gt;
|| We can change the position of the viewing eye and clipping planes.&lt;br /&gt;
&lt;br /&gt;
Now we can view the interior of the binding pocket clearly.&lt;br /&gt;
&lt;br /&gt;
You can see clearly that the ligand is attached to the '''hydrophobic pocket'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 11'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Conclusion of the Analysis'''&lt;br /&gt;
|| Conclusion of the Analysis&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The ligand is interacting mostly with the hydrophobic residues inside the binding pocket.&lt;br /&gt;
&lt;br /&gt;
We found many non bonding interactions with the hydrophobic residues.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide Number 12'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Conclusion of the Analysis'''&lt;br /&gt;
&lt;br /&gt;
|| Only a few hydrogen bonds a re expected.&lt;br /&gt;
&lt;br /&gt;
We observed only two hydrogen bonds using the '''Structure Analysis tool.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| More hydrophobic groups on the''' indazole '''will increase the interaction and binding with the active site.&lt;br /&gt;
&lt;br /&gt;
We can generate and analyze more conformers to understand the interactions better.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This brings us to the end of this tutorial.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide Number 13'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
|| Let us summarize, &lt;br /&gt;
&lt;br /&gt;
In this tutorial, we have,&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Opened the PDB file for the receptor on the '''Chimera''' interface.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Selected and deleted solvent and other residues from the receptor structure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 14'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
|| Added the most preferred conformation of the ligand obtained after autodock runs to the receptor structure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Showed hydrogen bonds and other interactions of the ligand with the receptor.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 15'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
|| Highlighted the active site residues.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Showed the receptor-ligand surface and active site pocket. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 16'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment'''&lt;br /&gt;
|| As an assignment, &lt;br /&gt;
&lt;br /&gt;
Analyze the dlg files generated for '''1DWD''' receptor-ligand complex using '''UCSF Chimera'''.&lt;br /&gt;
&lt;br /&gt;
https://autodock.scripps.edu/download-autodock4/&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide Number 17'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''About Spoken Tutorial Project '''&lt;br /&gt;
|| &lt;br /&gt;
* The video at the following link summarizes the Spoken Tutorial project. &lt;br /&gt;
* Please download and watch it. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 18'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Spoken tutorial workshops '''&lt;br /&gt;
|| &lt;br /&gt;
* We conduct workshops using spoken tutorials and give certificates. &lt;br /&gt;
* For more details, please write to us. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 19'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Forum'''&lt;br /&gt;
|| Please post your timed queries in this forum. &lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 20'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Acknowledgment '''&lt;br /&gt;
|| Spoken Tutorial project was established by the Ministry of Education (MoE), Govt. of India&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| This tutorial is contributed by Snehalatha Kaliappan, Sruthi Sudhakar and Madhuri Ganapathi from IIT Bombay.&lt;br /&gt;
&lt;br /&gt;
Thank you for joining.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/AutoDock4/C2/Visualizing-Docking-using-UCSF-Chimera/English</id>
		<title>AutoDock4/C2/Visualizing-Docking-using-UCSF-Chimera/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/AutoDock4/C2/Visualizing-Docking-using-UCSF-Chimera/English"/>
				<updated>2024-06-14T12:26:18Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: Created page with &amp;quot;   '''Title of script''': '''Visualizing Docking using UCSF Chimera'''  '''Author: '''Dr.Snehalatha Kaliappan and Sruthi Sudhakar  '''Keywords: '''Autodock4, docking, UCSF Chi...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
 '''Title of script''': '''Visualizing Docking using UCSF Chimera'''&lt;br /&gt;
&lt;br /&gt;
'''Author: '''Dr.Snehalatha Kaliappan and Sruthi Sudhakar&lt;br /&gt;
&lt;br /&gt;
'''Keywords: '''Autodock4, docking, UCSF Chimera, receptor, ligand, residues, hydrogen bonds, video tutorial.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
|-&lt;br /&gt;
|| Visual Cue&lt;br /&gt;
|| Narration&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 1'''&lt;br /&gt;
&lt;br /&gt;
'''Title Slide'''&lt;br /&gt;
|| Welcome to this spoken tutorial on '''Visualizing Docking using UCSF Chimera.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 2'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
&lt;br /&gt;
|| In this tutorial, we will, &lt;br /&gt;
&lt;br /&gt;
Open the '''PDB '''file for the receptor on the '''Chimera''' interface.&lt;br /&gt;
&lt;br /&gt;
Select and delete solvent and other residues from the receptor structure.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 3'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
&lt;br /&gt;
|| Add the most preferred docking pose of the ligand to the receptor structure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Show hydrogen bonds and other interactions.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 4'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| Highlight the active site residues.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Show the receptor-ligand surface and active site pocket. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 5'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirement'''&lt;br /&gt;
&lt;br /&gt;
|| Here I am using,&lt;br /&gt;
&lt;br /&gt;
'''Ubuntu Linux '''OS version 20.04&lt;br /&gt;
&lt;br /&gt;
AutoDockTools version 1.5.7&lt;br /&gt;
&lt;br /&gt;
UCSF Chimera version 1.17.2&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 6'''&lt;br /&gt;
&lt;br /&gt;
'''Pre-requisites'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''https://spoken-tutorial.org/tutorial-search/?search_foss=UCSF+Chimera&amp;amp;search_language=English'''&lt;br /&gt;
&lt;br /&gt;
|| To follow this tutorial learner should be familiar with,&lt;br /&gt;
&lt;br /&gt;
topics in basic bioinformatics&lt;br /&gt;
&lt;br /&gt;
basic operations on UCSF Chimera interface.&lt;br /&gt;
&lt;br /&gt;
Please refer to the link below for tutorials on UCSF Chimera series.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide number 7'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Code Files'''&lt;br /&gt;
&lt;br /&gt;
|| &lt;br /&gt;
&lt;br /&gt;
* The input files required for this tutorial are available in the '''Code files''' link.&lt;br /&gt;
* Please download and extract the files.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide number 8'''&lt;br /&gt;
&lt;br /&gt;
'''Code Files'''&lt;br /&gt;
&lt;br /&gt;
|| &lt;br /&gt;
* Save the input files in your home directory or working directory&lt;br /&gt;
&lt;br /&gt;
* Make a copy of all the files and then use them for practising.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Double-Click on '''Chimera''' icon on the desktop.&lt;br /&gt;
|| I will open the '''Chimera''' interface by double-clicking on the shortcut icon on my '''Desktop'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Chimera''' interface opens.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click on the '''File''' menu on the main menu bar.&lt;br /&gt;
&lt;br /&gt;
Select '''Open''' option.&lt;br /&gt;
&lt;br /&gt;
From the '''Open file in the Chimera''' dialog-box, select '''2vta.pdb''' option.&lt;br /&gt;
&lt;br /&gt;
|| Let us load the structure of the receptor on the panel.&lt;br /&gt;
&lt;br /&gt;
Click on the '''File''' menu on the main menu bar.&lt;br /&gt;
&lt;br /&gt;
Select '''Open''' option. &lt;br /&gt;
&lt;br /&gt;
'''Open file in Chimera''' dialog-box opens.&lt;br /&gt;
&lt;br /&gt;
From the dialog-box, select '''2vta.pdb''' option.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Open''' button at the bottom. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
&lt;br /&gt;
Click on the Presets menu. &lt;br /&gt;
&lt;br /&gt;
Select '''Interactive 1 (ribbons)''' option.&lt;br /&gt;
&lt;br /&gt;
|| The receptor-ligand complex loads on the panel.&lt;br /&gt;
&lt;br /&gt;
For me the complex opened in ribbons display.&lt;br /&gt;
&lt;br /&gt;
In your case, it may open in a different format. &lt;br /&gt;
&lt;br /&gt;
You can change it to ribbons format using the '''Presets''' menu on the menu bar.&lt;br /&gt;
&lt;br /&gt;
Select '''Interactive 1 (ribbons)''' option to change the display. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
&lt;br /&gt;
Cursor on the ligand.&lt;br /&gt;
&lt;br /&gt;
CELL DIVISION PROTEIN KINASE 2, amino acids 298, chain A&lt;br /&gt;
&lt;br /&gt;
Ligand is small molecule indazole&lt;br /&gt;
&lt;br /&gt;
|| The receptor here is the '''cyclin dependent kinase inhibitor'''. &lt;br /&gt;
&lt;br /&gt;
The ligand is an '''Indazole''' molecule.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the ligand.&lt;br /&gt;
|| We need to delete indazole, glycerol and water molecules from the structure.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click on the '''Select '''menu, from the drop-down select '''Residues '''option.&lt;br /&gt;
&lt;br /&gt;
Cursor on '''GOL, HOH''' and '''LZ1.'''&lt;br /&gt;
&lt;br /&gt;
|| Click on '''Select '''menu, from the drop-down select '''Residue '''option.&lt;br /&gt;
&lt;br /&gt;
The sub-menu shows 3 residues under the A'''ll nonstandard''' category.&lt;br /&gt;
&lt;br /&gt;
'''GOL, HOH '''and''' LZ1''', that is, '''glycerol''', water and '''Indazole''' respectively.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click on '''GOL'''.&lt;br /&gt;
|| Each time I will select a residue, and delete it.&lt;br /&gt;
&lt;br /&gt;
I will click on''' GOL''' which is glycerol. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on glycerol structure.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Actions''' menu, from the drop-down select '''Atoms/Bonds.''' &lt;br /&gt;
&lt;br /&gt;
From the sub-menu select the '''delete''' option.&lt;br /&gt;
&lt;br /&gt;
Cursor on the panel.&lt;br /&gt;
&lt;br /&gt;
|| Glycerol molecules get highlighted on the panel in green color.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Actions''' menu, from the drop-down select '''Atoms/Bonds.''' &lt;br /&gt;
&lt;br /&gt;
From the sub-menu select the '''delete''' option.&lt;br /&gt;
&lt;br /&gt;
Glycerol molecules get deleted from the panel.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click on the '''Select '''menu.&lt;br /&gt;
&lt;br /&gt;
From the drop-down select '''Residues '''option choose HOH/LZ1.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Actions''' menu, from the drop-down select '''Atoms/Bonds.''' &lt;br /&gt;
&lt;br /&gt;
From the sub-menu select the '''Delete''' option.&lt;br /&gt;
&lt;br /&gt;
|| Let us delete water molecules and indazole ligand from the structure.&lt;br /&gt;
&lt;br /&gt;
Select water molecules, they are highlighted in green color. &lt;br /&gt;
&lt;br /&gt;
Delete the water molecules from the structure.&lt;br /&gt;
&lt;br /&gt;
Similarly select indazole molecule and delete it.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| To this receptor structure we will add the best pose conformation of the ligand obtained by '''autodock runs'''.&lt;br /&gt;
 &lt;br /&gt;
|-&lt;br /&gt;
||Click on the '''File''' menu&lt;br /&gt;
&lt;br /&gt;
select '''Open''', '''Open file in Chimera'''.&lt;br /&gt;
&lt;br /&gt;
dialog-box opens.&lt;br /&gt;
|| Click on the '''File''' menu and select '''Open''', '''Open file in Chimera '''dialog-box opens.&lt;br /&gt;
&lt;br /&gt;
Select '''ligand-conf1.pdb''' from the list. &lt;br /&gt;
&lt;br /&gt;
In the '''File type''' field select''' PDB''' from the list.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Open''' button at the bottom of the dialog box.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|| From the '''File''' menu, select '''Open''' option.&lt;br /&gt;
&lt;br /&gt;
'''Open file in Chimera '''dialog-box opens.&lt;br /&gt;
&lt;br /&gt;
From the list of files select the '''pdb''' file containing the best pose of the ligand from the '''autodock runs'''.&lt;br /&gt;
&lt;br /&gt;
We had saved this file earlier as '''ligand-conf1.pdb.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I will select the file from the list. &lt;br /&gt;
&lt;br /&gt;
In the '''File type''' field select''' PDB''' from the list.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Open''' button at the bottom of the dialog box.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| On the panel you can see the best conformation of the '''indazole''' added to the receptor structure.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
||  '''Slide Number 9'''&lt;br /&gt;
&lt;br /&gt;
'''Chimera Tools for Visualization'''.&lt;br /&gt;
&lt;br /&gt;
||  Using tools in '''Chimera''' we can visualize receptor-ligand interactions.&lt;br /&gt;
&lt;br /&gt;
The two kinds of interactions,&lt;br /&gt;
&lt;br /&gt;
* hydrogen bonds and &lt;br /&gt;
* other polar and no n-polar interactions can be visualized.&lt;br /&gt;
&lt;br /&gt;
We can also visualize the active site pocket and surface properties of the receptor.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 10'''&lt;br /&gt;
&lt;br /&gt;
'''Active Site Residues'''&lt;br /&gt;
&lt;br /&gt;
|| From the literature, the following residues form much of the ligand binding pocket: &lt;br /&gt;
&lt;br /&gt;
Lys33, Phe80, Glu81, Phe82, Leu83, His84, Gln85, Asp86, Leu134, and Asp145.&lt;br /&gt;
&lt;br /&gt;
Let us highlight these residues in the structure on the panel.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| Back to the '''Chimera''' interface.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We will use the command line to select and highlight the active site residues.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|| Click on the '''Favorites''' menu.&lt;br /&gt;
&lt;br /&gt;
Select the '''Command Line''' option from the drop down.&lt;br /&gt;
&lt;br /&gt;
|| Click on the '''Favorites''' menu.&lt;br /&gt;
&lt;br /&gt;
Select the '''Command Line''' option from the drop down.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on the '''Command Line''' at the bottom of the interface.&lt;br /&gt;
|| Command line panel opens at the bottom of the interface.&lt;br /&gt;
&lt;br /&gt;
Here you can type the commands in the command field to modify the structure.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Type,&lt;br /&gt;
&lt;br /&gt;
select :33.A&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
Cursor on the panel.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Actions''' menu on the menu bar.&lt;br /&gt;
&lt;br /&gt;
|| To select Lysine at position 33 on chain A, I will type , '''select space colon 33 dot A'''&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
On the panel you can see the outline highlighted on the cartoon display.&lt;br /&gt;
&lt;br /&gt;
We will display this amino acid as the ball and stick model.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Actions''' menu on the menu bar.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Select '''Atoms/Bonds, '''choose '''Show '''from the sub-menu.&lt;br /&gt;
|| Select '''Atoms/Bonds, '''choose '''Show '''from the sub-menu. &lt;br /&gt;
&lt;br /&gt;
Atoms are now displayed as sticks for the '''lysine'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click on the '''Actions''' menu on the menu bar.&lt;br /&gt;
&lt;br /&gt;
Select the '''Atoms/Bonds''' option.&lt;br /&gt;
&lt;br /&gt;
Select '''Ball and stick''' from the menu.&lt;br /&gt;
&lt;br /&gt;
|| Click on the '''Actions''' menu again and select the '''Atoms/Bonds''' option.&lt;br /&gt;
&lt;br /&gt;
Select '''Ball and stick''' from the menu.&lt;br /&gt;
&lt;br /&gt;
'''Lysine ''' is now shown as a '''ball and stick '''display.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Actions menu again and select the colors option.&lt;br /&gt;
&lt;br /&gt;
Select '''by element''' from the sub menu.&lt;br /&gt;
&lt;br /&gt;
|| Click on the '''Actions''' menu again and select the color option.&lt;br /&gt;
&lt;br /&gt;
Select '''by element''' from the sub menu.&lt;br /&gt;
&lt;br /&gt;
On the panel you can see the '''ball and stick''' model in '''rasmol '''color coding of elements.&lt;br /&gt;
&lt;br /&gt;
Click on '''Select '''option and clear the selection.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||  Type,&lt;br /&gt;
&lt;br /&gt;
select: Amino acid code and position number (example Phe 80)&lt;br /&gt;
&lt;br /&gt;
Press Enter.&lt;br /&gt;
&lt;br /&gt;
Click on the Actions &amp;gt;&amp;gt; Atoms/Bonds &amp;gt;&amp;gt; Show&lt;br /&gt;
&lt;br /&gt;
Actions &amp;gt;&amp;gt; Atoms/Bonds &amp;gt;&amp;gt; ball and stick&lt;br /&gt;
&lt;br /&gt;
|| I will show the steps for one more '''AMINO ACID Phenylalanine 80'''.&lt;br /&gt;
&lt;br /&gt;
At the command line edit the command as shown.&lt;br /&gt;
&lt;br /&gt;
Delete number 33.A &lt;br /&gt;
&lt;br /&gt;
and in its place type 80.A, rest of the command remains as such.&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Phenylalanine 80''' is highlighted.&lt;br /&gt;
|| '''Phenylalanine 80''' is highlighted.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Go to '''Actions''' menu and click on '''Show''', '''Phenylalanine 80''' is shown in sticks display.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Go to '''Actions''', '''Atoms/Bonds''' and click on '''ball &amp;amp; stick'''.&lt;br /&gt;
&lt;br /&gt;
Go to '''Actions''' again select '''color by element'''.&lt;br /&gt;
&lt;br /&gt;
Click on '''Select''' option and clear the selection.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| Following the same steps, show all the amino acids in the active-site.&lt;br /&gt;
&lt;br /&gt;
Now receptor-ligand complex with the active site amino acids are shown in '''ball and stick''' display. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||  Click on the '''Select''' menu, choose '''Residue''', from the sub menu choose '''LZ1'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Cursor on the panel.&lt;br /&gt;
&lt;br /&gt;
|| To view hydrogen bonds formed by ligand and receptor, select the ligand.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Select''' menu,and choose '''Residue''', from the sub menu choose '''LZ1'''.&lt;br /&gt;
&lt;br /&gt;
On the panel, '''LZ1''' is highlighted in green color. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
||  Click on the '''Tools '''menu. &lt;br /&gt;
&lt;br /&gt;
Select '''Structure Analysis''' from the sub-menu choose''' FindHBond '''option.&lt;br /&gt;
&lt;br /&gt;
|| Click on the '''Tools '''menu. &lt;br /&gt;
&lt;br /&gt;
Select '''Structure Analysis, '''from the sub-menu choose''' FindHBond '''option.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|| '''H-Bond Parameter''' dialog-box opens.&lt;br /&gt;
&lt;br /&gt;
Click on the check box against '''Label Hydrogen bond with distance'''.&lt;br /&gt;
&lt;br /&gt;
Click on '''Only find H-bonds with at least one end selected.'''&lt;br /&gt;
&lt;br /&gt;
Click on '''Write information to reply log'''.&lt;br /&gt;
&lt;br /&gt;
Click on the '''OK''' button.&lt;br /&gt;
&lt;br /&gt;
|| '''H-Bond Parameters''' dialog-box opens.&lt;br /&gt;
&lt;br /&gt;
In the dialog box,&lt;br /&gt;
&lt;br /&gt;
Fix the color of the '''hydrogen bond''' by clicking the colored box. &lt;br /&gt;
&lt;br /&gt;
I will select yellow color. &lt;br /&gt;
&lt;br /&gt;
Close the Color selection box.&lt;br /&gt;
&lt;br /&gt;
Fix the line width to 3.0 for a thicker line.&lt;br /&gt;
&lt;br /&gt;
* Click on the check box against '''Label Hydrogen bond with distance'''.&lt;br /&gt;
* Click on '''Only find H-bonds, with at least one end selected.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Uncheck any other check boxes if checked.* And click on '''Write in formation to reply log'''.&lt;br /&gt;
&lt;br /&gt;
Click on '''Apply''' and '''OK''' buttons.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
||  Cursor on the panel.&lt;br /&gt;
|| Observe the panel.&lt;br /&gt;
&lt;br /&gt;
'''Hydrogen bonds''' are shown as '''pseudo'''-bonds of specified color and line width.&lt;br /&gt;
&lt;br /&gt;
Here we can see only two hydrogen bonds with '''indazole'''. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|| Click on the''' Favorites''' menu on the menu bar.&lt;br /&gt;
&lt;br /&gt;
From the sub menu select '''Reply log''' option.&lt;br /&gt;
&lt;br /&gt;
|| Details of the bonds can be viewed on the '''Reply log'''.&lt;br /&gt;
&lt;br /&gt;
Open '''Reply log '''using '''Favorites''' menu.&lt;br /&gt;
&lt;br /&gt;
Click on '''Favorites''' menu.&lt;br /&gt;
&lt;br /&gt;
From the sub menu select '''Reply log''' option.&lt;br /&gt;
&lt;br /&gt;
A pop-up window opens.&lt;br /&gt;
&lt;br /&gt;
Information about each hydrogen bond is given here.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
||  Cursor on the '''Reply log '''pop-up information.&lt;br /&gt;
&lt;br /&gt;
Close the pop-up window.&lt;br /&gt;
&lt;br /&gt;
|| One of the bonds, is formed with '''Leucine''' 83 and '''indazole''' nitrogen.&lt;br /&gt;
&lt;br /&gt;
Another is formed with '''Glutamine''' 81 with hydrogen attached to the nitrogen atom of '''indazole'''. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
||Cursor on the panel.&lt;br /&gt;
|| On the panel we can see the hydrogen bond distance.&lt;br /&gt;
&lt;br /&gt;
Close the '''Reply log''' window.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
||  Click on the '''Tools '''menu. &lt;br /&gt;
&lt;br /&gt;
Select '''Structure Analysis''' from the sub-menu choose''' Findclashes/contacts '''option.&lt;br /&gt;
&lt;br /&gt;
|| There is another feature in the''' Tools''' menu under the '''Structure Analysis''' option.&lt;br /&gt;
&lt;br /&gt;
 It is '''Findclashes/contacts'''.&lt;br /&gt;
&lt;br /&gt;
 A '''dialog box''' opens.&lt;br /&gt;
&lt;br /&gt;
This feature identifies non-polar interactions such as '''Clashes''' and '''Contacts'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
||  Click on '''Designate''' in the '''Find Clashes/Contacts dialog box.'''&lt;br /&gt;
&lt;br /&gt;
|| Let us identify '''contacts''' of the '''LZ1''' with all other atoms.&lt;br /&gt;
&lt;br /&gt;
Ligand is already selected on the panel.&lt;br /&gt;
&lt;br /&gt;
Click on '''Designate''' in the '''Find Clashes/Contacts dialog box.'''&lt;br /&gt;
&lt;br /&gt;
It shows '''10 atoms designated.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on the radio button against “'''All other atoms'''”. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click on the radio button against “'''All other atoms'''”. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Point to '''Include intra-molecule contacts.'''&lt;br /&gt;
&lt;br /&gt;
|| In the '''Clash/Contact Parameters''' section, in the '''Default''' click on the '''Contact''' button.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Under '''Treatment of Clash/Contact Atoms,''' click on the following check boxes.&lt;br /&gt;
&lt;br /&gt;
* '''Select'''&lt;br /&gt;
* '''Draw pseudo-bonds'''&lt;br /&gt;
* '''If endpoint atom hidden'''&lt;br /&gt;
* '''And Write information to reply log'''&lt;br /&gt;
&lt;br /&gt;
|| Under '''Treatment of Clash/Contact Atoms,''' &lt;br /&gt;
&lt;br /&gt;
click on the following check boxes.&lt;br /&gt;
&lt;br /&gt;
* '''Select ''' and &lt;br /&gt;
* '''Draw pseudo-bonds of color'''.&lt;br /&gt;
&lt;br /&gt;
Click on the color box.&lt;br /&gt;
&lt;br /&gt;
In the '''Color Editor '''window I will select green. &lt;br /&gt;
&lt;br /&gt;
Close the color selector.&lt;br /&gt;
&lt;br /&gt;
Check the check box for, '''Write information to reply log'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the '''OK''' button.&lt;br /&gt;
&lt;br /&gt;
Cursor on the panel.&lt;br /&gt;
&lt;br /&gt;
|| Click on the '''OK''' button.&lt;br /&gt;
&lt;br /&gt;
Observe the panel.&lt;br /&gt;
&lt;br /&gt;
All the contacts of ligand''' LZ1 '''are shown as green lines. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the '''Favorites '''menu. &lt;br /&gt;
&lt;br /&gt;
Select '''Reply Log ''' from the sub-menu.&lt;br /&gt;
&lt;br /&gt;
Cursor on the '''Reply Log''' window.&lt;br /&gt;
&lt;br /&gt;
|| Open the '''Reply Log '''using the ''' Favorites ''' menu.&lt;br /&gt;
&lt;br /&gt;
'''Atom-atom contacts''' are listed here.&lt;br /&gt;
&lt;br /&gt;
It shows 21 contacts. &lt;br /&gt;
&lt;br /&gt;
The amino acid residues which made the contact with '''LZ1''' are listed here.&lt;br /&gt;
&lt;br /&gt;
Close the dialog-box.&lt;br /&gt;
&lt;br /&gt;
These residues form the binding site for this receptor-ligand complex.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| Most of these active site residues are hydrophobic in nature.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Let us create a surface for this complex colored by amino acid '''hydrophobicity'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| Using the '''Presets''' menu let us analyze the hydrophobic surface for this complex.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click on '''Presets''' on the menu bar. From the drop down select '''Interactive 3 hydrophobicity surface'''.&lt;br /&gt;
&lt;br /&gt;
|| Click on '''Presets''' on the menu bar. &lt;br /&gt;
&lt;br /&gt;
From the drop down select '''Interactive 3 hydrophobicity surface'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| The surface represents blue for the most polar residues, &lt;br /&gt;
&lt;br /&gt;
orange for the most hydrophobic, &lt;br /&gt;
&lt;br /&gt;
white for the neutral amino acids.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
&lt;br /&gt;
Rotate and zoom the structure using the mouse.&lt;br /&gt;
&lt;br /&gt;
|| We will rotate and locate the ligand pocket.&lt;br /&gt;
&lt;br /&gt;
As you notice here, most of the ligand binding pocket is '''hydrophobic'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Click on the''' Viewing Controls''' in the '''Tools '''menu.&lt;br /&gt;
&lt;br /&gt;
Select '''Side View''' from the drop down.&lt;br /&gt;
&lt;br /&gt;
|| The interior of the binding pocket can be viewed using the '''Viewing Controls''' in the '''Tools '''menu.&lt;br /&gt;
&lt;br /&gt;
Select '''Side View''' from the drop down.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
||  In the '''Viewing''' window,Check the check box for '''Clip '''at the bottom left.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Surface Capping button'''.&lt;br /&gt;
&lt;br /&gt;
In the pop-up window, check the box for '''cap surfaces at clip planes''' and use cap color and cap style.&lt;br /&gt;
&lt;br /&gt;
Click on the color box next to '''use cap color''' to select the color of the cap. &lt;br /&gt;
&lt;br /&gt;
Click on '''Close''' button&lt;br /&gt;
&lt;br /&gt;
|| A '''Viewing''' window opens.&lt;br /&gt;
&lt;br /&gt;
You will see a viewing eye and two cutting planes in the '''Viewing''' window.&lt;br /&gt;
&lt;br /&gt;
Check the check box for '''Clip '''at the bottom left.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Surface Capping '''button.&lt;br /&gt;
&lt;br /&gt;
'''Surface Capping''' window opens. &lt;br /&gt;
&lt;br /&gt;
Check the box for '''cap surfaces at clip planes''' and use cap color and cap style.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on the color box next to '''use cap color''' to select the color of the cap.&lt;br /&gt;
&lt;br /&gt;
I will select pink.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Close the color editor. &lt;br /&gt;
&lt;br /&gt;
I will select cap style as solid.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on '''Close''' button to close the surface capping window.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| Change the position of the viewing eye and clipping planes.&lt;br /&gt;
|| We can change the position of the viewing eye and clipping planes.&lt;br /&gt;
&lt;br /&gt;
Now we can view the interior of the binding pocket clearly.&lt;br /&gt;
&lt;br /&gt;
You can see clearly that the ligand is attached to the '''hydrophobic pocket'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 11'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Conclusion of the Analysis'''&lt;br /&gt;
|| Conclusion of the Analysis&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The ligand is interacting mostly with the hydrophobic residues inside the binding pocket.&lt;br /&gt;
&lt;br /&gt;
We found many non bonding interactions with the hydrophobic residues.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide Number 12'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Conclusion of the Analysis'''&lt;br /&gt;
&lt;br /&gt;
|| Only a few hydrogen bonds a re expected.&lt;br /&gt;
&lt;br /&gt;
We observed only two hydrogen bonds using the '''Structure Analysis tool.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| More hydrophobic groups on the''' indazole '''will increase the interaction and binding with the active site.&lt;br /&gt;
&lt;br /&gt;
We can generate and analyze more conformers to understand the interactions better.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This brings us to the end of this tutorial.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide Number 13'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
|| Let us summarize, &lt;br /&gt;
&lt;br /&gt;
In this tutorial, we have,&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Opened the PDB file for the receptor on the '''Chimera''' interface.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Selected and deleted solvent and other residues from the receptor structure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 14'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
|| Added the most preferred conformation of the ligand obtained after autodock runs to the receptor structure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Showed hydrogen bonds and other interactions of the ligand with the receptor.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 15'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
|| Highlighted the active site residues.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Showed the receptor-ligand surface and active site pocket. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 16'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment'''&lt;br /&gt;
|| As an assignment, &lt;br /&gt;
&lt;br /&gt;
Analyze the dlg files generated for '''1DWD''' receptor-ligand complex using '''UCSF Chimera'''.&lt;br /&gt;
&lt;br /&gt;
https://autodock.scripps.edu/download-autodock4/&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|| '''Slide Number 17'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''About Spoken Tutorial Project '''&lt;br /&gt;
|| &lt;br /&gt;
* The video at the following link summarizes the Spoken Tutorial project. &lt;br /&gt;
* Please download and watch it. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 18'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Spoken tutorial workshops '''&lt;br /&gt;
|| &lt;br /&gt;
* We conduct workshops using spoken tutorials and give certificates. &lt;br /&gt;
* For more details, please write to us. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 19'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Forum'''&lt;br /&gt;
|| Please post your timed queries in this forum. &lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 20'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Acknowledgment '''&lt;br /&gt;
|| Spoken Tutorial project was established by the Ministry of Education (MoE), Govt. of India&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| This tutorial is contributed by Snehalatha Kaliappan, Sruthi Sudhakar and Madhuri Ganapathi from IIT Bombay.&lt;br /&gt;
&lt;br /&gt;
Thank you for joining.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/AutoDock4/C2/Analyzing-Docking-Runs/English</id>
		<title>AutoDock4/C2/Analyzing-Docking-Runs/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/AutoDock4/C2/Analyzing-Docking-Runs/English"/>
				<updated>2024-06-07T12:14:13Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Title of script''': '''Analyzing Docking Runs'''&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Dr. Snehalatha Kaliappan and Sruthi Sudhakar&lt;br /&gt;
&lt;br /&gt;
'''Keywords''': Autodock4, docking, video tutorial.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
|-&lt;br /&gt;
|| Visual Cue&lt;br /&gt;
|| Narration&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 1'''&lt;br /&gt;
&lt;br /&gt;
'''Title Slide'''&lt;br /&gt;
||Welcome to this spoken tutorial on '''Analyzing Docking Runs.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 2'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
&lt;br /&gt;
|| In this tutorial, we will learn to&lt;br /&gt;
&lt;br /&gt;
Open the '''dlg''' file on the '''ADT''' panel&lt;br /&gt;
&lt;br /&gt;
Open and visualize the most favorable conformations of the ligand&lt;br /&gt;
&lt;br /&gt;
Analyze the binding energies of various conformations&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 3'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| Analyze clusters of conformations&lt;br /&gt;
&lt;br /&gt;
Open the '''dlg '''file with using a text editor and analyze the data&lt;br /&gt;
&lt;br /&gt;
Export the most favorable docking pose as a '''pdb '''file.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 4'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirement'''&lt;br /&gt;
|| Here I am using,&lt;br /&gt;
&lt;br /&gt;
'''Ubuntu Linux '''OS version 20.04&lt;br /&gt;
&lt;br /&gt;
AutoDockTools version 1.5.7&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
gedit version 3.36.2&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 5'''&lt;br /&gt;
&lt;br /&gt;
'''Pre-requisites'''&lt;br /&gt;
|| To follow this tutorial learner should be familiar with,&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
topics in basic bioinformatics&lt;br /&gt;
&lt;br /&gt;
basic operations on''' AutoDock Tools''' interface&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
&lt;br /&gt;
'''Slide number 6'''&lt;br /&gt;
&lt;br /&gt;
'''Code Files'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|| The input files required for this tutorial are available in the '''Code files''' link.&lt;br /&gt;
* Please download and extract the files.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide number 7'''&lt;br /&gt;
&lt;br /&gt;
'''Code Files'''&lt;br /&gt;
&lt;br /&gt;
|| Save the input files in your home directory or working directory&lt;br /&gt;
&lt;br /&gt;
Make a copy of all the files and then use them for practising &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Open ADT interface using the terminal.&lt;br /&gt;
||  I have opened the '''AutoDock Tools '''interface.&lt;br /&gt;
&lt;br /&gt;
Let us analyze the '''dlg''' file generated during the autodock run.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||Click on '''Analyze''' on the menu bar,&lt;br /&gt;
&lt;br /&gt;
from the drop-down choose '''Dockings'''. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click '''Open '''from the sub menu.&lt;br /&gt;
||Click on '''Analyze''' on the menu bar. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the drop-down choose '''Dockings'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click '''Open '''from the sub menu.&lt;br /&gt;
|-&lt;br /&gt;
||Cursor on''' Docking Log File''' window.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Select '''2vta.dlg''' from the list of files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on '''Open''' button.&lt;br /&gt;
||'''Docking Log File''' window opens.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Select '''2vta.dlg''' from the list of files from your working directory.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on the '''Open''' button.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the pop-up window.&lt;br /&gt;
&lt;br /&gt;
Read the information.&lt;br /&gt;
&lt;br /&gt;
Click '''OK''' to close the pop-up.&lt;br /&gt;
&lt;br /&gt;
||A warning pop-up opens. &lt;br /&gt;
&lt;br /&gt;
Read the message shown on the pop-up.&lt;br /&gt;
&lt;br /&gt;
It gives information about the number of docked conformations. &lt;br /&gt;
&lt;br /&gt;
It is 10 for the present example.&lt;br /&gt;
&lt;br /&gt;
It gives information on how to view the conformations.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click the '''OK''' button to close the pop-up.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''Analyze, '''from the drop-down choose '''Conformations.'''&lt;br /&gt;
&lt;br /&gt;
'''From '''the sub-menu choose''' Load.'''&lt;br /&gt;
|| To visualize the docking results, click on '''Analyze ''' again. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the drop-down choose '''Conformations'''.&lt;br /&gt;
&lt;br /&gt;
From the sub-menu choose '''Load'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''2vta Conformation Chooser '''table.&lt;br /&gt;
|| '''2vta Conformation Chooser '''window''' '''opens.&lt;br /&gt;
&lt;br /&gt;
In this table, the lower panel has conformations numbered.&lt;br /&gt;
&lt;br /&gt;
You can also see the corresponding docked energy values.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on 1-1 conformation from the list.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Cursor on the top panel.&lt;br /&gt;
|| Click on any conformation number in the list.&lt;br /&gt;
&lt;br /&gt;
The top panel now shows:&lt;br /&gt;
&lt;br /&gt;
Binding energy&lt;br /&gt;
&lt;br /&gt;
kI, inhibition constant&lt;br /&gt;
&lt;br /&gt;
Internal energy&lt;br /&gt;
&lt;br /&gt;
Torsional energy etc.&lt;br /&gt;
|-&lt;br /&gt;
|| Click “x” on top-right to close the window.&lt;br /&gt;
|| Close the window.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on''' Analyze '''on the menu bar and select '''Macromolecule '''from the dropdown.''' '''&lt;br /&gt;
&lt;br /&gt;
Select '''Open''' from the sub-menu.&lt;br /&gt;
&lt;br /&gt;
Cursor on the receptor.&lt;br /&gt;
&lt;br /&gt;
Zoom-in and show the ligand.&lt;br /&gt;
|| Click on''' Analyze '''on the menu bar. &lt;br /&gt;
&lt;br /&gt;
Select '''Macromolecule '''from the dropdown.''' '''&lt;br /&gt;
&lt;br /&gt;
From the sub-menu select '''Open'''.&lt;br /&gt;
&lt;br /&gt;
The receptor is now displayed as lines on the panel.&lt;br /&gt;
&lt;br /&gt;
'''Zoom-in''' to see the receptor-ligand complex.&lt;br /&gt;
|-&lt;br /&gt;
|| In the left panel, click on oval button on column B for the ligand. &lt;br /&gt;
|| Let us visualize the ligand clearly.&lt;br /&gt;
&lt;br /&gt;
We can change the display from lines display to '''sticks '''.&lt;br /&gt;
&lt;br /&gt;
In the left panel, click on the oval button on column '''B''' for the ligand. &lt;br /&gt;
&lt;br /&gt;
The ligand is now displayed in sticks model.&lt;br /&gt;
&lt;br /&gt;
Unselect lines display by clicking on the red oval in column '''L.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the triangle button in the last column''' CL '''in the ligand row.&lt;br /&gt;
&lt;br /&gt;
Select '''By atom type.'''&lt;br /&gt;
&lt;br /&gt;
Click on '''close''' at the bottom to close the window.&lt;br /&gt;
|| Click on the triangle button in the last column '''CL'''.&lt;br /&gt;
&lt;br /&gt;
A menu opens at the bottom of the panel.&lt;br /&gt;
&lt;br /&gt;
By default '''All Representations''' &lt;br /&gt;
&lt;br /&gt;
and ''' balls '''and''' sticks''' check-boxes are checked.&lt;br /&gt;
&lt;br /&gt;
Leave them as such.&lt;br /&gt;
&lt;br /&gt;
We will proceed with the selection.&lt;br /&gt;
&lt;br /&gt;
In the  '''Coloring Schemes panel''', I will select '''By atom type.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now we can see the ligand as sticks display and elements in '''Rasmol colors'''. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on '''close''' at the bottom to close the window. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the receptor.&lt;br /&gt;
&lt;br /&gt;
Click on oval button on column R to display receptor as ribbons . &lt;br /&gt;
&lt;br /&gt;
Uncheck the oval button on column L to hide the sticks display.&lt;br /&gt;
|| By default the receptor is displayed as lines. &lt;br /&gt;
&lt;br /&gt;
In the left panel, In the '''2vta '''row, click on the oval button in column''' R''' .&lt;br /&gt;
&lt;br /&gt;
Observe the panel, the receptor is now displayed as ribbons.&lt;br /&gt;
&lt;br /&gt;
Uncheck the oval button on column ''' L''' to hide the lines display.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||Click on the triangle button in the last column''' CL '''in the receptor row.&lt;br /&gt;
&lt;br /&gt;
Select '''By rainbow.'''&lt;br /&gt;
&lt;br /&gt;
Click on '''close''' at the bottom to close the window.&lt;br /&gt;
||To make the display colorful, click on the triangle button in the last column '''CL'''&lt;br /&gt;
&lt;br /&gt;
A menu opens at the bottom of the left panel.&lt;br /&gt;
&lt;br /&gt;
By default '''All Representations''' and '''Secondarystructure''' check-boxes are checked. &lt;br /&gt;
&lt;br /&gt;
We will proceed with the selection.&lt;br /&gt;
&lt;br /&gt;
From the list of options, select '''By rainbow'''.&lt;br /&gt;
&lt;br /&gt;
The receptor is now seen in rainbow colors.&lt;br /&gt;
&lt;br /&gt;
Users can explore the other options given in the list.&lt;br /&gt;
&lt;br /&gt;
Click on '''close''' at the bottom to close the window. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| We can also view the conformations of ligand ranked by energy, from lowest to highest.&lt;br /&gt;
|- &lt;br /&gt;
|| Again click on '''Analyze''' on the menu bar. Select '''Conformations '''from the drop -down.&lt;br /&gt;
&lt;br /&gt;
Select '''play, ranked by energy…'''..&lt;br /&gt;
&lt;br /&gt;
Cursor on the '''ligand '''menu. &lt;br /&gt;
|| Click on '''Analyze''', select '''Conformations ''' from the drop-down.&lt;br /&gt;
&lt;br /&gt;
Then select '''play, ranked by energy…'''.. &lt;br /&gt;
&lt;br /&gt;
A menu titled '''ligand''' opens with various button options to play.&lt;br /&gt;
|- &lt;br /&gt;
|| Click on the white arrow play button, on the ligand menu.&lt;br /&gt;
&lt;br /&gt;
Cursor on the panel.&lt;br /&gt;
&lt;br /&gt;
|| Click on the white forward arrow play button on the '''ligand''' menu bar.&lt;br /&gt;
&lt;br /&gt;
On the panel, the 10 conformations are played one after the other in a sequence.&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on the “ligand” bar.&lt;br /&gt;
&lt;br /&gt;
Click on the small black arrow buttons to play.&lt;br /&gt;
|| Click on the white backward arrow on the '''ligand''' menu to play the conformations in reverse sequence.&lt;br /&gt;
&lt;br /&gt;
This brings the ligand conformation display back to zero.&lt;br /&gt;
&lt;br /&gt;
Conformation number zero represents the initial coordinates of ligand pdbqt that we had used for docking.&lt;br /&gt;
&lt;br /&gt;
Click on the small black forward arrow button to play conformations one-by-one.&lt;br /&gt;
&lt;br /&gt;
I will bring conformation 1 back on the panel by clicking on the black backward button.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the 2&amp;lt;sup&amp;gt;nd&amp;lt;/sup&amp;gt; last button (&amp;amp;)on the “ligand” bar.&lt;br /&gt;
&lt;br /&gt;
In the '''Set play options '''dialog, check the check-box for '''Show Info''' at the top.&lt;br /&gt;
&lt;br /&gt;
|| Click on the 2&amp;lt;sup&amp;gt;nd&amp;lt;/sup&amp;gt; last button on the ligand menu bar to change play options.&lt;br /&gt;
&lt;br /&gt;
A pop-up dialog-box '''Set Play options '''opens.&lt;br /&gt;
&lt;br /&gt;
Check the check-box for '''Show Info''' at the top.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''Input Conformation '''pop-up box.&lt;br /&gt;
&lt;br /&gt;
Binding energy,ligand efficiency, inhibition constant, and other parameters are listed here&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on the X top-right to close the pop-up.&lt;br /&gt;
&lt;br /&gt;
|| Another pop-up box called '''Conformation 1 info '''opens.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It gives information of the particular conformation.&lt;br /&gt;
&lt;br /&gt;
Read the information.&lt;br /&gt;
&lt;br /&gt;
Conformation number 1 has the binding energy of -5.66.&lt;br /&gt;
&lt;br /&gt;
The inhibition constant value for this conformation is also given in the information pop-up&lt;br /&gt;
&lt;br /&gt;
Close the '''Conformation 1 Info'''&lt;br /&gt;
&lt;br /&gt;
pop-up box.&lt;br /&gt;
|-&lt;br /&gt;
|| In the '''Set play options '''dialog, &lt;br /&gt;
&lt;br /&gt;
check the check-box for''' Build H-bonds'''.&lt;br /&gt;
&lt;br /&gt;
Cursor on '''Hydrogen Bonds''' pop-up window. &lt;br /&gt;
&lt;br /&gt;
|| In the '''Set play options '''dialog, check the check-box for ''' Build H-bonds'''.&lt;br /&gt;
&lt;br /&gt;
This will open another pop-up, '''Hydrogen Bonds'''. &lt;br /&gt;
&lt;br /&gt;
This will show the information of hydrogen bonds for the particular conformation.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||  Cursor on '''Hydrogen Bonds''' pop-up window. &lt;br /&gt;
&lt;br /&gt;
Zoom-in the structure on the panel.&lt;br /&gt;
&lt;br /&gt;
|| Only one amino acid ''' Phenylalanine146 ''' is hydrogen bonded to the ligand in this conformation.&lt;br /&gt;
&lt;br /&gt;
Zoom-in the structure on the panel.&lt;br /&gt;
|-&lt;br /&gt;
|| In the '''Hydrogen Bonds''' pop-up, check the check-box for '''Show Distances'''. &lt;br /&gt;
&lt;br /&gt;
Check-box for''' Show Energy '''and uncheck the checkbox for '''Show Distance'''.&lt;br /&gt;
|| In the '''Hydrogen Bonds''' pop-up, check the check-box for '''Show Distances''' if it is not checked.&lt;br /&gt;
&lt;br /&gt;
Here for conformation 1 the distance is 2.237 angstroms.&lt;br /&gt;
&lt;br /&gt;
Now uncheck the checkbox for '''Show Distances'''.&lt;br /&gt;
&lt;br /&gt;
To view the hydrogen bond energies, check the check-box for''' Show Energy.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| On the panel you can see the hydrogen bond energy as -3.069.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click the black arrow button to go to conformation number one.&lt;br /&gt;
&lt;br /&gt;
Cursor on the values.&lt;br /&gt;
|| I will click the black arrow button to go to conformation number 2.&lt;br /&gt;
&lt;br /&gt;
In the '''Hydrogen Bonds''' pop-up, check the check-box for '''Show Distances'''.&lt;br /&gt;
&lt;br /&gt;
On the panel we can see hydrogen bond distance as '''2.103''' angstroms.&lt;br /&gt;
&lt;br /&gt;
In the conformation 2 info pop up: &lt;br /&gt;
&lt;br /&gt;
The binding energy is -5.66.&lt;br /&gt;
&lt;br /&gt;
It shows the same binding energy as the previous conformation which was ranked one. &lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
The inhibition constant is 71.01.&lt;br /&gt;
&lt;br /&gt;
Notice that this conformation has a slightly higher inhibition constant when compared to conformation number 1.&lt;br /&gt;
&lt;br /&gt;
Hence it is ranked 2&amp;lt;sup&amp;gt;nd&amp;lt;/sup&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the front black arrow again.&lt;br /&gt;
&lt;br /&gt;
Cursor on the values.&lt;br /&gt;
||  Click on the black play button for all the conformations.&lt;br /&gt;
&lt;br /&gt;
You can see the energies and hydrogen bond information of all the conformations.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Text annotation.'''&lt;br /&gt;
&lt;br /&gt;
(A conformer with -10.5 Kcal better than one with -7kcal)&lt;br /&gt;
&lt;br /&gt;
Cursor on the values.&lt;br /&gt;
|| These conformations are ranked from lowest to highest energy.&lt;br /&gt;
&lt;br /&gt;
More negative binding energy with a good pose in the active site would be one of the most favorable poses. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the values.&lt;br /&gt;
|| Bring the most favorable pose, that is conformation 1 back on the panel.&lt;br /&gt;
&lt;br /&gt;
Close all the pop up windows.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| Let us now view the clustering.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''Analyze''' on the menu bar again and select '''Clusterings''' option.&lt;br /&gt;
&lt;br /&gt;
Cursor on''' Ligand Clusterning''' window.&lt;br /&gt;
&lt;br /&gt;
|| Click on '''Analyze''' on the menu bar again and select '''Clusterings''' option.&lt;br /&gt;
&lt;br /&gt;
Select '''Show '''option from the sub- menu.&lt;br /&gt;
&lt;br /&gt;
'''Ligand Clustering''' window opens.&lt;br /&gt;
&lt;br /&gt;
Here you can see the '''10 conformations '''grouped into 2 clusters. &lt;br /&gt;
&lt;br /&gt;
There are 8 conformations grouped in one cluster and 2 conformations in another cluster.&lt;br /&gt;
&lt;br /&gt;
Table is in the form of a '''2D histogram'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Open the 2vta.dlg file.&lt;br /&gt;
&lt;br /&gt;
Scroll down to the “CLUSTER ANALYSIS OF CONFORMATIONS” section&lt;br /&gt;
||  I will open the ''' 2vta.dlg '''file saved in the home folder using any text editor.&lt;br /&gt;
&lt;br /&gt;
Read the information given here.&lt;br /&gt;
&lt;br /&gt;
Scroll down to the '''CLUSTER ANALYSIS OF CONFORMATIONS ''' section. &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
The number of conformations is 10.&lt;br /&gt;
&lt;br /&gt;
The 10 conformations are grouped into 2 clusters according to the similarity in their structure.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''Clustering Histogram''' table.&lt;br /&gt;
|| Clustering Histogram table gives more information.&lt;br /&gt;
&lt;br /&gt;
There are 8 conformations grouped in cluster 1 and 2 conformations in Cluster 2.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the value.&lt;br /&gt;
|| The lowest binding energy -5.66 is for Run 4, which is ranked number 1. &lt;br /&gt;
&lt;br /&gt;
Hence this is the most preferred conformation.&lt;br /&gt;
|-&lt;br /&gt;
|| Scroll down to the RMSD table.&lt;br /&gt;
|| Scroll down to RMSD table.&lt;br /&gt;
&lt;br /&gt;
The '''RMSD''' table gives information about:&lt;br /&gt;
&lt;br /&gt;
ranking, sub-ranking and Binding energy for all the 10 conformations.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on ADT interface.&lt;br /&gt;
&lt;br /&gt;
Click on the black forward arrow to play conformer 1.&lt;br /&gt;
|| Back to the ADT interface. &lt;br /&gt;
&lt;br /&gt;
We will save the most favorable pose as a pdb file.&lt;br /&gt;
&lt;br /&gt;
Play the conformation ranked one.&lt;br /&gt;
&lt;br /&gt;
This is the most favorable conformation among the 10 poses.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the yellow oval in column S for the ligand.&lt;br /&gt;
&lt;br /&gt;
Select '''Save''' from the drop-down. From the sub-menu, select '''Write PDB'''.&lt;br /&gt;
&lt;br /&gt;
|| Select the ligand by clicking the small oval on the ligand row '''S '''column, that is 1&amp;lt;sup&amp;gt;st&amp;lt;/sup&amp;gt; column on the left panel. &lt;br /&gt;
&lt;br /&gt;
Save this docking pose as a pdb file by clicking on '''File '''menu.&lt;br /&gt;
&lt;br /&gt;
Select '''Save''' from the drop-down. &lt;br /&gt;
&lt;br /&gt;
From the sub-menu, select '''Write PDB'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Curson on '''Write Options''' dialog box.&lt;br /&gt;
&lt;br /&gt;
Type file name as '''ligand-conf1.pdb'''. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|| '''Write Options''' dialog box opens.&lt;br /&gt;
&lt;br /&gt;
'''Filename''' field is already populated with path and filename.&lt;br /&gt;
&lt;br /&gt;
You can choose to save it at a different location by clicking on the '''Browse''' button.&lt;br /&gt;
&lt;br /&gt;
I will not change the path, but change the file name to '''ligand-conf1.pdb'''.&lt;br /&gt;
&lt;br /&gt;
Click on the '''OK''' button at the bottom of the dialog box.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| To save another conformation, you can repeat this procedure.&lt;br /&gt;
&lt;br /&gt;
Change the number in the ligand button menu to 2.&lt;br /&gt;
&lt;br /&gt;
Close all the windows.&lt;br /&gt;
&lt;br /&gt;
Select again and Save as''' PDB '''using the File menu.&lt;br /&gt;
&lt;br /&gt;
I will save the file as '''ligand-conf2.pdb'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Show home folder, cursor on ligand-con1.pdb and ligand-con2.pdb files.&lt;br /&gt;
&lt;br /&gt;
Cursor on ligand-con1.pdb file.&lt;br /&gt;
&lt;br /&gt;
||  The pdb files, '''ligand-con1.pdb''' and '''ligand-con2.pdb''' are saved in the home folder.&lt;br /&gt;
&lt;br /&gt;
These files can be read by '''Pymol''',''' Chimera''' or '''Jmol''' for further analysis and for the generation of high-resolution images.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Only Narration&lt;br /&gt;
|| This brings us to the end of this tutorial.&lt;br /&gt;
&lt;br /&gt;
Let us summarize, &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 8'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
|| In this tutorial, we,&lt;br /&gt;
&lt;br /&gt;
Opened the dlg file on the ADT panel.&lt;br /&gt;
&lt;br /&gt;
Opened and visualize the most favorable conformations of ligand.&lt;br /&gt;
&lt;br /&gt;
Analyzed the binding energies of various conformations.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 9'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
|| Analyzed clusters of conformations.&lt;br /&gt;
&lt;br /&gt;
Opened the dlg file using a text editor and analyzed the data.&lt;br /&gt;
&lt;br /&gt;
Exported the most favorable docking pose as a pdb file.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 10'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment'''&lt;br /&gt;
|| As an assignment, &lt;br /&gt;
&lt;br /&gt;
Analyze the dlg files generated for 1DWD receptor-ligand complex.&lt;br /&gt;
&lt;br /&gt;
https://autodock.scripps.edu/download-autodock4/&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide''' '''Number 11'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''About Spoken Tutorial Project '''&lt;br /&gt;
|| &lt;br /&gt;
* The video at the following link summarizes the Spoken Tutorial project. &lt;br /&gt;
* Please download and watch it. &lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 12'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Spoken tutorial workshops '''&lt;br /&gt;
||&lt;br /&gt;
* We conduct workshops using spoken tutorials and give certificates. &lt;br /&gt;
* For more details, please write to us. &lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 13'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Forum'''&lt;br /&gt;
||  &lt;br /&gt;
* Please post your timed queries in this forum. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide''' '''Number 14'''&lt;br /&gt;
&lt;br /&gt;
'''Acknowledgement '''&lt;br /&gt;
||  Spoken Tutorial project was established by the Ministry of Education (MoE), Govt. of India&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide''' '''Number 14'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Acknowledgement '''&lt;br /&gt;
|| This tutorial is contributed by Snehalatha Kaliappan, Sruthi Sudhakar and Madhuri Ganapathi from IIT Bombay.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/AutoDock4/C2/Analyzing-Docking-Runs/English</id>
		<title>AutoDock4/C2/Analyzing-Docking-Runs/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/AutoDock4/C2/Analyzing-Docking-Runs/English"/>
				<updated>2024-05-31T11:10:12Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: Created page with &amp;quot;  '''Title of script''': '''Analyzing Docking Runs'''   '''Author: Dr.Snehalatha Kaliappan and Sruthi Sudhakar'''   '''Keywords: Autodock4, docking, video tutorial.'''      {|...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
'''Title of script''': '''Analyzing Docking Runs'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Author: Dr.Snehalatha Kaliappan and Sruthi Sudhakar'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Keywords: Autodock4, docking, video tutorial.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
|-&lt;br /&gt;
|| Visual Cue&lt;br /&gt;
|| Narration&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 1'''&lt;br /&gt;
&lt;br /&gt;
'''Title Slide'''&lt;br /&gt;
||Welcome to this spoken tutorial on '''Analyzing Docking Runs.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 2'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
&lt;br /&gt;
|| In this tutorial, we will learn to&lt;br /&gt;
&lt;br /&gt;
Open the '''dlg''' file on the '''ADT''' panel&lt;br /&gt;
&lt;br /&gt;
Open and visualize the most favorable conformations of the ligand&lt;br /&gt;
&lt;br /&gt;
Analyze the binding energies of various conformations&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 3'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| Analyze clusters of conformations&lt;br /&gt;
&lt;br /&gt;
Open the '''dlg '''file with using a text editor and analyze the data&lt;br /&gt;
&lt;br /&gt;
Export the most favorable docking pose as a '''pdb '''file.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 4'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirement'''&lt;br /&gt;
|| Here I am using,&lt;br /&gt;
&lt;br /&gt;
'''Ubuntu Linux '''OS version 20.04&lt;br /&gt;
&lt;br /&gt;
AutoDockTools version 1.5.7&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
gedit version 3.36.2&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 5'''&lt;br /&gt;
&lt;br /&gt;
'''Pre-requisites'''&lt;br /&gt;
|| To follow this tutorial learner should be familiar with,&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
topics in basic bioinformatics&lt;br /&gt;
&lt;br /&gt;
basic operations on''' AutoDock Tools''' interface&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
&lt;br /&gt;
'''Slide number 6'''&lt;br /&gt;
&lt;br /&gt;
'''Code Files'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|| The inputfiles required for this tutorial are available in the '''Code files''' link.&lt;br /&gt;
* Please download and extract the files.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide number 7'''&lt;br /&gt;
&lt;br /&gt;
'''Code Files'''&lt;br /&gt;
&lt;br /&gt;
|| Save the input files in your home directory or working directory&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Make a copy of all the files and then use them for practising &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Open ADT interface using the terminal.&lt;br /&gt;
||  I have opened the '''AutoDock Tools '''interface.&lt;br /&gt;
&lt;br /&gt;
Let us analyze the dlg file generated during the autodock run.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||Click on '''Analyze''' on the menu bar,&lt;br /&gt;
&lt;br /&gt;
from the drop-down choose '''Dockings'''. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click '''Open '''from the sub menu.&lt;br /&gt;
||Click on '''Analyze''' on the menu bar. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the drop-down choose '''Dockings'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click '''Open '''from the sub menu.&lt;br /&gt;
|-&lt;br /&gt;
||Cursor on''' Docking Log File''' window.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Select '''2vta.dlg''' from the list of files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on '''Open''' button.&lt;br /&gt;
||'''Docking Log File''' window opens.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Select '''2vta.dlg''' from the list of files from your working directory.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on the '''Open''' button.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the pop-up window.&lt;br /&gt;
&lt;br /&gt;
Read the information.&lt;br /&gt;
&lt;br /&gt;
Click '''OK''' to close the pop-up.&lt;br /&gt;
&lt;br /&gt;
||A warning pop-up opens. Read the message shown on the pop-up.&lt;br /&gt;
&lt;br /&gt;
It gives information about the number of docked conformations. &lt;br /&gt;
&lt;br /&gt;
It is 10 for the present example.&lt;br /&gt;
&lt;br /&gt;
It gives information on how to view the conformations.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click the '''OK''' button to close the pop-up.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''Analyze, '''from the drop-down choose '''Conformations.'''&lt;br /&gt;
&lt;br /&gt;
'''From '''the sub-menu choose''' Load.'''&lt;br /&gt;
|| To visualize the docking results, click on '''Analyze '''again. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the drop-down choose '''Conformations'''.&lt;br /&gt;
&lt;br /&gt;
From the sub-menu choose '''Load.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''2vta Conformation Chooser '''table.&lt;br /&gt;
|| '''2vta Conformation Chooser '''window''' '''opens.&lt;br /&gt;
&lt;br /&gt;
In this table, the lower panel has conformations numbered.&lt;br /&gt;
&lt;br /&gt;
You can also see the corresponding docked energy values.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on 1-1 conformation from the list.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Cursor on the top panel.&lt;br /&gt;
|| Click on any conformation number in the list.&lt;br /&gt;
&lt;br /&gt;
The top panel now shows:&lt;br /&gt;
&lt;br /&gt;
Binding energy&lt;br /&gt;
&lt;br /&gt;
kI, inhibition constant&lt;br /&gt;
&lt;br /&gt;
Internal energy&lt;br /&gt;
&lt;br /&gt;
Torsional energy etc.&lt;br /&gt;
|-&lt;br /&gt;
|| Click “x” on top-right to close the window.&lt;br /&gt;
|| Close the window.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on''' Analyze '''on the menu bar and select '''Macromolecule f'''rom the dropdown.''' '''&lt;br /&gt;
&lt;br /&gt;
Select '''Open''' from the sub-menu.&lt;br /&gt;
&lt;br /&gt;
Cursor on the receptor.&lt;br /&gt;
&lt;br /&gt;
Zoom-in and show the ligand.&lt;br /&gt;
|| Click on''' Analyze '''on the menu bar. &lt;br /&gt;
&lt;br /&gt;
Select '''Macromolecule f'''rom the dropdown.''' '''&lt;br /&gt;
&lt;br /&gt;
From the sub-menu select '''Open'''.&lt;br /&gt;
&lt;br /&gt;
The receptor is now displayed as lines on the panel.&lt;br /&gt;
&lt;br /&gt;
'''Zoom-in''' to see the receptor-ligand complex.&lt;br /&gt;
|-&lt;br /&gt;
|| In the left panel, click on oval button on column B for the ligand. &lt;br /&gt;
|| Let us visualize the ligand clearly.&lt;br /&gt;
&lt;br /&gt;
We can change the display from lines display to '''sticks '''display.&lt;br /&gt;
&lt;br /&gt;
In the left panel, click on the oval button on column '''B''' for the ligand. &lt;br /&gt;
&lt;br /&gt;
The ligand is now displayed in sticks model.&lt;br /&gt;
&lt;br /&gt;
Unselect lines display by clicking on the red oval in column '''L.'''&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the triangle button in the last column''' CL '''in the ligand row.&lt;br /&gt;
&lt;br /&gt;
Select '''By atom type.'''&lt;br /&gt;
&lt;br /&gt;
Click on '''close''' at the bottom to close the window.&lt;br /&gt;
|| Click on the triangle button in the last column '''CL.'''&lt;br /&gt;
&lt;br /&gt;
A menu opens at the bottom of the panel.&lt;br /&gt;
&lt;br /&gt;
By default '''All Representations''' &lt;br /&gt;
&lt;br /&gt;
and ''' balls '''and''' sticks''' check-boxes are checked.&lt;br /&gt;
&lt;br /&gt;
Leave them as such.&lt;br /&gt;
&lt;br /&gt;
We will proceed with the selection.&lt;br /&gt;
&lt;br /&gt;
In the coloring '''Scheme panel''', I will select '''By atom type.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now we can see the ligand as sticks display and elements in '''Rasmol colors.''' &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on '''close''' at the bottom to close the window. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the receptor.&lt;br /&gt;
&lt;br /&gt;
Click on oval button on column R to display receptor as ribbons . &lt;br /&gt;
&lt;br /&gt;
Uncheck the oval button on column L to hide the sticks display.&lt;br /&gt;
|| By default the receptor is displayed as lines. &lt;br /&gt;
&lt;br /&gt;
In the left panel, In the '''2vta '''row, click on the oval button in column''' R.''' &lt;br /&gt;
&lt;br /&gt;
Observe the panel, the receptor is now displayed as ribbons.&lt;br /&gt;
&lt;br /&gt;
Uncheck the oval button on column''' L''' to hide the lines display.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||Click on the triangle button in the last column''' CL '''in the receptor row.&lt;br /&gt;
&lt;br /&gt;
Select '''By rainbow.'''&lt;br /&gt;
&lt;br /&gt;
Click on '''close''' at the bottom to close the window.&lt;br /&gt;
||To make the display colorful, click on the triangle button in the last column '''CL'''&lt;br /&gt;
&lt;br /&gt;
A menu opens at the bottom of the left panel.&lt;br /&gt;
&lt;br /&gt;
By default '''All Representations''' and '''Secondarystructure''' check-boxes are checked. &lt;br /&gt;
&lt;br /&gt;
We will proceed with the selection.&lt;br /&gt;
&lt;br /&gt;
From the list of options, select '''By rainbow.'''&lt;br /&gt;
&lt;br /&gt;
The receptor is now seen in rainbow colors.&lt;br /&gt;
&lt;br /&gt;
Users can explore the other options given in the list.&lt;br /&gt;
&lt;br /&gt;
Click on '''close''' at the bottom to close the window. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| We can also view the conformations of ligand ranked by energy, from lowest to highest.&lt;br /&gt;
|- &lt;br /&gt;
|| Again click on '''Analyze''' on the menu bar. Select '''Conformations '''from the drop -down.&lt;br /&gt;
&lt;br /&gt;
Select '''play, ranked by energy…'''..&lt;br /&gt;
&lt;br /&gt;
Cursor on the '''ligand '''menu. &lt;br /&gt;
|| Click on '''Analyze''', select '''Conformations '''from the drop-down.&lt;br /&gt;
&lt;br /&gt;
Then select '''play, ranked by energy…'''.. &lt;br /&gt;
&lt;br /&gt;
A menu titled '''ligand''' opens with various button options to play.&lt;br /&gt;
|- &lt;br /&gt;
|| Click on the white arrow play button, on the ligand menu.&lt;br /&gt;
&lt;br /&gt;
Cursor on the panel.&lt;br /&gt;
&lt;br /&gt;
|| Click on the white forward arrow play button on the '''ligand''' menu bar.&lt;br /&gt;
&lt;br /&gt;
On the panel, the 10 conformations are played one after the other in a sequence.&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on the “ligand” bar.&lt;br /&gt;
&lt;br /&gt;
Click on the small black arrow buttons to play.&lt;br /&gt;
|| Click on the white backward arrow on the '''ligand''' menu to play the conformations in reverse sequence.&lt;br /&gt;
&lt;br /&gt;
This brings the ligand conformation display back to zero.&lt;br /&gt;
&lt;br /&gt;
Conformation number zero represents the initial coordinates of ligand pdbqt that we had used for docking.&lt;br /&gt;
&lt;br /&gt;
Click on the small black forward arrow button to play conformations one-by-one.&lt;br /&gt;
&lt;br /&gt;
I will bring conformation 1 back on the panel by clicking on the black backward button.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the 2&amp;lt;sup&amp;gt;nd&amp;lt;/sup&amp;gt; last button (&amp;amp;)on the “ligand” bar.&lt;br /&gt;
&lt;br /&gt;
In the '''Set play options '''dialog, check the check-box for '''Show Info''' at the top.&lt;br /&gt;
&lt;br /&gt;
|| Click on the 2&amp;lt;sup&amp;gt;nd&amp;lt;/sup&amp;gt; last button on the ligand menu bar to change play options.&lt;br /&gt;
&lt;br /&gt;
A pop-up dialog-box '''Set play options '''opens.&lt;br /&gt;
&lt;br /&gt;
Check the check-box for '''Show Info''' at the top.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''Input Conformation '''pop-up box.&lt;br /&gt;
&lt;br /&gt;
Binding energy,ligand efficiency, inhibition constant, and other parameters are listed here&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on the X top-right to close the pop-up.&lt;br /&gt;
&lt;br /&gt;
|| Another pop-up box called '''Conformation 1 info '''opens.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It gives information of the particular conformation.&lt;br /&gt;
&lt;br /&gt;
Read the information.&lt;br /&gt;
&lt;br /&gt;
Conformation number 1 has the binding energy of -5.66.&lt;br /&gt;
&lt;br /&gt;
The inhibition constant value for this conformation is also given in the information pop-up&lt;br /&gt;
&lt;br /&gt;
Close the '''Conformation 1 Info'''&lt;br /&gt;
&lt;br /&gt;
pop-up box.&lt;br /&gt;
|-&lt;br /&gt;
|| In the '''Set play options '''dialog, &lt;br /&gt;
&lt;br /&gt;
check the check-box for''' Build H-bonds'''.&lt;br /&gt;
&lt;br /&gt;
Cursor on '''Hydrogen Bonds''' pop-up window. &lt;br /&gt;
&lt;br /&gt;
|| In the '''Set play options '''dialog, check the check-box for''' Build H-bonds'''.&lt;br /&gt;
&lt;br /&gt;
This will open another pop-up, '''Hydrogen Bonds'''. &lt;br /&gt;
&lt;br /&gt;
This will show the information of hydrogen bonds for the particular conformation.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||  Cursor on '''Hydrogen Bonds''' pop-up window. &lt;br /&gt;
&lt;br /&gt;
Zoom-in the structure on the panel.&lt;br /&gt;
&lt;br /&gt;
|| Only one amino acid''' Phenylalanine146 '''is hydrogen bonded to the ligand in this conformation.&lt;br /&gt;
&lt;br /&gt;
Zoom-in the structure on the panel.&lt;br /&gt;
|-&lt;br /&gt;
|| In the '''Hydrogen Bonds''' pop-up, check the check-box for '''Show Distances'''. &lt;br /&gt;
&lt;br /&gt;
Check-box for''' Show Energy '''and uncheck the checkbox for '''Show Distance'''.&lt;br /&gt;
|| In the '''Hydrogen Bonds''' pop-up, check the check-box for '''Show Distances''' if it is not checked.&lt;br /&gt;
&lt;br /&gt;
Here for conformation 1 the distance is 2.237 angstroms.&lt;br /&gt;
&lt;br /&gt;
Now uncheck the checkbox for '''Show Distance'''.&lt;br /&gt;
&lt;br /&gt;
To view the hydrogen bond energies, check the check-box for''' Show Energy.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| On the panel you can see the hydrogen bond energy as -3.069.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click the black arrow button to go to conformation number one.&lt;br /&gt;
&lt;br /&gt;
Cursor on the values.&lt;br /&gt;
|| I will click the black arrow button to go to conformation number 2.&lt;br /&gt;
&lt;br /&gt;
In the '''Hydrogen Bonds''' pop-up, check the check-box for '''Show Distances'''.&lt;br /&gt;
&lt;br /&gt;
On the panel we can see hydrogen bond distance as '''2.103''' angstroms.&lt;br /&gt;
&lt;br /&gt;
In the conformation 2 info pop up: &lt;br /&gt;
&lt;br /&gt;
The binding energy is -5.66.&lt;br /&gt;
&lt;br /&gt;
It shows the same binding energy as the previous conformation which was ranked one. &lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
The inhibition constant is 71.01.&lt;br /&gt;
&lt;br /&gt;
Notice that this conformation has a slightly higher inhibition constant when compared to conformation number 1.&lt;br /&gt;
&lt;br /&gt;
Hence it is ranked 2&amp;lt;sup&amp;gt;nd&amp;lt;/sup&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the front black arrow again.&lt;br /&gt;
&lt;br /&gt;
Cursor on the values.&lt;br /&gt;
||  Click on the black play button for all the conformations.&lt;br /&gt;
&lt;br /&gt;
You can see the energies and hydrogen bond information of all the conformations.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Text annotation.'''&lt;br /&gt;
&lt;br /&gt;
(A conformer with -10.5 Kcal better than one with -7kcal)&lt;br /&gt;
&lt;br /&gt;
Cursor on the values.&lt;br /&gt;
|| These conformations are ranked lowest to highest energy.&lt;br /&gt;
&lt;br /&gt;
More negative binding energy with a good pose in the active site would be one of the most favorable poses. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the values.&lt;br /&gt;
|| Bring the most favorable pose, that is conformation 1 back on the panel.&lt;br /&gt;
&lt;br /&gt;
Close all the pop up windows.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| Let us now view the clustering.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''Analyze''' on the menu bar again and select '''Clusterings''' option.&lt;br /&gt;
&lt;br /&gt;
Cursor on''' Ligand Clusterning''' window.&lt;br /&gt;
&lt;br /&gt;
|| Click on '''Analyze''' on the menu bar again and select '''Clusterings''' option.&lt;br /&gt;
&lt;br /&gt;
Select '''Show '''option from the sub- menu.&lt;br /&gt;
&lt;br /&gt;
'''Ligand Clustering''' window opens.&lt;br /&gt;
&lt;br /&gt;
Here you can see the '''10 conformations '''grouped into 2 clusters. &lt;br /&gt;
&lt;br /&gt;
There are 8 conformations grouped in one cluster and 2 conformations in another cluster.&lt;br /&gt;
&lt;br /&gt;
Table is in the form of a '''2D histogram'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Open the 2vta.dlg file.&lt;br /&gt;
&lt;br /&gt;
Scroll down to the “CLUSTER ANALYSIS OF CONFORMATIONS” section&lt;br /&gt;
||  I will open the''' 2vta.dlg '''file saved in the home folder using any text editor.&lt;br /&gt;
&lt;br /&gt;
Read the information given here.&lt;br /&gt;
&lt;br /&gt;
Scroll down to the '''CLUSTER ANALYSIS OF CONFORMATIONS '''section. &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
The number of conformations is 10.&lt;br /&gt;
&lt;br /&gt;
The 10 conformations are grouped into 2 clusters according to the similarity in their structure.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''Clustering Histogram''' table.&lt;br /&gt;
|| Clustering Histogram table gives more information.&lt;br /&gt;
&lt;br /&gt;
There are 8 conformations grouped in cluster 1 and 2 conformations in Cluster 2.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the value.&lt;br /&gt;
|| The lowest binding energy -5.66 is for Run 4, which is ranked number 1. &lt;br /&gt;
&lt;br /&gt;
Hence this is the most preferred conformation.&lt;br /&gt;
|-&lt;br /&gt;
|| Scroll down to the RMSD table.&lt;br /&gt;
|| Scroll down to RMSD table.&lt;br /&gt;
&lt;br /&gt;
The '''RMSD''' table gives information about:&lt;br /&gt;
&lt;br /&gt;
ranking, sub-ranking and Binding energy information for all the 10 conformations.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on ADT interface.&lt;br /&gt;
&lt;br /&gt;
Click on the black forward arrow to play conformer 1.&lt;br /&gt;
|| Back to the ADT interface. &lt;br /&gt;
&lt;br /&gt;
We will save the most favorable pose as a pdb file.&lt;br /&gt;
&lt;br /&gt;
Play the conformation ranked one.&lt;br /&gt;
&lt;br /&gt;
This is the most favorable conformation among the 10 poses.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the yellow oval in column S for the ligand.&lt;br /&gt;
&lt;br /&gt;
Select '''Save''' from the drop-down. From the sub-menu, select '''Write PDB'''.&lt;br /&gt;
&lt;br /&gt;
|| Select the ligand by clicking the small oval on the ligand row '''S '''column, that is 1&amp;lt;sup&amp;gt;st&amp;lt;/sup&amp;gt; column on the left panel. &lt;br /&gt;
&lt;br /&gt;
Save this docking pose as a pdb file by clicking on '''File '''menu.&lt;br /&gt;
&lt;br /&gt;
Select '''Save''' from the drop-down. From the sub-menu, select '''Write PDB'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Curson on '''Write Options''' dialog box.&lt;br /&gt;
&lt;br /&gt;
Type file name as '''ligand-conf1.pdb'''. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|| '''Write Options''' dialog box opens.&lt;br /&gt;
&lt;br /&gt;
'''Filename''' field is already populated with path and filename.&lt;br /&gt;
&lt;br /&gt;
You can choose to save it at a different location by clicking on the '''Browse''' button.&lt;br /&gt;
&lt;br /&gt;
I will not change the path, but change the file name to '''ligand-conf1.pdb'''.&lt;br /&gt;
&lt;br /&gt;
Click on the '''OK''' button at the bottom of the dialog box.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| To save another conformation, you can repeat this procedure.&lt;br /&gt;
&lt;br /&gt;
Change the number in the ligand button menu to 2.&lt;br /&gt;
&lt;br /&gt;
Close all the windows.&lt;br /&gt;
&lt;br /&gt;
Select again and Save as''' PDB '''using the File menu.&lt;br /&gt;
&lt;br /&gt;
I will save the file as '''ligand-conf2.pdb'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Show home folder, cursor on ligand-con1.pdb and ligand-con2.pdb files.&lt;br /&gt;
&lt;br /&gt;
Cursor on ligand-con1.pdb file.&lt;br /&gt;
&lt;br /&gt;
||  The pdb files, '''ligand-con1.pdb''' and '''ligand-con2.pdb''' are saved in the home folder.&lt;br /&gt;
&lt;br /&gt;
These files can be read by '''Pymol''',''' Chimera''' or '''Jmol''' for further analysis and for the generation of high-resolution images.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Only Narration&lt;br /&gt;
|| This brings us to the end of this tutorial.&lt;br /&gt;
&lt;br /&gt;
Let's summarize, &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 8'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
|| In this tutorial, we,&lt;br /&gt;
&lt;br /&gt;
Opened the dlg file on the ADT panel.&lt;br /&gt;
&lt;br /&gt;
Opened and visualize the most favorable conformations of ligand.&lt;br /&gt;
&lt;br /&gt;
Analyzed the binding energies of various conformations.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 9'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
|| Analyzed clusters of conformations.&lt;br /&gt;
&lt;br /&gt;
Opened the dlg file using a text editor and analyzed the data.&lt;br /&gt;
&lt;br /&gt;
Exported the most favorable docking pose as pdb file.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 10'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment'''&lt;br /&gt;
|| As an assignment, &lt;br /&gt;
&lt;br /&gt;
Analyze the dlg files generated for 1DWD receptor-ligand complex.&lt;br /&gt;
&lt;br /&gt;
https://autodock.scripps.edu/download-autodock4/&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide''' '''Number 11'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''About Spoken Tutorial Project '''&lt;br /&gt;
|| &lt;br /&gt;
* The video at the following link summarizes the Spoken Tutorial project. &lt;br /&gt;
* Please download and watch it. &lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide''' '''Number 12'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Spoken tutorial workshops '''&lt;br /&gt;
||&lt;br /&gt;
* We conduct workshops using spoken tutorials and give certificates. &lt;br /&gt;
* For more details, please write to us. &lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide''' '''Number 13'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Forum'''&lt;br /&gt;
||  &lt;br /&gt;
* Please post your timed queries in this forum. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide''' '''Number 14'''&lt;br /&gt;
&lt;br /&gt;
'''Acknowledgement '''&lt;br /&gt;
||  Spoken Tutorial project was established by the Ministry of Education (MoE), Govt. of India&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide''' '''Number 15'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Acknowledgement '''&lt;br /&gt;
|| This tutorial is contributed by Snehalatha Kaliappan, Sruthi Sudhakar and Madhuri Ganapathi from IIT Bombay.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Inkscape-Techniques-to-Create-Vector-Graphics/C2/3D-Drawing-of-a-Pair-of-Headphones/English</id>
		<title>Inkscape-Techniques-to-Create-Vector-Graphics/C2/3D-Drawing-of-a-Pair-of-Headphones/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Inkscape-Techniques-to-Create-Vector-Graphics/C2/3D-Drawing-of-a-Pair-of-Headphones/English"/>
				<updated>2024-05-31T08:58:45Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Title of script: 3D Drawing of a Pair of Headphones'''&lt;br /&gt;
&lt;br /&gt;
'''Author''': Shital &lt;br /&gt;
&lt;br /&gt;
'''Keywords''': Inkscape, headphones, Gradient, Difference, Union, Bezier tool,3D Drawing of a pair of Headphones, Video tutorial.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
|| '''Narration'''&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide-1'''&lt;br /&gt;
&lt;br /&gt;
'''Opening Slide'''&lt;br /&gt;
|| Welcome to this Spoken Tutorial on '''3D Drawing of a Pair of Headphones''' using '''Inkscape'''.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives''' &lt;br /&gt;
|| In this tutorial we will,&lt;br /&gt;
&lt;br /&gt;
* Import a headphone’s picture into '''Inkscape'''&lt;br /&gt;
* Use '''Circle tool''', '''Difference '''and '''Union''' options to create speaker’s cups and cushions&lt;br /&gt;
* Use '''Bezier tool''' to create a headband &lt;br /&gt;
* Create shadows and light using '''Gradient tool''' to bring depth to the drawing&lt;br /&gt;
* Create a 3D realistic drawing of a pair of Headphones&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirement''' &lt;br /&gt;
|| To record this tutorial, I am using,&lt;br /&gt;
* '''Mac''' OS version 10.14.6&lt;br /&gt;
* '''Inkscape '''version 1.2.2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide'''&lt;br /&gt;
&lt;br /&gt;
'''Prerequisites'''&lt;br /&gt;
&lt;br /&gt;
http://spoken-tutorial.org&lt;br /&gt;
|| To understand this tutorial, learner requires a good command of Inkscape tools.&lt;br /&gt;
&lt;br /&gt;
For the prerequisite tutorials on '''Inkscape '''please visit this website.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide'''&lt;br /&gt;
&lt;br /&gt;
'''Code Files''' &lt;br /&gt;
|| The image used in this tutorial is given in the '''Code Files''' link.&lt;br /&gt;
&lt;br /&gt;
Please download and extract the file.&lt;br /&gt;
&lt;br /&gt;
Make a copy and then use it while practising.&lt;br /&gt;
|- &lt;br /&gt;
|| Open '''Inkscape'''&lt;br /&gt;
|| Let us open '''Inkscape.'''&lt;br /&gt;
|- &lt;br /&gt;
|| '''File '''&amp;gt;&amp;gt; '''Document Properties &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Orientation ''' &amp;gt;&amp;gt; Select the ''''Landscape '''Orientation'''&lt;br /&gt;
&lt;br /&gt;
Click on '''Close button(X)'''&lt;br /&gt;
|| Go to '''File ''' and click on '''Document Properties'''.&lt;br /&gt;
&lt;br /&gt;
In the dialog box, select ''' Landscape Orientation'''.&lt;br /&gt;
&lt;br /&gt;
Close the '''Document Properties '''dialog box.&lt;br /&gt;
|- &lt;br /&gt;
|| Go to '''File'''&amp;gt;&amp;gt; Click on '''Save'''.&lt;br /&gt;
&lt;br /&gt;
In the Save dialog box type the filename as '''3D Drawing of a pair of Headphones.svg'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on '''Save''' button. &lt;br /&gt;
|| Let us now save the file.&lt;br /&gt;
&lt;br /&gt;
Go to File. Click on '''Save'''.&lt;br /&gt;
&lt;br /&gt;
In the '''Save''' dialog box type the filename as '''3D- Drawing-of-a-pair-of-Headphones.svg'''.&lt;br /&gt;
&lt;br /&gt;
Click on '''Save''' button.&lt;br /&gt;
&lt;br /&gt;
Please remember to save the file often while drawing.&lt;br /&gt;
|- &lt;br /&gt;
|| '''File '''&amp;gt;&amp;gt; '''Import &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Select file to import '''&amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Desktop ''' &amp;gt;&amp;gt; Select the file &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Click on '''Open '''.&lt;br /&gt;
|| Go to '''File '''and click on '''Import.'''&lt;br /&gt;
&lt;br /&gt;
In the dialog box''' Select file to import'''.&lt;br /&gt;
&lt;br /&gt;
Go to the location on your computer where the image is saved.&lt;br /&gt;
&lt;br /&gt;
Select '''File''' and click on '''Open'''.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Jpeg image bitmap import '''window opens.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on''' Ok''' &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Close the dialog box &amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Point out imported image.&lt;br /&gt;
&lt;br /&gt;
|| '''Jpeg bitmap image import '''window opens.&lt;br /&gt;
&lt;br /&gt;
Click the '''OK ''' button to close the window. &lt;br /&gt;
&lt;br /&gt;
Now, the image is loaded on the canvas. &lt;br /&gt;
&lt;br /&gt;
Scale and adjust the reference image.&lt;br /&gt;
|- &lt;br /&gt;
|| Go to the '''Layers panel''' located on the right side of the interface.&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt; Double click on the selected Layer &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Rename the name as ‘Reference’&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|| Go to the '''Layers panel''' located at the right side of the interface.&lt;br /&gt;
&lt;br /&gt;
Double click on the selected Layer and rename the layer as ‘'''Reference'''’. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| Point out imported image &amp;gt;&amp;gt; '''Menu bar''' &lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt; Click on '''Object''' &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Click on '''Fill and Stroke '''&lt;br /&gt;
&lt;br /&gt;
||This image is for reference so you can decrease its '''Opacity'''.&lt;br /&gt;
&lt;br /&gt;
To decrease the opacity, go to the''' Object''' menu on the '''Menu bar.'''&lt;br /&gt;
&lt;br /&gt;
Click on ''' Fill and Stroke'''.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Fill tab '''&amp;gt;&amp;gt; Change '''Opacity.'''&lt;br /&gt;
|| '''Fill and stroke '''window opens on the right side of the Interface.&lt;br /&gt;
&lt;br /&gt;
Let us now adjust the '''Opacity'''.&lt;br /&gt;
&lt;br /&gt;
Drag the opacity slider located at the bottom of the '''Fill and Stroke''' window.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Layers panel''' &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Click on lock icon.&lt;br /&gt;
&lt;br /&gt;
|| The reference image must be retained as a reference as long as you work.&lt;br /&gt;
&lt;br /&gt;
Go to the '''Layers''' panel. &lt;br /&gt;
&lt;br /&gt;
Click the lock icon to lock the reference image layer.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide'''&lt;br /&gt;
&lt;br /&gt;
'''Add a Separate Layer'''&lt;br /&gt;
|| Please remember to add a separate layer for each part of the drawing.&lt;br /&gt;
&lt;br /&gt;
Rename the layer with a proper name. &lt;br /&gt;
&lt;br /&gt;
For example. '''Speaker’s cushion-Left''', '''Speaker’s cushion-Right''', '''Headband''' and others.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Toolbar''' &amp;gt;&amp;gt; Select the '''Circle tool'''&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt;'''Canvas'''&amp;gt;&amp;gt; Draw a circle &lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt; '''Fill''' &amp;gt;&amp;gt; '''Opacity''' Change the value to 100.&lt;br /&gt;
&lt;br /&gt;
|| From the '''Toolbox''', Select the '''Circle tool'''.&lt;br /&gt;
&lt;br /&gt;
On the layer of the Speaker’s cushions left,&lt;br /&gt;
&lt;br /&gt;
Draw a circle.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Ensure that the Opacity value is set to 100&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Canvas''' Draw a circle &lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt;'''Fill&amp;gt;&amp;gt; '''Remove the fill''' &lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt;''' Scale &amp;gt;&amp;gt; Rotate&lt;br /&gt;
|| Go to '''Fill''' tab and remove the '''Fill'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Make sure that the '''Stroke''' option is selected in the '''Fill and stroke ''' tab.&lt;br /&gt;
&lt;br /&gt;
Scale and rotate the circle as required.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Canvas'''&amp;gt;&amp;gt; '''Edit'''&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt; '''Duplicate&amp;gt;'''&amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
select one of the duplicated circles&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt; Scale and adjust &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Select remaining one of the duplicated circles drag and adjust&lt;br /&gt;
|| To make the inside part of the speaker's cushion, adjust the circle as shown.&lt;br /&gt;
&lt;br /&gt;
Go to '''Edit menu '''and click on '''Duplicate ''' to make a copy of the drawn circle.&lt;br /&gt;
&lt;br /&gt;
Duplicate the drawn circle twice. &lt;br /&gt;
&lt;br /&gt;
The duplicated circles are positioned in the same location as the drawn circle.&lt;br /&gt;
&lt;br /&gt;
Select one of the duplicated circles.&lt;br /&gt;
&lt;br /&gt;
Drag and adjust it as shown.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Canvas &amp;gt;&amp;gt; Path &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Click on '''Difference''' &lt;br /&gt;
|| Now, select the shifted circle and the remaining duplicated circle.&lt;br /&gt;
&lt;br /&gt;
Go to the '''Path''' and click on '''Difference.'''&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Canvas''' &amp;gt;&amp;gt; &lt;br /&gt;
Duplicate the remaining one of the duplicated circle&lt;br /&gt;
&amp;gt;&amp;gt; Scale and adjust &lt;br /&gt;
|| The duplicated circles were used to create the inside part of the speaker's cushion.&lt;br /&gt;
&lt;br /&gt;
Only the initial circle remains on the canvas. &lt;br /&gt;
&lt;br /&gt;
To create the front part of the speaker's cushion.&lt;br /&gt;
&lt;br /&gt;
Create a duplicate of the initial circle that is still on the canvas.&lt;br /&gt;
&lt;br /&gt;
Scale and adjust as shown. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Canvas''' &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Duplicate the adjusted circle twice &lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt; Move and adjust one of the duplicated circles &lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt; Select the adjusted circle and the remaining duplicated circle.&lt;br /&gt;
&lt;br /&gt;
|| Now, let us create the middle part of the speaker's cushion.&lt;br /&gt;
&lt;br /&gt;
Duplicate the adjusted circle twice.&lt;br /&gt;
&lt;br /&gt;
Move and adjust one of the duplicated circles as demonstrated.&lt;br /&gt;
&lt;br /&gt;
Select the adjusted circle and the remaining duplicated circle.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Path'''&amp;gt;&amp;gt; Click on '''Union'''&lt;br /&gt;
|| Go to '''Path''' and click on '''Union'''.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Canvas'''&amp;gt;&amp;gt; ''' Editing nodes'''.&lt;br /&gt;
|| Adjust circles by editing the nodes as demonstrated.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Canvas'''&amp;gt;&amp;gt; Duplicate the edited shape twice&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt; Select one of the duplicated shape&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt; Move and adjust as demonstrated.&lt;br /&gt;
|| To make the cushion's backside, duplicate the edited shape twice.&lt;br /&gt;
&lt;br /&gt;
Select one of the duplicated shapes.&lt;br /&gt;
&lt;br /&gt;
Move and adjust as demonstrated.&lt;br /&gt;
|- &lt;br /&gt;
|| &lt;br /&gt;
|| To get the difference,&lt;br /&gt;
&lt;br /&gt;
Please note:&lt;br /&gt;
&lt;br /&gt;
The shape from which we want to get the difference has to be kept behind the current shape.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Canvas ''' &amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Select edited shape and one of the duplicated shape&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt;''' Path''' &amp;gt;&amp;gt; Click on''' Difference'''&lt;br /&gt;
&lt;br /&gt;
|| Select the edited shape and the remaining duplicated shape.&lt;br /&gt;
&lt;br /&gt;
Go to '''Path''' and click on''' Difference'''.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Canvas''' &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Duplicate the shape resulting from the difference.&lt;br /&gt;
&lt;br /&gt;
'''&amp;gt;&amp;gt; Layers panel '''Create a new''' Layer '''named &lt;br /&gt;
&lt;br /&gt;
'''Speaker cup Left &amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Select the '''Layer '''of the duplicated shape from the''' Layers panel'''&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt;Drag and drop into the '''Layer''' of the''' Speaker cup Left''' &lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt;''' Canvas&amp;gt;&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
adjust as shown &amp;gt;&amp;gt; &lt;br /&gt;
Duplicate the adjusted shape and edit it for the remaining part of the speaker’s cup.&lt;br /&gt;
&lt;br /&gt;
|| To make the speaker’s cup, duplicate the shape resulting from the difference.&lt;br /&gt;
&lt;br /&gt;
Create a new''' Layer '''named '''Speaker cup Left'''.&lt;br /&gt;
&lt;br /&gt;
Select the '''Layer '''of the duplicated shape from the''' Layers panel'''.&lt;br /&gt;
&lt;br /&gt;
Drag and drop into the '''Layer''' of the''' Speaker cup Left''' &lt;br /&gt;
&lt;br /&gt;
Go to the '''Canvas''' and adjust as shown.&lt;br /&gt;
&lt;br /&gt;
Duplicate the adjusted shape and edit it for the remaining part of the speaker’s cup.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on the '''Canvas'''.&lt;br /&gt;
|| Now, add new layers to the right side speaker’s cushion and speaker’s cup.&lt;br /&gt;
&lt;br /&gt;
Create the speaker’s cushion and speaker’s cup on the right side as before.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Toolbar''' &amp;gt;&amp;gt; '''Bezier tool&amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Canvas'''&amp;gt;&amp;gt;Draw headband&lt;br /&gt;
|| &lt;br /&gt;
Go to '''Toolbox'''. Select the '''Bezier tool'''.&lt;br /&gt;
&lt;br /&gt;
Using the '''Bezier''' tool let us draw the various parts of the headband.&lt;br /&gt;
&lt;br /&gt;
Users can draw the headband using the bezier tool as seen here.&lt;br /&gt;
&lt;br /&gt;
The headband parts will look as shown.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Layer panel &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Select reference image &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Canvas'''&amp;gt;&amp;gt;Move, scale and adjust &amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Fill and Stroke '''&amp;gt;&amp;gt;''' Opacity'''&lt;br /&gt;
|| After all the parts are drawn, select the reference image '''Layer'''. &lt;br /&gt;
&lt;br /&gt;
Click on the lock icon to unlock the '''Layer'''.&lt;br /&gt;
&lt;br /&gt;
Go to '''Canvas.'''&lt;br /&gt;
&lt;br /&gt;
Move, scale and adjust the reference image. &lt;br /&gt;
&lt;br /&gt;
Make sure to increase the opacity to 100 before adding colors.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Canvas''' &amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Select shape one by one &amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Fill colors&amp;gt;&amp;gt;''' Layers panel''' &lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt; Arrange layers &lt;br /&gt;
&lt;br /&gt;
|| Select the shapes of the speaker’s cushions, speaker’s cups, and headband one by one.&lt;br /&gt;
&lt;br /&gt;
Fill the color by''' '''picking a suitable color from the reference image as shown'''.'''&lt;br /&gt;
&lt;br /&gt;
Go to the '''Layers panel'''. &lt;br /&gt;
&lt;br /&gt;
Arrange layers from the '''Layers panel''' while filling colors as demonstrated.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Canvas''' &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Select all parts of the drawing &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Stroke paint''' &amp;gt;&amp;gt;Click on '''No paint&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt; Canvas &amp;gt;&amp;gt; '''point towards the gap &lt;br /&gt;
|| Select all parts of the drawing&lt;br /&gt;
&lt;br /&gt;
Go to the '''Stroke paint''' tab.&lt;br /&gt;
&lt;br /&gt;
Click on '''No paint ''' to remove the outlines from drawing.&lt;br /&gt;
&lt;br /&gt;
Check the gaps between the shapes and adjust them.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Canvas''' &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Fill the '''Linear Gradient''' using '''Gradient tool'''.&lt;br /&gt;
|| Select the shapes of the speaker’s cushion, speaker’s cup, and headband one by one.&lt;br /&gt;
&lt;br /&gt;
And apply the gradient.&lt;br /&gt;
&lt;br /&gt;
To do so, Select the '''Gradient tool''' option from the '''Toolbar'''.&lt;br /&gt;
&lt;br /&gt;
And Choose the '''Create linear gradient '''option from the '''Tool controls bar.'''&lt;br /&gt;
&lt;br /&gt;
Apply the gradient by choosing a suitable color from the reference image &lt;br /&gt;
&lt;br /&gt;
Adjust the gradient as demonstrated.&lt;br /&gt;
&lt;br /&gt;
You can use '''Linear gradient ''' or ''' Radial gradient ''' as per the requirement.&lt;br /&gt;
&lt;br /&gt;
This method helps to create depth and gives 3D realistic drawing.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Canvas'''&lt;br /&gt;
|| For more details, create shadows and highlights using the '''Bezier tool'''. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''FIll &amp;gt;&amp;gt; '''Increase '''Blur '''value &lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt; '''Layers panel &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Hide reference layer by clicking on eye icon&lt;br /&gt;
|| Now, go to the '''Fill tab.'''&lt;br /&gt;
&lt;br /&gt;
Increase the '''Blur '''value for merging two colors as needed.&lt;br /&gt;
&lt;br /&gt;
Add more details as applicable.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To hide the reference image, go to the ''' Layers panel'''. &lt;br /&gt;
&lt;br /&gt;
Click on the eye icon of the reference image '''Layer'''. &lt;br /&gt;
|- &lt;br /&gt;
|| '''Layers panel &amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Select all the layers '''&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt; Object Menu &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Group&amp;gt;&amp;gt;Layers panel &lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt; '''Double click on the''' Group layer ''' &lt;br /&gt;
&lt;br /&gt;
and rename it as''' Headphone'''&lt;br /&gt;
|| Select all the parts from the '''Layers panel '''at once. &lt;br /&gt;
&lt;br /&gt;
Go to '''Object''' and click on '''Group.'''&lt;br /&gt;
&lt;br /&gt;
Double click on the '''Group layer''' from the ''' Layers panel''' and rename it as '''Headphone.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Filter &amp;gt;&amp;gt; Shadows and Glows&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt;Drop Shadow&amp;gt;&amp;gt; Options &amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Adjust the parameters &amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shadow type'''&amp;gt;&amp;gt;'''Outer &lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt;Preview&amp;gt;&amp;gt; '''click on the checkbox''' &lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt;''' '''Apply'''&lt;br /&gt;
|| Go to '''Filters menu'''.&lt;br /&gt;
&lt;br /&gt;
Navigate to '''Shadows and Glows ''' and click on the '''Drop Shadow''' from the submenu.&lt;br /&gt;
&lt;br /&gt;
'''Drop Shadow''' window opens'''.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Options '''and adjust the parameters as shown. &lt;br /&gt;
&lt;br /&gt;
Make sure the '''Outer''' option is selected from the drop down menu of '''Shadow type'''.&lt;br /&gt;
&lt;br /&gt;
To view the preview, click on the checkbox labeled &amp;quot;'''Live''' '''Preview'''&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Click on '''Apply'''. Close the window.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Toolbar &amp;gt;&amp;gt; '''Select &lt;br /&gt;
&lt;br /&gt;
'''Rectangle tool&amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Canvas&amp;gt;&amp;gt;'''Draw rectangle on the''' Canvas&amp;gt;&amp;gt; Layers panel&amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Rename the layer and arrange&amp;gt;&amp;gt;Select color from the&lt;br /&gt;
'''Palette'''&lt;br /&gt;
&lt;br /&gt;
|| Select''' Rectangle tool '''from the '''Toolbox.'''&lt;br /&gt;
&lt;br /&gt;
Draw a rectangle on the '''Canvas '''as demonstrated.&lt;br /&gt;
&lt;br /&gt;
Rename the''' Layer''' as''' Background '''from the '''Layers panel'''.&lt;br /&gt;
&lt;br /&gt;
Arrange the '''Layer '''behind the''' Layer''' of the head Phone.&lt;br /&gt;
&lt;br /&gt;
Pick color from '''Palette '''as shown.&lt;br /&gt;
&lt;br /&gt;
Now the 3D Drawing of a pair of headphones''' '''is ready.&lt;br /&gt;
|- &lt;br /&gt;
|| Point to the headphone&lt;br /&gt;
|| Similarly, you can create various other objects using this method.&lt;br /&gt;
|- &lt;br /&gt;
||'''Slide''' &lt;br /&gt;
&lt;br /&gt;
'''Summary''' &lt;br /&gt;
|| This brings us to the end of this tutorial.&lt;br /&gt;
&lt;br /&gt;
Let us summarize.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this tutorial we have learnt to-&lt;br /&gt;
&lt;br /&gt;
* Import a headphone’s picture into '''Inkscape'''&lt;br /&gt;
* Use '''Circle tool''', '''Difference '''and '''Union''' options to create speaker’s cups and cushions&lt;br /&gt;
* Use '''Bezier tool''' to create headband &lt;br /&gt;
* Create shadows and light using '''Gradient tool''' to bring depth to the drawing&lt;br /&gt;
* Create a 3D realistic drawing of a pair of headphones&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment'''&lt;br /&gt;
|| Here is an assignment for you.&lt;br /&gt;
* Create the drawing of an ironbox from the image given in the Code files&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| Completed assignment&lt;br /&gt;
|| Your completed assignment should look like this.&lt;br /&gt;
|-&lt;br /&gt;
||'''Slide'''&lt;br /&gt;
&lt;br /&gt;
'''About Spoken Tutorial'''&lt;br /&gt;
&lt;br /&gt;
|| The video at the following link summarizes the Spoken Tutorial project.&lt;br /&gt;
&lt;br /&gt;
Please download and watch it.&lt;br /&gt;
|-&lt;br /&gt;
|'''Slide'''&lt;br /&gt;
&lt;br /&gt;
'''Workshop'''&lt;br /&gt;
&lt;br /&gt;
|| We conduct workshops using spoken tutorials and give certificates.&lt;br /&gt;
&lt;br /&gt;
For more details, please write to us.&lt;br /&gt;
|-&lt;br /&gt;
||'''Slide'''&lt;br /&gt;
&lt;br /&gt;
'''Spoken Tutorial Forum slide'''&lt;br /&gt;
||Do you have questions in THIS Spoken Tutorial? &lt;br /&gt;
&lt;br /&gt;
Please visit this site &lt;br /&gt;
&lt;br /&gt;
Choose the minute and second where you have the question&lt;br /&gt;
&lt;br /&gt;
Explain your question briefly &lt;br /&gt;
&lt;br /&gt;
The Spoken Tutorial project will ensure an answer&lt;br /&gt;
&lt;br /&gt;
You will have to register to ask questions&lt;br /&gt;
|-&lt;br /&gt;
||'''Slide'''&lt;br /&gt;
&lt;br /&gt;
'''Acknowledgment'''&lt;br /&gt;
|| Spoken Tutorial project was established by the Ministry of Education Government of India.&lt;br /&gt;
|-&lt;br /&gt;
||&lt;br /&gt;
|| This tutorial is contributed by Shital Joshi from IIT Bombay.&lt;br /&gt;
&lt;br /&gt;
Thank you for joining.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Inkscape-Techniques-to-Create-Vector-Graphics/C2/3D-Drawing-of-a-Pair-of-Headphones/English</id>
		<title>Inkscape-Techniques-to-Create-Vector-Graphics/C2/3D-Drawing-of-a-Pair-of-Headphones/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Inkscape-Techniques-to-Create-Vector-Graphics/C2/3D-Drawing-of-a-Pair-of-Headphones/English"/>
				<updated>2024-05-31T07:08:08Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Title of script: 3D Drawing of a Pair of Headphones'''&lt;br /&gt;
&lt;br /&gt;
'''Author''': Shital &lt;br /&gt;
&lt;br /&gt;
'''Keywords''': Inkscape, headphones, Gradient, Difference, Union, Bezier tool,3D Drawing of a pair of Headphones, Video tutorial.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
|| '''Narration'''&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide'''&lt;br /&gt;
&lt;br /&gt;
'''Opening Slide'''&lt;br /&gt;
|| Welcome to this Spoken Tutorial on '''3D Drawing of a Pair of Headphones''' using '''Inkscape'''.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives''' &lt;br /&gt;
|| In this tutorial we will,&lt;br /&gt;
&lt;br /&gt;
* Import a headphone’s picture into '''Inkscape'''&lt;br /&gt;
* Use '''Circle tool''', '''Difference '''and '''Union''' options to create speaker’s cups and cushions&lt;br /&gt;
* Use '''Bezier tool''' to create a headband &lt;br /&gt;
* Create shadows and light using '''Gradient tool''' to bring depth to the drawing&lt;br /&gt;
* Create a 3D realistic drawing of a pair of Headphones&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirement''' &lt;br /&gt;
|| To record this tutorial, I am using,&lt;br /&gt;
* '''Mac''' OS version 10.14.6&lt;br /&gt;
* '''Inkscape '''version 1.2.2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide'''&lt;br /&gt;
&lt;br /&gt;
'''Prerequisites'''&lt;br /&gt;
&lt;br /&gt;
http://spoken-tutorial.org&lt;br /&gt;
|| To understand this tutorial, learner requires a good command of Inkscape tools.&lt;br /&gt;
&lt;br /&gt;
For the prerequisite tutorials on '''Inkscape '''please visit this website.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide'''&lt;br /&gt;
&lt;br /&gt;
'''Code Files''' &lt;br /&gt;
|| The image used in this tutorial is given in the '''Code Files''' link.&lt;br /&gt;
&lt;br /&gt;
Please download and extract the file.&lt;br /&gt;
&lt;br /&gt;
Make a copy and then use it while practising.&lt;br /&gt;
|- &lt;br /&gt;
|| Open '''Inkscape'''&lt;br /&gt;
|| Let us open '''Inkscape.'''&lt;br /&gt;
|- &lt;br /&gt;
|| '''File '''&amp;gt;&amp;gt; '''Document Properties &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Orientation ''' &amp;gt;&amp;gt; Select the ''''Landscape '''Orientation'''&lt;br /&gt;
&lt;br /&gt;
Click on '''Close button(X)'''&lt;br /&gt;
|| Go to '''File ''' and click on '''Document Properties'''.&lt;br /&gt;
&lt;br /&gt;
In the dialog box, select ''' Landscape Orientation'''.&lt;br /&gt;
&lt;br /&gt;
Close the '''Document Properties '''dialog box.&lt;br /&gt;
|- &lt;br /&gt;
|| Go to '''File'''&amp;gt;&amp;gt; Click on '''Save'''.&lt;br /&gt;
&lt;br /&gt;
In the Save dialog box type the filename as '''3D Drawing of a pair of Headphones.svg'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on '''Save''' button. &lt;br /&gt;
|| Let us now save the file.&lt;br /&gt;
&lt;br /&gt;
Go to File. Click on '''Save'''.&lt;br /&gt;
&lt;br /&gt;
In the '''Save''' dialog box type the filename as '''3D- Drawing-of-a-pair-of-Headphones.svg'''.&lt;br /&gt;
&lt;br /&gt;
Click on '''Save''' button.&lt;br /&gt;
&lt;br /&gt;
Please remember to save the file often while drawing.&lt;br /&gt;
|- &lt;br /&gt;
|| '''File '''&amp;gt;&amp;gt; '''Import &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Select file to import '''&amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Desktop ''' &amp;gt;&amp;gt; Select the file &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Click on '''Open '''.&lt;br /&gt;
|| Go to '''File '''and click on '''Import.'''&lt;br /&gt;
&lt;br /&gt;
In the dialog box''' Select file to import'''.&lt;br /&gt;
&lt;br /&gt;
Go to the location on your computer where the image is saved.&lt;br /&gt;
&lt;br /&gt;
Select '''File''' and click on '''Open'''.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Jpeg image bitmap import '''window opens.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on''' Ok''' &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Close the dialog box &amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Point out imported image.&lt;br /&gt;
&lt;br /&gt;
|| '''Jpeg bitmap image import '''window opens.&lt;br /&gt;
&lt;br /&gt;
Click the '''OK ''' button to close the window. &lt;br /&gt;
&lt;br /&gt;
Now, the image is loaded on the canvas. &lt;br /&gt;
&lt;br /&gt;
Scale and adjust the reference image.&lt;br /&gt;
|- &lt;br /&gt;
|| Go to the '''Layers panel''' located on the right side of the interface.&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt; Double click on the selected Layer &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Rename the name as ‘Reference’&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|| Go to the '''Layers panel''' located at the right side of the interface.&lt;br /&gt;
&lt;br /&gt;
Double click on the selected Layer and rename the layer as ‘'''Reference'''’. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| Point out imported image &amp;gt;&amp;gt; '''Menu bar''' &lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt; Click on '''Object''' &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Click on '''Fill and Stroke '''&lt;br /&gt;
&lt;br /&gt;
||This image is for reference so you can decrease its '''Opacity'''.&lt;br /&gt;
&lt;br /&gt;
To decrease the opacity, go to the''' Object''' menu on the '''Menu bar.'''&lt;br /&gt;
&lt;br /&gt;
Click on ''' Fill and Stroke'''.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Fill tab '''&amp;gt;&amp;gt; Change '''Opacity.'''&lt;br /&gt;
|| '''Fill and stroke '''window opens on the right side of the Interface.&lt;br /&gt;
&lt;br /&gt;
Let us now adjust the '''Opacity'''.&lt;br /&gt;
&lt;br /&gt;
Drag the opacity slider located at the bottom of the '''Fill and Stroke''' window.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Layers panel''' &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Click on lock icon.&lt;br /&gt;
&lt;br /&gt;
|| The reference image must be retained as a reference as long as you work.&lt;br /&gt;
&lt;br /&gt;
Go to the '''Layers''' panel. &lt;br /&gt;
&lt;br /&gt;
Click the lock icon to lock the reference image layer.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide'''&lt;br /&gt;
&lt;br /&gt;
'''Add a Separate Layer'''&lt;br /&gt;
|| Please remember to add a separate layer for each part of the drawing.&lt;br /&gt;
&lt;br /&gt;
Rename the layer with a proper name. &lt;br /&gt;
&lt;br /&gt;
For example. '''Speaker’s cushion-Left''', '''Speaker’s cushion-Right''', '''Headband''' and others.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Toolbar''' &amp;gt;&amp;gt; Select the '''Circle tool'''&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt;'''Canvas'''&amp;gt;&amp;gt; Draw a circle &lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt; '''Fill''' &amp;gt;&amp;gt; '''Opacity''' Change the value to 100.&lt;br /&gt;
&lt;br /&gt;
|| From the '''Toolbox''', Select the '''Circle tool'''.&lt;br /&gt;
&lt;br /&gt;
On the layer of the Speaker’s cushions left,&lt;br /&gt;
&lt;br /&gt;
Draw a circle.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Ensure that the Opacity value is set to 100&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Canvas''' Draw a circle &lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt;'''Fill&amp;gt;&amp;gt; '''Remove the fill''' &lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt;''' Scale &amp;gt;&amp;gt; Rotate&lt;br /&gt;
|| Go to '''Fill''' tab and remove the '''Fill'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Make sure that the '''Stroke''' option is selected in the '''Fill and stroke ''' tab.&lt;br /&gt;
&lt;br /&gt;
Scale and rotate the circle as required.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Canvas'''&amp;gt;&amp;gt; '''Edit'''&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt; '''Duplicate&amp;gt;'''&amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
select one of the duplicated circles&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt; Scale and adjust &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Select remaining one of the duplicated circles drag and adjust&lt;br /&gt;
|| To make the inside part of the speaker's cushion, adjust the circle as shown.&lt;br /&gt;
&lt;br /&gt;
Go to '''Edit menu '''and click on '''Duplicate ''' to make a copy of the drawn circle.&lt;br /&gt;
&lt;br /&gt;
Duplicate the drawn circle twice. &lt;br /&gt;
&lt;br /&gt;
The duplicated circles are positioned in the same location as the drawn circle.&lt;br /&gt;
&lt;br /&gt;
Select one of the duplicated circles.&lt;br /&gt;
&lt;br /&gt;
Drag and adjust it as shown.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Canvas &amp;gt;&amp;gt; Path &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Click on '''Difference''' &lt;br /&gt;
|| Now, select the shifted circle and the remaining duplicated circle.&lt;br /&gt;
&lt;br /&gt;
Go to the '''Path''' and click on '''Difference.'''&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Canvas''' &amp;gt;&amp;gt; &lt;br /&gt;
Duplicate the remaining one of the duplicated circle&lt;br /&gt;
&amp;gt;&amp;gt; Scale and adjust &lt;br /&gt;
|| The duplicated circles were used to create the inside part of the speaker's cushion.&lt;br /&gt;
&lt;br /&gt;
Only the initial circle remains on the canvas. &lt;br /&gt;
&lt;br /&gt;
To create the front part of the speaker's cushion.&lt;br /&gt;
&lt;br /&gt;
Create a duplicate of the initial circle that is still on the canvas.&lt;br /&gt;
&lt;br /&gt;
Scale and adjust as shown. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Canvas''' &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Duplicate the adjusted circle twice &lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt; Move and adjust one of the duplicated circles &lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt; Select the adjusted circle and the remaining duplicated circle.&lt;br /&gt;
&lt;br /&gt;
|| Now, let us create the middle part of the speaker's cushion.&lt;br /&gt;
&lt;br /&gt;
Duplicate the adjusted circle twice.&lt;br /&gt;
&lt;br /&gt;
Move and adjust one of the duplicated circles as demonstrated.&lt;br /&gt;
&lt;br /&gt;
Select the adjusted circle and the remaining duplicated circle.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Path'''&amp;gt;&amp;gt; Click on '''Union'''&lt;br /&gt;
|| Go to '''Path''' and click on '''Union'''.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Canvas'''&amp;gt;&amp;gt; ''' Editing nodes'''.&lt;br /&gt;
|| Adjust circles by editing the nodes as demonstrated.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Canvas'''&amp;gt;&amp;gt; Duplicate the edited shape twice&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt; Select one of the duplicated shape&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt; Move and adjust as demonstrated.&lt;br /&gt;
|| To make the cushion's backside, duplicate the edited shape twice.&lt;br /&gt;
&lt;br /&gt;
Select one of the duplicated shapes.&lt;br /&gt;
&lt;br /&gt;
Move and adjust as demonstrated.&lt;br /&gt;
|- &lt;br /&gt;
|| &lt;br /&gt;
|| To get the difference,&lt;br /&gt;
&lt;br /&gt;
Please note:&lt;br /&gt;
&lt;br /&gt;
The shape from which we want to get the difference has to be kept behind the current shape.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Canvas ''' &amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Select edited shape and one of the duplicated shape&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt;''' Path''' &amp;gt;&amp;gt; Click on''' Difference'''&lt;br /&gt;
&lt;br /&gt;
|| Select the edited shape and the remaining duplicated shape.&lt;br /&gt;
&lt;br /&gt;
Go to '''Path''' and click on''' Difference'''.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Canvas''' &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Duplicate the shape resulting from the difference.&lt;br /&gt;
&lt;br /&gt;
'''&amp;gt;&amp;gt; Layers panel '''Create a new''' Layer '''named &lt;br /&gt;
&lt;br /&gt;
'''Speaker cup Left &amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Select the '''Layer '''of the duplicated shape from the''' Layers panel'''&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt;Drag and drop into the '''Layer''' of the''' Speaker cup Left''' &lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt;''' Canvas&amp;gt;&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
adjust as shown &amp;gt;&amp;gt; &lt;br /&gt;
Duplicate the adjusted shape and edit it for the remaining part of the speaker’s cup.&lt;br /&gt;
&lt;br /&gt;
|| To make the speaker’s cup, duplicate the shape resulting from the difference.&lt;br /&gt;
&lt;br /&gt;
Create a new''' Layer '''named '''Speaker cup Left'''.&lt;br /&gt;
&lt;br /&gt;
Select the '''Layer '''of the duplicated shape from the''' Layers panel'''.&lt;br /&gt;
&lt;br /&gt;
Drag and drop into the '''Layer''' of the''' Speaker cup Left''' &lt;br /&gt;
&lt;br /&gt;
Go to the '''Canvas''' and adjust as shown.&lt;br /&gt;
&lt;br /&gt;
Duplicate the adjusted shape and edit it for the remaining part of the speaker’s cup.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on the '''Canvas'''.&lt;br /&gt;
|| Now, add new layers to the right side speaker’s cushion and speaker’s cup.&lt;br /&gt;
&lt;br /&gt;
Create the speaker’s cushion and speaker’s cup on the right side as before.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Toolbar''' &amp;gt;&amp;gt; '''Bezier tool&amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Canvas'''&amp;gt;&amp;gt;Draw headband&lt;br /&gt;
|| &lt;br /&gt;
Go to '''Toolbox'''. Select the '''Bezier tool'''.&lt;br /&gt;
&lt;br /&gt;
Using the '''Bezier''' tool let us draw the various parts of the headband.&lt;br /&gt;
&lt;br /&gt;
Users can draw the headband using the bezier tool as seen here.&lt;br /&gt;
&lt;br /&gt;
The headband parts will look as shown.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Layer panel &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Select reference image &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Canvas'''&amp;gt;&amp;gt;Move, scale and adjust &amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Fill and Stroke '''&amp;gt;&amp;gt;''' Opacity'''&lt;br /&gt;
|| After all the parts are drawn, select the reference image '''Layer'''. &lt;br /&gt;
&lt;br /&gt;
Click on the lock icon to unlock the '''Layer'''.&lt;br /&gt;
&lt;br /&gt;
Go to '''Canvas.'''&lt;br /&gt;
&lt;br /&gt;
Move, scale and adjust the reference image. &lt;br /&gt;
&lt;br /&gt;
Make sure to increase the opacity to 100 before adding colors.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Canvas''' &amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Select shape one by one &amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Fill colors&amp;gt;&amp;gt;''' Layers panel''' &lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt; Arrange layers &lt;br /&gt;
&lt;br /&gt;
|| Select the shapes of the speaker’s cushions, speaker’s cups, and headband one by one.&lt;br /&gt;
&lt;br /&gt;
Fill the color by''' '''picking a suitable color from the reference image as shown'''.'''&lt;br /&gt;
&lt;br /&gt;
Go to the '''Layers panel'''. &lt;br /&gt;
&lt;br /&gt;
Arrange layers from the '''Layers panel''' while filling colors as demonstrated.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Canvas''' &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Select all parts of the drawing &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Stroke paint''' &amp;gt;&amp;gt;Click on '''No paint&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt; Canvas &amp;gt;&amp;gt; '''point towards the gap &lt;br /&gt;
|| Select all parts of the drawing&lt;br /&gt;
&lt;br /&gt;
Go to the '''Stroke paint''' tab.&lt;br /&gt;
&lt;br /&gt;
Click on '''No paint ''' to remove the outlines from drawing.&lt;br /&gt;
&lt;br /&gt;
Check the gaps between the shapes and adjust them.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Canvas''' &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Fill the '''Linear Gradient''' using '''Gradient tool'''.&lt;br /&gt;
|| Select the shapes of the speaker’s cushion, speaker’s cup, and headband one by one.&lt;br /&gt;
&lt;br /&gt;
And apply the gradient.&lt;br /&gt;
&lt;br /&gt;
To do so, Select the '''Gradient tool''' option from the '''Toolbar'''.&lt;br /&gt;
&lt;br /&gt;
And Choose the '''Create linear gradient '''option from the '''Tool controls bar.'''&lt;br /&gt;
&lt;br /&gt;
Apply the gradient by choosing a suitable color from the reference image &lt;br /&gt;
&lt;br /&gt;
Adjust the gradient as demonstrated.&lt;br /&gt;
&lt;br /&gt;
You can use '''Linear gradient ''' or ''' Radial gradient ''' as per the requirement.&lt;br /&gt;
&lt;br /&gt;
This method helps to create depth and gives 3D realistic drawing.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Canvas'''&lt;br /&gt;
|| For more details, create shadows and highlights using the '''Bezier tool'''. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''FIll &amp;gt;&amp;gt; '''Increase '''Blur '''value &lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt; '''Layers panel &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Hide reference layer by clicking on eye icon&lt;br /&gt;
|| Now, go to the '''Fill tab.'''&lt;br /&gt;
&lt;br /&gt;
Increase the '''Blur '''value for merging two colors as needed.&lt;br /&gt;
&lt;br /&gt;
Add more details as applicable.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To hide the reference image, go to the ''' Layers panel'''. &lt;br /&gt;
&lt;br /&gt;
Click on the eye icon of the reference image '''Layer'''. &lt;br /&gt;
|- &lt;br /&gt;
|| '''Layers panel &amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Select all the layers '''&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt; Object Menu &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Group&amp;gt;&amp;gt;Layers panel &lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt; '''Double click on the''' Group layer ''' &lt;br /&gt;
&lt;br /&gt;
and rename it as''' Headphone'''&lt;br /&gt;
|| Select all the parts from the '''Layers panel '''at once. &lt;br /&gt;
&lt;br /&gt;
Go to '''Object''' and click on '''Group.'''&lt;br /&gt;
&lt;br /&gt;
Double click on the '''Group layer''' from the ''' Layers panel''' and rename it as '''Headphone.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Filter &amp;gt;&amp;gt; Shadows and Glows&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt;Drop Shadow&amp;gt;&amp;gt; Options &amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Adjust the parameters &amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shadow type'''&amp;gt;&amp;gt;'''Outer &lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt;Preview&amp;gt;&amp;gt; '''click on the checkbox''' &lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt;''' '''Apply'''&lt;br /&gt;
|| Go to '''Filters menu'''.&lt;br /&gt;
&lt;br /&gt;
Navigate to '''Shadows and Glows ''' and click on the '''Drop Shadow''' from the submenu.&lt;br /&gt;
&lt;br /&gt;
'''Drop Shadow''' window opens'''.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Options '''and adjust the parameters as shown. &lt;br /&gt;
&lt;br /&gt;
Make sure the '''Outer''' option is selected from the drop down menu of '''Shadow type'''.&lt;br /&gt;
&lt;br /&gt;
To view the preview, click on the checkbox labeled &amp;quot;'''Live''' '''Preview'''&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Click on '''Apply'''. Close the window.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Toolbar &amp;gt;&amp;gt; '''Select &lt;br /&gt;
&lt;br /&gt;
'''Rectangle tool&amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Canvas&amp;gt;&amp;gt;'''Draw rectangle on the''' Canvas&amp;gt;&amp;gt; Layers panel&amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Rename the layer and arrange&amp;gt;&amp;gt;Select color from the&lt;br /&gt;
'''Palette'''&lt;br /&gt;
&lt;br /&gt;
|| Select''' Rectangle tool '''from the '''Toolbox.'''&lt;br /&gt;
&lt;br /&gt;
Draw a rectangle on the '''Canvas '''as demonstrated.&lt;br /&gt;
&lt;br /&gt;
Rename the''' Layer''' as''' Background '''from the '''Layers panel'''.&lt;br /&gt;
&lt;br /&gt;
Arrange the '''Layer '''behind the''' Layer''' of the head Phone.&lt;br /&gt;
&lt;br /&gt;
Pick color from '''Palette '''as shown.&lt;br /&gt;
&lt;br /&gt;
Now the 3D Drawing of a pair of headphones''' '''is ready.&lt;br /&gt;
|- &lt;br /&gt;
|| Point to the headphone&lt;br /&gt;
|| Similarly, you can create various other objects using this method.&lt;br /&gt;
|- &lt;br /&gt;
||'''Slide''' &lt;br /&gt;
&lt;br /&gt;
'''Summary''' &lt;br /&gt;
|| This brings us to the end of this tutorial.&lt;br /&gt;
&lt;br /&gt;
Let us summarize.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this tutorial we have learnt to-&lt;br /&gt;
&lt;br /&gt;
* Import a headphone’s picture into '''Inkscape'''&lt;br /&gt;
* Use '''Circle tool''', '''Difference '''and '''Union''' options to create speaker’s cups and cushions&lt;br /&gt;
* Use '''Bezier tool''' to create headband &lt;br /&gt;
* Create shadows and light using '''Gradient tool''' to bring depth to the drawing&lt;br /&gt;
* Create a 3D realistic drawing of a pair of headphones&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment'''&lt;br /&gt;
|| Here is an assignment for you.&lt;br /&gt;
* Create the drawing of an ironbox from the image given in the Code files&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| Completed assignment&lt;br /&gt;
|| Your completed assignment should look like this.&lt;br /&gt;
|-&lt;br /&gt;
||'''Slide'''&lt;br /&gt;
&lt;br /&gt;
'''About Spoken Tutorial'''&lt;br /&gt;
&lt;br /&gt;
|| The video at the following link summarizes the Spoken Tutorial project.&lt;br /&gt;
&lt;br /&gt;
Please download and watch it.&lt;br /&gt;
|-&lt;br /&gt;
|'''Slide'''&lt;br /&gt;
&lt;br /&gt;
'''Workshop'''&lt;br /&gt;
&lt;br /&gt;
|| We conduct workshops using spoken tutorials and give certificates.&lt;br /&gt;
&lt;br /&gt;
For more details, please write to us.&lt;br /&gt;
|-&lt;br /&gt;
||'''Slide'''&lt;br /&gt;
&lt;br /&gt;
'''Spoken Tutorial Forum slide'''&lt;br /&gt;
||Do you have questions in THIS Spoken Tutorial? &lt;br /&gt;
&lt;br /&gt;
Please visit this site &lt;br /&gt;
&lt;br /&gt;
Choose the minute and second where you have the question&lt;br /&gt;
&lt;br /&gt;
Explain your question briefly &lt;br /&gt;
&lt;br /&gt;
The Spoken Tutorial project will ensure an answer&lt;br /&gt;
&lt;br /&gt;
You will have to register to ask questions&lt;br /&gt;
|-&lt;br /&gt;
||'''Slide'''&lt;br /&gt;
&lt;br /&gt;
'''Acknowledgment'''&lt;br /&gt;
|| Spoken Tutorial project was established by the Ministry of Education Government of India.&lt;br /&gt;
|-&lt;br /&gt;
||&lt;br /&gt;
|| This tutorial is contributed by Shital Joshi from IIT Bombay.&lt;br /&gt;
&lt;br /&gt;
Thank you for joining.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Inkscape-Techniques-to-Create-Vector-Graphics/C2/3D-Drawing-of-a-Pair-of-Headphones/English</id>
		<title>Inkscape-Techniques-to-Create-Vector-Graphics/C2/3D-Drawing-of-a-Pair-of-Headphones/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Inkscape-Techniques-to-Create-Vector-Graphics/C2/3D-Drawing-of-a-Pair-of-Headphones/English"/>
				<updated>2024-05-31T06:36:18Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Title of script: 3D Drawing of a Pair of Headphones'''&lt;br /&gt;
&lt;br /&gt;
'''Author''': Shital &lt;br /&gt;
&lt;br /&gt;
'''Keywords''': Inkscape, headphones, Gradient, Difference, Union, Bezier tool,3D Drawing of a pair of Headphones, Video tutorial.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
|| '''Narration'''&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide'''&lt;br /&gt;
&lt;br /&gt;
'''Opening Slide'''&lt;br /&gt;
|| Welcome to this Spoken Tutorial on '''3D Drawing of a Pair of Headphones''' using '''Inkscape'''.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives''' &lt;br /&gt;
|| In this tutorial we will,&lt;br /&gt;
&lt;br /&gt;
* Import a headphone’s picture into '''Inkscape'''&lt;br /&gt;
* Use '''Circle tool''', '''Difference '''and '''Union''' options to create speaker’s cups and cushions&lt;br /&gt;
* Use '''Bezier tool''' to create a headband &lt;br /&gt;
* Create shadows and light using '''Gradient tool''' to bring depth to the drawing&lt;br /&gt;
* Create a 3D realistic drawing of a pair of Headphones&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirement''' &lt;br /&gt;
|| To record this tutorial, I am using,&lt;br /&gt;
* '''Mac''' OS version 10.14.6&lt;br /&gt;
* '''Inkscape '''version 1.2.2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide'''&lt;br /&gt;
&lt;br /&gt;
'''Prerequisites'''&lt;br /&gt;
&lt;br /&gt;
http://spoken-tutorial.org&lt;br /&gt;
|| To understand this tutorial, learner requires a good command of Inkscape tools.&lt;br /&gt;
&lt;br /&gt;
For the prerequisite tutorials on '''Inkscape '''please visit this website.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide'''&lt;br /&gt;
&lt;br /&gt;
'''Code Files''' &lt;br /&gt;
|| The image used in this tutorial is given in the '''Code Files''' link.&lt;br /&gt;
&lt;br /&gt;
Please download and extract the file.&lt;br /&gt;
&lt;br /&gt;
Make a copy and then use it while practising.&lt;br /&gt;
|- &lt;br /&gt;
|| Open '''Inkscape'''&lt;br /&gt;
|| Let us open '''Inkscape.'''&lt;br /&gt;
|- &lt;br /&gt;
|| '''File '''&amp;gt;&amp;gt; '''Document Properties &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Orientation ''' &amp;gt;&amp;gt; Select the ''''Landscape '''Orientation'''&lt;br /&gt;
&lt;br /&gt;
Click on '''Close button(X)'''&lt;br /&gt;
|| Go to '''File ''' and click on '''Document Properties'''.&lt;br /&gt;
&lt;br /&gt;
In the dialog box, select ''' Landscape Orientation'''.&lt;br /&gt;
&lt;br /&gt;
Close the '''Document Properties '''dialog box.&lt;br /&gt;
|- &lt;br /&gt;
|| Go to '''File'''&amp;gt;&amp;gt; Click on '''Save'''.&lt;br /&gt;
&lt;br /&gt;
In the Save dialog box type the filename as '''3D Drawing of a pair of Headphones.svg'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on '''Save''' button. &lt;br /&gt;
|| Let us now save the file.&lt;br /&gt;
&lt;br /&gt;
Go to File. Click on '''Save'''.&lt;br /&gt;
&lt;br /&gt;
In the '''Save''' dialog box type the filename as '''3D- Drawing-of-a-pair-of-Headphones.svg'''.&lt;br /&gt;
&lt;br /&gt;
Click on '''Save''' button.&lt;br /&gt;
&lt;br /&gt;
Please remember to save the file often while drawing.&lt;br /&gt;
|- &lt;br /&gt;
|| '''File '''&amp;gt;&amp;gt; '''Import &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Select file to import '''&amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Desktop ''' &amp;gt;&amp;gt; Select the file &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Click on '''Open '''.&lt;br /&gt;
|| Go to '''File '''and click on '''Import.'''&lt;br /&gt;
&lt;br /&gt;
In the dialog box''' Select file to import'''.&lt;br /&gt;
&lt;br /&gt;
Go to the location on your computer where the image is saved.&lt;br /&gt;
&lt;br /&gt;
Select '''File''' and click on '''Open'''.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Jpeg image bitmap import '''window opens.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on''' Ok''' &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Close the dialog box &amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Point out imported image.&lt;br /&gt;
&lt;br /&gt;
|| '''Jpeg bitmap image import '''window opens.&lt;br /&gt;
&lt;br /&gt;
Click the '''OK ''' button to close the window. &lt;br /&gt;
&lt;br /&gt;
Now, the image is loaded on the canvas. &lt;br /&gt;
&lt;br /&gt;
Scale and adjust the reference image.&lt;br /&gt;
|- &lt;br /&gt;
|| Go to the '''Layers panel''' located on the right side of the interface.&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt; Double click on the selected Layer &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Rename the name as ‘Reference’&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|| Go to the '''Layers panel''' located at the right side of the interface.&lt;br /&gt;
&lt;br /&gt;
Double click on the selected Layer and rename the layer as ‘'''Reference'''’. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| Point out imported image &amp;gt;&amp;gt; '''Menu bar''' &lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt; Click on '''Object''' &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Click on '''Fill and Stroke '''&lt;br /&gt;
&lt;br /&gt;
||This image is for reference so you can decrease its '''Opacity'''.&lt;br /&gt;
&lt;br /&gt;
To decrease the opacity, go to the''' Object''' menu on the '''Menu bar.'''&lt;br /&gt;
&lt;br /&gt;
Click on ''' Fill and Stroke'''.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Fill tab '''&amp;gt;&amp;gt; Change '''Opacity.'''&lt;br /&gt;
|| '''Fill and stroke '''window opens on the right side of the Interface.&lt;br /&gt;
&lt;br /&gt;
Let us now adjust the '''Opacity'''.&lt;br /&gt;
&lt;br /&gt;
Drag the opacity slider located at the bottom of the '''Fill and Stroke''' window.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Layers panel''' &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Click on lock icon.&lt;br /&gt;
&lt;br /&gt;
|| The reference image must be retained as a reference as long as you work.&lt;br /&gt;
&lt;br /&gt;
Go to the '''Layers''' panel. &lt;br /&gt;
&lt;br /&gt;
Click the lock icon to lock the reference image layer.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide'''&lt;br /&gt;
&lt;br /&gt;
'''Add a Separate Layer'''&lt;br /&gt;
|| Please remember to add a separate layer for each part of the drawing.&lt;br /&gt;
&lt;br /&gt;
Rename the layer with a proper name. &lt;br /&gt;
&lt;br /&gt;
For example. '''Speaker’s cushion-Left''', '''Speaker’s cushion-Right''', '''Headband''' and others.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Toolbar''' &amp;gt;&amp;gt; Select the '''Circle tool'''&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt;'''Canvas'''&amp;gt;&amp;gt; Draw a circle &lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt; '''Fill''' &amp;gt;&amp;gt; '''Opacity''' Change the value to 100.&lt;br /&gt;
&lt;br /&gt;
|| From the '''Toolbox''', Select the '''Circle tool'''.&lt;br /&gt;
&lt;br /&gt;
On the layer of the Speaker’s cushions left,&lt;br /&gt;
&lt;br /&gt;
Draw a circle.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Ensure that the Opacity value is set to 100&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Canvas''' Draw a circle &lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt;'''Fill&amp;gt;&amp;gt; '''Remove the fill''' &lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt;''' Scale &amp;gt;&amp;gt; Rotate&lt;br /&gt;
|| Go to '''Fill''' tab and remove the '''Fill'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Make sure that the '''Stroke''' option is selected in the '''Fill and stroke ''' tab.&lt;br /&gt;
&lt;br /&gt;
Scale and rotate the circle as required.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Canvas'''&amp;gt;&amp;gt; '''Edit'''&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt; '''Duplicate&amp;gt;'''&amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
select one of the duplicated circles&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt; Scale and adjust &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Select remaining one of the duplicated circles drag and adjust&lt;br /&gt;
|| To make the inside part of the speaker's cushion, adjust the circle as shown.&lt;br /&gt;
&lt;br /&gt;
Go to '''Edit menu '''and click on '''Duplicate ''' to make a copy of the drawn circle.&lt;br /&gt;
&lt;br /&gt;
Duplicate the drawn circle twice. &lt;br /&gt;
&lt;br /&gt;
The duplicated circles are positioned in the same location as the drawn circle.&lt;br /&gt;
&lt;br /&gt;
Select one of the duplicated circles.&lt;br /&gt;
&lt;br /&gt;
Drag and adjust it as shown.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Canvas &amp;gt;&amp;gt; Path &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Click on '''Difference''' &lt;br /&gt;
|| Now, select the shifted circle and the remaining duplicated circle.&lt;br /&gt;
&lt;br /&gt;
Go to the '''Path''' and click on '''Difference.'''&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Canvas''' &amp;gt;&amp;gt; &lt;br /&gt;
Duplicate the remaining one of the duplicated circle&lt;br /&gt;
&amp;gt;&amp;gt; Scale and adjust &lt;br /&gt;
|| The duplicated circles were used to create the inside part of the speaker's cushion.&lt;br /&gt;
&lt;br /&gt;
Only the initial circle remains on the canvas. &lt;br /&gt;
&lt;br /&gt;
To create the front part of the speaker's cushion.&lt;br /&gt;
&lt;br /&gt;
Create a duplicate of the initial circle that is still on the canvas.&lt;br /&gt;
&lt;br /&gt;
Scale and adjust as shown. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Canvas''' &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Duplicate the adjusted circle twice &lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt; Move and adjust one of the duplicated circles &lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt; Select the adjusted circle and the remaining duplicated circle.&lt;br /&gt;
&lt;br /&gt;
|| Now, let us create the middle part of the speaker's cushion.&lt;br /&gt;
&lt;br /&gt;
Duplicate the adjusted circle twice.&lt;br /&gt;
&lt;br /&gt;
Move and adjust one of the duplicated circles as demonstrated.&lt;br /&gt;
&lt;br /&gt;
Select the adjusted circle and the remaining duplicated circle.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Path'''&amp;gt;&amp;gt; Click on '''Union'''&lt;br /&gt;
|| Go to '''Path''' and click on '''Union'''.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Canvas'''&amp;gt;&amp;gt; ''' Editing nodes'''.&lt;br /&gt;
|| Adjust circles by editing the nodes as demonstrated.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Canvas'''&amp;gt;&amp;gt; Duplicate the edited shape twice&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt; Select one of the duplicated shape&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt; Move and adjust as demonstrated.&lt;br /&gt;
|| To make the cushion's backside, duplicate the edited shape twice.&lt;br /&gt;
&lt;br /&gt;
Select one of the duplicated shapes.&lt;br /&gt;
&lt;br /&gt;
Move and adjust as demonstrated.&lt;br /&gt;
|- &lt;br /&gt;
|| &lt;br /&gt;
|| To get the difference,&lt;br /&gt;
&lt;br /&gt;
Please note:&lt;br /&gt;
&lt;br /&gt;
The shape from which we want to get the difference has to be kept behind the current shape.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Canvas ''' &amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Select edited shape and one of the duplicated shape&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt;''' Path''' &amp;gt;&amp;gt; Click on''' Difference'''&lt;br /&gt;
&lt;br /&gt;
|| Select the edited shape and the remaining duplicated shape.&lt;br /&gt;
&lt;br /&gt;
Go to '''Path''' and click on''' Difference'''.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Canvas''' &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Duplicate the shape resulting from the difference.&lt;br /&gt;
&lt;br /&gt;
'''&amp;gt;&amp;gt; Layers panel '''Create a new''' Layer '''named &lt;br /&gt;
&lt;br /&gt;
'''Speaker cup Left &amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Select the '''Layer '''of the duplicated shape from the''' Layers panel'''&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt;Drag and drop into the '''Layer''' of the''' Speaker cup Left''' &lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt;''' Canvas&amp;gt;&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
adjust as shown &amp;gt;&amp;gt; &lt;br /&gt;
Duplicate the adjusted shape and edit it for the remaining part of the speaker’s cup.&lt;br /&gt;
&lt;br /&gt;
|| To make the speaker’s cup, duplicate the shape resulting from the difference.&lt;br /&gt;
&lt;br /&gt;
Create a new''' Layer '''named '''Speaker cup Left'''.&lt;br /&gt;
&lt;br /&gt;
Select the '''Layer '''of the duplicated shape from the''' Layers panel'''.&lt;br /&gt;
&lt;br /&gt;
Drag and drop into the '''Layer''' of the''' Speaker cup Left''' &lt;br /&gt;
&lt;br /&gt;
Go to the '''Canvas''' and adjust as shown.&lt;br /&gt;
&lt;br /&gt;
Duplicate the adjusted shape and edit it for the remaining part of the speaker’s cup.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on the '''Canvas'''.&lt;br /&gt;
|| Now, add new layers to the right side speaker’s cushion and speaker’s cup.&lt;br /&gt;
&lt;br /&gt;
Create the speaker’s cushion and speaker’s cup on the right side as before.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Toolbar''' &amp;gt;&amp;gt; '''Bezier tool&amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Canvas'''&amp;gt;&amp;gt;Draw headband&lt;br /&gt;
|| &lt;br /&gt;
Go to '''Toolbox'''. Select the '''Bezier tool'''.&lt;br /&gt;
&lt;br /&gt;
Using the '''Bezier''' tool let us draw the various parts of the headband.&lt;br /&gt;
&lt;br /&gt;
Users can draw the headband using the bezier tool as seen here.&lt;br /&gt;
&lt;br /&gt;
The headband parts will look as shown.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Layer panel &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Select reference image &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Canvas'''&amp;gt;&amp;gt;Move, scale and adjust &amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Fill and Stroke '''&amp;gt;&amp;gt;''' Opacity'''&lt;br /&gt;
|| After all the parts are drawn, select the reference image '''Layer'''. &lt;br /&gt;
&lt;br /&gt;
Click on the lock icon to unlock the '''Layer'''.&lt;br /&gt;
&lt;br /&gt;
Go to '''Canvas.'''&lt;br /&gt;
&lt;br /&gt;
Move, scale and adjust the reference image. &lt;br /&gt;
&lt;br /&gt;
Make sure to increase the opacity to 100 before adding colors.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Canvas''' &amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Select shape one by one &amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Fill colors&amp;gt;&amp;gt;''' Layers panel''' &lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt; Arrange layers &lt;br /&gt;
&lt;br /&gt;
|| Select the shapes of the speaker’s cushions, speaker’s cups, and headband one by one.&lt;br /&gt;
&lt;br /&gt;
Fill the color by''' '''picking a suitable color from the reference image as shown'''.'''&lt;br /&gt;
&lt;br /&gt;
Go to the '''Layers panel'''. &lt;br /&gt;
&lt;br /&gt;
Arrange layers from the '''Layers panel''' while filling colors as demonstrated.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Canvas''' &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Select all parts of the drawing &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Stroke paint''' &amp;gt;&amp;gt;Click on '''No paint&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt; Canvas &amp;gt;&amp;gt; '''point towards the gap &lt;br /&gt;
|| Select all parts of the drawing&lt;br /&gt;
&lt;br /&gt;
Go to the '''Stroke paint''' tab.&lt;br /&gt;
&lt;br /&gt;
Click on '''No paint ''' to remove the outlines from drawing.&lt;br /&gt;
&lt;br /&gt;
Check the gaps between the shapes and adjust them.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Canvas''' &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Fill the '''Linear Gradient''' using '''Gradient tool'''.&lt;br /&gt;
|| Select the shapes of the speaker’s cushion, speaker’s cup, and headband one by one.&lt;br /&gt;
&lt;br /&gt;
And apply the gradient.&lt;br /&gt;
&lt;br /&gt;
To do so, Select the '''Gradient tool''' option from the '''Toolbar'''.&lt;br /&gt;
&lt;br /&gt;
And Choose the '''Create linear gradient '''option from the '''Tool controls bar.'''&lt;br /&gt;
&lt;br /&gt;
Apply the gradient by choosing a suitable color from the reference image &lt;br /&gt;
&lt;br /&gt;
Adjust the gradient as demonstrated.&lt;br /&gt;
&lt;br /&gt;
You can use '''Linear gradient ''' or ''' Radial gradient ''' as per the requirement.&lt;br /&gt;
&lt;br /&gt;
This method helps to create depth and gives 3D realistic drawing.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Canvas'''&lt;br /&gt;
|| For more details, create shadows and highlights using the '''Bezier tool'''. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''FIll &amp;gt;&amp;gt; '''Increase '''Blur '''value &lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt; '''Layers panel &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Hide reference layer by clicking on eye icon&lt;br /&gt;
|| Now, go to the '''Fill tab.'''&lt;br /&gt;
&lt;br /&gt;
Increase the '''Blur '''value for merging two colors as needed.&lt;br /&gt;
&lt;br /&gt;
Add more details as applicable.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To hide the reference image, go to the ''' Layers panel''' &lt;br /&gt;
&lt;br /&gt;
Click on the eye icon of the reference image '''Layer'''. &lt;br /&gt;
|- &lt;br /&gt;
|| '''Layers panel &amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Select all the layers '''&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt; Object Menu &amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Group&amp;gt;&amp;gt;Layers panel &lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt; '''Double click on the''' Group layer ''' &lt;br /&gt;
&lt;br /&gt;
and rename it as''' Headphone'''&lt;br /&gt;
|| Select all the layers from the '''Layers panel '''at once. &lt;br /&gt;
&lt;br /&gt;
Go to '''Object''' and click on '''Group.'''&lt;br /&gt;
&lt;br /&gt;
Double click on the '''Group layer''' from the ''' Layers panel''' and rename it as '''Headphone.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Filter &amp;gt;&amp;gt; Shadows and Glows&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt;Drop Shadow&amp;gt;&amp;gt; Options &amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Adjust the parameters &amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shadow type'''&amp;gt;&amp;gt;'''Outer &lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt;Preview&amp;gt;&amp;gt; '''click on the checkbox''' &lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt;''' '''Apply'''&lt;br /&gt;
|| Go to '''Filters menu'''.&lt;br /&gt;
&lt;br /&gt;
Navigate to '''Shadows and Glows ''' and click on the '''Drop Shadow''' from the submenu.&lt;br /&gt;
&lt;br /&gt;
'''Drop Shadow''' window opens'''.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Options '''and adjust the parameters as shown. &lt;br /&gt;
&lt;br /&gt;
Make sure the '''Outer''' option is selected from the drop down menu of '''Shadow type'''.&lt;br /&gt;
&lt;br /&gt;
To view the preview, click on the checkbox labeled &amp;quot;'''Live''' '''Preview'''&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Click on '''Apply'''. Close the window.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Toolbar &amp;gt;&amp;gt; '''Select &lt;br /&gt;
&lt;br /&gt;
'''Rectangle tool&amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Canvas&amp;gt;&amp;gt;'''Draw rectangle on the''' Canvas&amp;gt;&amp;gt; Layers panel&amp;gt;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Rename the layer and arrange&amp;gt;&amp;gt;Select color from the&lt;br /&gt;
'''Palette'''&lt;br /&gt;
&lt;br /&gt;
|| Select''' Rectangle tool '''from the '''Toolbox.'''&lt;br /&gt;
&lt;br /&gt;
Draw a rectangle on the '''Canvas '''as demonstrated.&lt;br /&gt;
&lt;br /&gt;
Rename the''' Layer''' as''' Background '''from the '''Layers panel'''.&lt;br /&gt;
&lt;br /&gt;
Arrange the '''Layer '''behind the''' Layer''' of the head Phone.&lt;br /&gt;
&lt;br /&gt;
Pick color from '''Palette '''as shown.&lt;br /&gt;
&lt;br /&gt;
Now the 3D Drawing of a pair of headphones''' '''is ready.&lt;br /&gt;
|- &lt;br /&gt;
|| Point to the headphone&lt;br /&gt;
|| Similarly, you can create various other objects using this method.&lt;br /&gt;
|- &lt;br /&gt;
||'''Slide''' &lt;br /&gt;
&lt;br /&gt;
'''Summary''' &lt;br /&gt;
|| This brings us to the end of this tutorial.&lt;br /&gt;
&lt;br /&gt;
Let us summarize.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this tutorial we have learnt to-&lt;br /&gt;
&lt;br /&gt;
* Import a headphone’s picture into '''Inkscape'''&lt;br /&gt;
* Use '''Circle tool''', '''Difference '''and '''Union''' options to create speaker’s cups and cushions&lt;br /&gt;
* Use '''Bezier tool''' to create headband &lt;br /&gt;
* Create shadows and light using '''Gradient tool''' to bring depth to the drawing&lt;br /&gt;
* Create a 3D realistic drawing of a pair of headphones&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment'''&lt;br /&gt;
|| Here is an assignment for you.&lt;br /&gt;
* Create the drawing of an ironbox from the image given in the Code files&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| Completed assignment&lt;br /&gt;
|| Your completed assignment should look like this.&lt;br /&gt;
|-&lt;br /&gt;
||'''Slide'''&lt;br /&gt;
&lt;br /&gt;
'''About Spoken Tutorial'''&lt;br /&gt;
&lt;br /&gt;
|| The video at the following link summarizes the Spoken Tutorial project.&lt;br /&gt;
&lt;br /&gt;
Please download and watch it.&lt;br /&gt;
|-&lt;br /&gt;
|'''Slide'''&lt;br /&gt;
&lt;br /&gt;
'''Workshop'''&lt;br /&gt;
&lt;br /&gt;
|| We conduct workshops using spoken tutorials and give certificates.&lt;br /&gt;
&lt;br /&gt;
For more details, please write to us.&lt;br /&gt;
|-&lt;br /&gt;
||'''Slide'''&lt;br /&gt;
&lt;br /&gt;
'''Spoken Tutorial Forum slide'''&lt;br /&gt;
||Do you have questions in THIS Spoken Tutorial? &lt;br /&gt;
&lt;br /&gt;
Please visit this site &lt;br /&gt;
&lt;br /&gt;
Choose the minute and second where you have the question&lt;br /&gt;
&lt;br /&gt;
Explain your question briefly &lt;br /&gt;
&lt;br /&gt;
The Spoken Tutorial project will ensure an answer&lt;br /&gt;
&lt;br /&gt;
You will have to register to ask questions&lt;br /&gt;
|-&lt;br /&gt;
||'''Slide'''&lt;br /&gt;
&lt;br /&gt;
'''Acknowledgment'''&lt;br /&gt;
|| Spoken Tutorial project was established by the Ministry of Education Government of India.&lt;br /&gt;
|-&lt;br /&gt;
||&lt;br /&gt;
|| This tutorial is contributed by Shital Joshi from IIT Bombay.&lt;br /&gt;
&lt;br /&gt;
Thank you for joining.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/ORCA---Computational-Chemistry/C2/Run-an-Input--File/English</id>
		<title>ORCA---Computational-Chemistry/C2/Run-an-Input--File/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/ORCA---Computational-Chemistry/C2/Run-an-Input--File/English"/>
				<updated>2024-05-01T10:59:53Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Title of the script''': '''Run Orca Input file '''&lt;br /&gt;
&lt;br /&gt;
'''Author: '''Arup Sarkar, Raj Singh and Madhuri Ganapathi&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Keywords: '''ORCA, Avogadro, water, xyz file, xyz coordinates, input file, output file, bond length, bond angle, video tutorial.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
|-&lt;br /&gt;
||'''Visual Cue'''&lt;br /&gt;
||'''Narration'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 1 '''&lt;br /&gt;
&lt;br /&gt;
'''Title slide '''&lt;br /&gt;
|| Welcome to this spoken tutorial on &lt;br /&gt;
&lt;br /&gt;
'''Run an Input File '''using '''ORCA.'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 2 '''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
&lt;br /&gt;
|| In this tutorial, we will learn to,&lt;br /&gt;
* Run an input file in the '''ORCA''' environment.&lt;br /&gt;
* Generate an output file.&lt;br /&gt;
* Compare the bond length and bond angle before and after optimization in '''ORCA'''.&lt;br /&gt;
* Analyse the generated output&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 3'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirement'''&lt;br /&gt;
|| To record this tutorial, I am using;&lt;br /&gt;
&lt;br /&gt;
'''Ubuntu Linux''' OS version 20.04&lt;br /&gt;
&lt;br /&gt;
'''ORCA''' version 5.0.4 &lt;br /&gt;
&lt;br /&gt;
'''Gedit''' text editor version 3.36.2&lt;br /&gt;
&lt;br /&gt;
'''Avogadro''' version 1.2.0&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 4'''&lt;br /&gt;
&lt;br /&gt;
'''Pre-requisites'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''https://spoken-tutorial.org'''&lt;br /&gt;
&lt;br /&gt;
|| To follow this tutorial, &lt;br /&gt;
&lt;br /&gt;
Learner, should be familiar with '''Avogadro software '''and &lt;br /&gt;
&lt;br /&gt;
Learner, should have installed '''ORCA''' version 5.0.4 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If not please access the relevant tutorials from this website.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 5'''&lt;br /&gt;
&lt;br /&gt;
'''Code Files'''&lt;br /&gt;
&lt;br /&gt;
|| The files used in this tutorial are provided in the Code files link.&lt;br /&gt;
&lt;br /&gt;
Please download and extract the files.&lt;br /&gt;
&lt;br /&gt;
Make a copy and then use them while practising.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor in the ''' Home folder'''.&lt;br /&gt;
&lt;br /&gt;
Double-click to open the '''Water folder'''.&lt;br /&gt;
&lt;br /&gt;
|| Let us go to the '''Home directory ''' and open the ''' water folder'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to''' water.xyz '''and '''water.inp '''file in the''' water folder.'''&lt;br /&gt;
|| Learners please note:&lt;br /&gt;
&lt;br /&gt;
The '''water''' folder was created earlier while practising the prerequisite tutorial.&lt;br /&gt;
&lt;br /&gt;
Please refer to the prerequisite tutorial for more information.&lt;br /&gt;
|-&lt;br /&gt;
|| Press Ctrl + A to select the files.&lt;br /&gt;
&lt;br /&gt;
Right-click &amp;gt;&amp;gt; copy &lt;br /&gt;
&lt;br /&gt;
Right-click &amp;gt;&amp;gt; paste,&lt;br /&gt;
&lt;br /&gt;
|| Let us make a copy of the files present in the '''water folder'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Rename the copied files as '''waterA.xyz''' and '''waterA.inp'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Users can rename the files as desired.&lt;br /&gt;
&lt;br /&gt;
This helps to compare the '''xyz ''' coordinates after the input file is run using '''ORCA'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Right-click and select''' Open With Text Editor.'''&lt;br /&gt;
|| Now let’s open the '''water.inp''' file using a text editor.&lt;br /&gt;
&lt;br /&gt;
Windows users may use a ''' notepad''' or any other text editor to open the '''input''' file. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Point to the '''xyz '''coordinates of the molecule.&lt;br /&gt;
|| Notice the '''xyz ''' coordinates of the molecule. &lt;br /&gt;
&lt;br /&gt;
They are obtained after '''auto optimization '''of the molecule in '''Avogadro'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Point to # and line next to it.&lt;br /&gt;
|| The lines after the''' hash(#) ''' symbol will be treated as comments.&lt;br /&gt;
&lt;br /&gt;
'''ORCA ''' will not execute these lines. &lt;br /&gt;
&lt;br /&gt;
So skip the lines.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to line '''! RHF OPT def2-SVP '''&lt;br /&gt;
&lt;br /&gt;
Point to !.&lt;br /&gt;
&lt;br /&gt;
|| The program code starts with an exclamatory(!) mark.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to '''RHF'''&lt;br /&gt;
&lt;br /&gt;
Point to '''def2-SVP '''&lt;br /&gt;
&lt;br /&gt;
Point to '''OPT'''&lt;br /&gt;
&lt;br /&gt;
|| Here '''RHF ''' is the''' Restricted Hartree Fock ''' method.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Using this method we will run a geometry optimization of water molecule.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''def2-SVP''' is the '''Basis set ''' in ''' ORCA'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''OPT '''keyword is used to optimize the molecule in '''ORCA'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Point  to * xyz 0 1&lt;br /&gt;
&lt;br /&gt;
Point to the asterisk at the start and end.&lt;br /&gt;
|| Here '''xyz '''specifies the coordinates of the molecule in '''Angstrom''' units. &lt;br /&gt;
&lt;br /&gt;
0 is the charge and &lt;br /&gt;
&lt;br /&gt;
1 is the spin multiplicity(2S+1)&lt;br /&gt;
&lt;br /&gt;
The coordinates should start and end with an '''asterisk''' (*).&lt;br /&gt;
|-&lt;br /&gt;
|| Point to the '''Close''' button.&lt;br /&gt;
&lt;br /&gt;
Click the Close button.&lt;br /&gt;
|| All the command lines are correct. &lt;br /&gt;
&lt;br /&gt;
You can close the input file.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Run the Input File in ORCA'''&lt;br /&gt;
|| Now we will run the '''water.inp''' file in the '''ORCA '''environment.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Point to the '''ORCA '''file in the '''Home''' folder.&lt;br /&gt;
&lt;br /&gt;
Double-click to open the '''orca '''folder.&lt;br /&gt;
|| I have already installed and extracted the '''ORCA 5.0.4''' file to my '''Home''' directory.&lt;br /&gt;
&lt;br /&gt;
I will open the '''orca '''folder. &lt;br /&gt;
|-&lt;br /&gt;
|| Move the cursor on the files in the folder.&lt;br /&gt;
&lt;br /&gt;
Point to the '''orca program.'''&lt;br /&gt;
&lt;br /&gt;
|| Here, all the files are already compiled and are in executable format.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All calculations will run using the '''orca '''executable file.&lt;br /&gt;
|-&lt;br /&gt;
|| Show the '''water ''' and ''' orca ''' directories are in the home directory.&lt;br /&gt;
|| Both '''orca''' and '''water ''' directories are in the '''Home directory'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||Press '''Ctrl + Alt + T ''' keys together to open the terminal.&lt;br /&gt;
|| Open the terminal by pressing '''Ctrl''', '''Alt ''' and''' T ''' keys together.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||&lt;br /&gt;
|| Let’s create an '''alias''' for the path to fetch the '''orca''' program. &lt;br /&gt;
|-&lt;br /&gt;
||    Type '''gedit .bashrc'''&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt; press '''Enter.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|| Type '''gedit space .bashrc''' and press Enter to edit the '''bashrc '''file.&lt;br /&gt;
&lt;br /&gt;
The file opens.&lt;br /&gt;
|-&lt;br /&gt;
|| Show the '''alias''' command in the '''.bashrc file'''.&lt;br /&gt;
|| In the file, I have added the path in the '''alias''' command to fetch '''orca.'''&lt;br /&gt;
&lt;br /&gt;
Users please the type file path as per your file location.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the X button to close the file.&lt;br /&gt;
|| Close the '''.bashrc''' file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Type '''source .bashrc''' at the prompt.&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
||Let us go back to the terminal, to source the file.&lt;br /&gt;
&lt;br /&gt;
At the prompt type, '''source space .bashrc '''and Press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
From now on, instead of typing the full path just type '''orca''' at the prompt.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the terminal.&lt;br /&gt;
|| Now we will run the input file in '''ORCA'''.   &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Type '''orca space ~/Water/water.inp'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Highlight file location.&lt;br /&gt;
|| Type '''orca '''space ~/'''water/water.inp''', as we are in the '''water '''folder.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||'''Type &amp;gt; ~/Water/water.out'''&lt;br /&gt;
&lt;br /&gt;
'''Press Enter '''&lt;br /&gt;
&lt;br /&gt;
|| Please give a '''space '''after typing the path of the input file. &lt;br /&gt;
&lt;br /&gt;
Now type greater''' '''than('''&amp;gt;''') sign.&lt;br /&gt;
&lt;br /&gt;
Here greater''' '''than('''&amp;gt;''') sign is used to channel the output to the same folder.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Press''' space''' bar again &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To save the output file in the current directory, type '''~/water/water.out'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This will direct the output to a text file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please type the file path as per your file location.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Press '''Enter''' to run the command.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Point to the files in the '''water''' folder.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Open the '''water''' folder along with the terminal to see the files.&lt;br /&gt;
|| Observe that some temporary files are generated in the folder.&lt;br /&gt;
&lt;br /&gt;
These files are generated as the '''input''' file runs in '''ORCA'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The temporary files are removed after output files are generated.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The generation of the output takes a few seconds.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Double click on the '''water.out''' file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Scroll down to show the output.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Point to the '''FINAL SINGLE POINT ENERGY '''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''-75.961333016443 Eh'''&lt;br /&gt;
&lt;br /&gt;
|| Double click on the '''water.out'''&lt;br /&gt;
&lt;br /&gt;
file to open it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Scroll down the file to see the output.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here is the final single point energy after the '''Hartree Fock optimization'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This number may vary a little for the learners.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Single point energy is the lowest energy solution to Schrödinger's equation. &lt;br /&gt;
|-&lt;br /&gt;
|| Show the Converged cycles.&lt;br /&gt;
|| When the input file runs in''' ORCA''' it creates different converge cycles. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then optimises the structure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
So the''' xyz '''coordinates change after the optimisation is done.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the X button to close the file.&lt;br /&gt;
|| Let us now close the file.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''water.xyz '''file.&lt;br /&gt;
&lt;br /&gt;
Double click on the files to open them.&lt;br /&gt;
&lt;br /&gt;
Click on '''water.xyz''' file.&lt;br /&gt;
&lt;br /&gt;
Point to the coordinates.&lt;br /&gt;
|| Let’s open the files '''water.xyz''' and''' waterA.xyz'''. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here we can compare the values of the xyz coordinates in the '''xyz''' files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Observe the change in values of XYZ coordinates.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to the coordinates.&lt;br /&gt;
|| The coordinates have changed after the structure converged in '''orca'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This indicates that the structure is better converged in the ORCA environment.&lt;br /&gt;
|-&lt;br /&gt;
||Click on the X button.&lt;br /&gt;
|| Let us close the files.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to the file.&lt;br /&gt;
&lt;br /&gt;
Right-click on the file, select the option '''Open With Other Application '''&lt;br /&gt;
&lt;br /&gt;
|| Let us open the '''xyz''' file in''' Avogadro'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Right-click on '''water.xyz file. '''&lt;br /&gt;
&lt;br /&gt;
Select '''Open With Other Application '''option. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Point to the dialog box.&lt;br /&gt;
&lt;br /&gt;
From the '''Recommended Applications '''select '''Avogadro.'''&lt;br /&gt;
&lt;br /&gt;
Click on the '''Selec'''t''' '''button at the top right corner of the dialog box.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Point to the '''water '''molecule in the '''Avogadro''' panel.&lt;br /&gt;
|| '''Select Application''' dialog box opens.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the '''Recommended Applications '''select '''Avogadro.'''&lt;br /&gt;
&lt;br /&gt;
Click on '''Selec'''t''' '''button at the top right corner of the dialog box.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Water '''molecule is loaded in the panel.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''Click to Measure''' tool on the toolbar.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on Hydrogen and then on Oxygen atom to measure the bond length.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Point to the bond length at the bottom.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Show text box: with bond length after auto optimization in '''Avogadro'''.&lt;br /&gt;
&lt;br /&gt;
|| Now click the '''Click to Measure''' tool on the toolbar.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on Hydrogen and then on click oxygen atom to measure the bond length.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Observe that the bond length is 0.945 A&amp;lt;sup&amp;gt;0&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This value is close to the experimental value suggested in literature.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the prerequisite tutorial we have determined the bond length as 0.969 A&amp;lt;sup&amp;gt;0&amp;lt;/sup&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
This value was obtained after auto optimization of the structure in Avogadro.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||Click on Second hydrogen atom.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Point to the bond angle at the bottom left.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Show text box: with bond angle after auto optimization in Avogadro.&lt;br /&gt;
|| Click on the next hydrogen atom to measure the bond angle.&lt;br /&gt;
&lt;br /&gt;
Observe that the bond angle is 105.1 degrees &lt;br /&gt;
&lt;br /&gt;
This value is close to the experimental value suggested in literature.&lt;br /&gt;
&lt;br /&gt;
In the prerequisite tutorial we have determined the bond angle as 104.0 degrees.&lt;br /&gt;
&lt;br /&gt;
This value was obtained after auto optimization of the structure in Avogadro.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||Click on the X button to close.&lt;br /&gt;
|| Close the Avogadro interface.&lt;br /&gt;
|-&lt;br /&gt;
||&lt;br /&gt;
||Now we will analyse the output.&lt;br /&gt;
|-&lt;br /&gt;
|| Right-click on the water folder, select the option Open in Terminal.&lt;br /&gt;
&lt;br /&gt;
Point to the folder in the terminal.&lt;br /&gt;
&lt;br /&gt;
||Right-click on the water folder and select the option '''Open in Terminal'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Folder opens in the terminal.&lt;br /&gt;
|-&lt;br /&gt;
|| Type '''ls''' at the prompt.&lt;br /&gt;
&lt;br /&gt;
Press '''Enter'''&lt;br /&gt;
&lt;br /&gt;
Point to the list of files.&lt;br /&gt;
&lt;br /&gt;
Point to '''water.out'''&lt;br /&gt;
&lt;br /&gt;
|| Type '''ls '''at the prompt and Press '''Enter '''to see the list files.&lt;br /&gt;
&lt;br /&gt;
Here we have the '''water.out''' file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Point to '''water.out.'''&lt;br /&gt;
&lt;br /&gt;
Type '''vi &amp;lt;space&amp;gt; water.out '''and press '''Enter.'''&lt;br /&gt;
&lt;br /&gt;
Point to the output.&lt;br /&gt;
&lt;br /&gt;
Point to the cursor.&lt;br /&gt;
&lt;br /&gt;
|| Now let us open this file using the '''vi editor.'''&lt;br /&gt;
&lt;br /&gt;
Type '''vi &amp;lt;space&amp;gt; water.out '''and press '''Enter.'''&lt;br /&gt;
&lt;br /&gt;
Output is shown on the terminal.&lt;br /&gt;
&lt;br /&gt;
Observe that the cursor is at the top left corner.&lt;br /&gt;
|-&lt;br /&gt;
|| Press Shift + G.&lt;br /&gt;
|| Press '''Shift '''and''' G''' keys togther to go to the bottom of the terminal output.&lt;br /&gt;
|-&lt;br /&gt;
|| Point to time.&lt;br /&gt;
|| Here we can see the time taken to generate the output in the '''orca''' environment.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||Type '''?Item''', press Enter.&lt;br /&gt;
&lt;br /&gt;
Point to''' Item''' keyword.&lt;br /&gt;
&lt;br /&gt;
|| Type '''?Item ''' and press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
It searches for the '''Item''' keyword.&lt;br /&gt;
&lt;br /&gt;
In this section, the file has converged to show the geometry optimization.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
||Type '''?TOTAL''' and press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
Point to total '''SCF''' energy.&lt;br /&gt;
&lt;br /&gt;
||Type '''?TOTAL''' all in capital letters and press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
Search shows the total '''SCF''' energy.&lt;br /&gt;
&lt;br /&gt;
Here '''SCF''' is a '''self-consistent field ''' method to calculate energy.&lt;br /&gt;
|-&lt;br /&gt;
|| Type '''?FINAL ''' and press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
Point to the Final single point energy.&lt;br /&gt;
||   Type '''?FINAL''' all in capital letters and press Enter.&lt;br /&gt;
&lt;br /&gt;
Search shows the '''Final Single Point '''energy after optimization.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Press :q to quit the process.&lt;br /&gt;
&lt;br /&gt;
Type cd ..&lt;br /&gt;
&lt;br /&gt;
|| Press colonq(''':q)''' and press Enter to quit the process.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Type '''cd &amp;lt;space&amp;gt; &amp;lt;dot&amp;gt; &amp;lt;dot&amp;gt; (cd ..)''' to go back to the''' Home folder'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| &lt;br /&gt;
|| With this, we come to the end of this tutorial.&lt;br /&gt;
&lt;br /&gt;
Let us summarize.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 6'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
|| In this tutorial, we have &lt;br /&gt;
* Ran an input file in the ''' ORCA''' environment using the terminal. &lt;br /&gt;
* Generated an output file.&lt;br /&gt;
* Compared the bond length and bond angle before and after optimization in '''ORCA'''.&lt;br /&gt;
* Analysed the generated output&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 7 + 8'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment''' &lt;br /&gt;
&lt;br /&gt;
|| As an assignment,&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Open the input files of '''cyclohexane''' and '''benzene''' generated in the previous assignment&lt;br /&gt;
* Run the input files in the '''ORCA''' environment using the terminal&lt;br /&gt;
* Generate the output files.&lt;br /&gt;
* Compare the bond lengths and bond angles before and after optimization in '''ORCA'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 9'''&lt;br /&gt;
&lt;br /&gt;
'''Spoken Tutorial project'''&lt;br /&gt;
|| The video at the following link summarizes the Spoken Tutorial project. &lt;br /&gt;
&lt;br /&gt;
Please download and watch it.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide number 10'''&lt;br /&gt;
&lt;br /&gt;
'''Spoken Tutorial workshop'''&lt;br /&gt;
|| The spoken tutorial project team conducts workshops and gives certificates.&lt;br /&gt;
&lt;br /&gt;
For more details, please write to us.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 11'''&lt;br /&gt;
&lt;br /&gt;
'''Spoken Tutorial forum'''&lt;br /&gt;
|| Please post your timed queries in this forum.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide number 12'''&lt;br /&gt;
&lt;br /&gt;
'''Acknowledgement'''&lt;br /&gt;
|| '''Spoken Tutorial Project''' was established by the Ministry of Education Government of India. &lt;br /&gt;
|-&lt;br /&gt;
||Thank you&lt;br /&gt;
|| The tutorial is contributed by Arup Sarkar, Raj Singh and Madhuri Ganapathi from FOSSEE, IIT Bombay.&lt;br /&gt;
&lt;br /&gt;
Thank you for joining.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/AutoDock4/C2/Running-AutoDock/English</id>
		<title>AutoDock4/C2/Running-AutoDock/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/AutoDock4/C2/Running-AutoDock/English"/>
				<updated>2024-01-18T05:48:56Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
'''Title of script''': '''Running AutoDock'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Author: Dr.Snehalatha Kaliappan and Sruthi Sudhakar'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Keywords: Autodock4, docking, docking parameters, genetic algorithm, dpf file, pdbqt files, dlg file, video tutorial.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|border =1&lt;br /&gt;
&lt;br /&gt;
|| Visual Cue&lt;br /&gt;
|| Narration&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 1'''&lt;br /&gt;
&lt;br /&gt;
'''Title Slide'''&lt;br /&gt;
|| Welcome to this tutorial on '''Running AutoDock'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 2'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| In this tutorial, we will learn to&lt;br /&gt;
&lt;br /&gt;
Open the '''PDBQT''' files for receptor and ligand for docking on the '''ADT''' interface&lt;br /&gt;
&lt;br /&gt;
Perform docking using default docking parameters&lt;br /&gt;
&lt;br /&gt;
Save the output as '''.dpf''' file&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 3'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| Run AutoDock &lt;br /&gt;
&lt;br /&gt;
Open the .dlg file to make sure the autodock run is successfully completed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 4'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirement'''&lt;br /&gt;
|| Here I am using,&lt;br /&gt;
&lt;br /&gt;
'''Ubuntu Linux''' OS version 20.04&lt;br /&gt;
&lt;br /&gt;
AutoDockTools version 1.5.7&lt;br /&gt;
&lt;br /&gt;
gedit version 3.36.2&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 5'''&lt;br /&gt;
&lt;br /&gt;
'''Pre-requisites'''&lt;br /&gt;
|| To follow this tutorial learner should be familiar with,&lt;br /&gt;
&lt;br /&gt;
topics in basic bioinformatics&lt;br /&gt;
&lt;br /&gt;
basic operations on '''AutoDock Tools''' interface&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide number 6'''&lt;br /&gt;
&lt;br /&gt;
'''Code Files'''&lt;br /&gt;
&lt;br /&gt;
|| The input files required for this tutorial are available in the '''Code files''' link.&lt;br /&gt;
&lt;br /&gt;
Please download and extract the files.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide number 7'''&lt;br /&gt;
&lt;br /&gt;
'''Code Files'''&lt;br /&gt;
&lt;br /&gt;
|| Save the input files in your home directory or working directory&lt;br /&gt;
&lt;br /&gt;
Make a copy of all the files and then use them for practising.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on ADT interface.&lt;br /&gt;
|| Here I have opened ADT interface.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''Docking''' on the toolbar.&lt;br /&gt;
&lt;br /&gt;
Select '''Macromolecule''' from the dropdown, then click '''Set Rigid Filename.'''&lt;br /&gt;
&lt;br /&gt;
Cursor on the panel.&lt;br /&gt;
&lt;br /&gt;
Select '''2vta.pdbqt''' from the list of files. Click on the '''Open '''button.&lt;br /&gt;
&lt;br /&gt;
|| Click on the '''Docking''' tool on the menu bar.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Select '''Macromolecule''' from the dropdown, then select '''Set Rigid Filename'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''PDBQT Macromolcule File '''window opens.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Select '''2vta.pdbqt''' from the list of files and click on the '''Open ''' button.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| click on '''Docking''', from the dropdown choose '''Ligand,''' and select '''Open''' option.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Select '''ligand.pdbqt '''from the list of files in the window.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Open''' button.&lt;br /&gt;
&lt;br /&gt;
Cursor on the''' AutoDpf4 Ligand Parameters '''pop-up window.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Accept '''button in the pop-up. &lt;br /&gt;
&lt;br /&gt;
|| Click on '''Docking''' again, from the dropdown choose '''Ligand,''' select '''Open''' option.&lt;br /&gt;
&lt;br /&gt;
Select '''ligand.pdbqt '''from the list of files in the window.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Open''' button.&lt;br /&gt;
&lt;br /&gt;
A pop up window '''AutoDpf4 Ligand Parameters''' appears.&lt;br /&gt;
&lt;br /&gt;
Read the information about the ligand.&lt;br /&gt;
&lt;br /&gt;
Some default parameters are selected, leave them as such.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Accept ''' button in the pop-up. &lt;br /&gt;
&lt;br /&gt;
The pop up window closes&lt;br /&gt;
|-&lt;br /&gt;
|| Click Docking &amp;gt;&amp;gt; Search Parameters &amp;gt;&amp;gt; Genetic Algorithm. &lt;br /&gt;
&lt;br /&gt;
Cursor on '''Genetic Algorithm Parameters''' window.&lt;br /&gt;
&lt;br /&gt;
Click the '''Accept''' button.&lt;br /&gt;
&lt;br /&gt;
|| Click on '''Docking''' again, from the dropdown choose '''Search Parameters'''.&lt;br /&gt;
&lt;br /&gt;
From the sub-menu select '''Genetic Algorithm'''.&lt;br /&gt;
&lt;br /&gt;
'''Genetic Algorithm Parameters''' window opens.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You will notice that all the fields are auto populated.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We will leave the default parameters as such and click on ''' Accept''' button.&lt;br /&gt;
|-&lt;br /&gt;
|| Click Docking &amp;gt;&amp;gt; Docking Parameters. &lt;br /&gt;
&lt;br /&gt;
Cursor on the '''Set Docking Run Options '''window. &lt;br /&gt;
&lt;br /&gt;
Click the '''Accept '''button.&lt;br /&gt;
&lt;br /&gt;
|| Next click again on '''Docking''' and from the dropdown choose '''Docking Parameters'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Set Docking Run Options ''' window opens.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Again you will notice that all the fields are auto populated.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We will leave them as such and click on ''' Accept''' button.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click Docking &amp;gt;&amp;gt; Output &amp;gt;&amp;gt; Lamarckian GA(4.2).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Autodock4.2 GALS Docking Parameter Output File''' window opens.&lt;br /&gt;
&lt;br /&gt;
Type the file name in the File name field as''' 2vta.dpf'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The Files of type field is auto populated as '''dpf '''file.&lt;br /&gt;
&lt;br /&gt;
Click on '''Save''' Button.&lt;br /&gt;
&lt;br /&gt;
|| To save all the parameters as a single docking file; click '''Docking''' again.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Choose the '''Output''' option from the dropdown.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the sub-menu choose '''Lamarckian GA(4.2)'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Autodock4.2 GALS Docking Parameter Output File''' dialog box opens.&lt;br /&gt;
&lt;br /&gt;
Type the file name in the '''File name '''field as ''' 2vta.dpf'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The Files of type field is chosen as '''dpf''' file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on '''Save''' Button.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click Run  &amp;gt;&amp;gt;  Run AutoDock.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Cursor on '''Run AutoDock''' pop-up.&lt;br /&gt;
&lt;br /&gt;
|| Next, Click on '''Run''', Choose '''Run AutoDock'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Run AutoDock''' pop-up opens.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on '''Run AutoDock''' pop-up.&lt;br /&gt;
|| Here you will again need to set the '''Program Pathname ''' and '''Parameter Filename'''.&lt;br /&gt;
&lt;br /&gt;
For me '''Program Pathname''' is already auto populated. &lt;br /&gt;
&lt;br /&gt;
Hence I will leave it as such.&lt;br /&gt;
&lt;br /&gt;
Windows users may click on the '''Browse''' button and fill the path for the '''autodock4.exe file'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the '''Browse''' button next to the '''Parameter Filename '''field.&lt;br /&gt;
&lt;br /&gt;
From the pop-up window, choose '''2vta.dpf''' from the home folder.&lt;br /&gt;
&lt;br /&gt;
|| '''Parameter Filename ''' is also auto populated as '''2vta.dpf.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on the '''Browse''' button next to the field.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the pop-up window, I will choose '''2vta.dpf''' from the Home folder.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on the '''Open''' button in the pop-up window.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now the empty field next to '''Log Filename''' will automatically be populated as '''2vta.dlg'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the cmd field.&lt;br /&gt;
|| Here you may also find the command line if you prefer to use the terminal to run '''autodock4'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the '''Launch''' button.&lt;br /&gt;
&lt;br /&gt;
Cursor on '''Autodock process Manager''' popup.&lt;br /&gt;
|| Click on the '''Launch''' button to run autodock4.&lt;br /&gt;
&lt;br /&gt;
A pop-up titled '''Autodock Process Manager''' will appear. &lt;br /&gt;
&lt;br /&gt;
The process time depends on the '''parameter values''' you have set.&lt;br /&gt;
&lt;br /&gt;
This will take 10 to 20 seconds.&lt;br /&gt;
&lt;br /&gt;
The pop-up will automatically close when the process ends. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| Viewers please note:&lt;br /&gt;
&lt;br /&gt;
If the popup appears and closes quickly within 1 or 2 seconds, an error has likely occurred. &lt;br /&gt;
&lt;br /&gt;
If this happens, check your parameters and '''run '''the '''autodock''' again.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the home folder .&lt;br /&gt;
&lt;br /&gt;
Cursor on output file '''2vta.dlg'''.&lt;br /&gt;
&lt;br /&gt;
Right-click on '''2vta.dlg''' and open it using the text editor.&lt;br /&gt;
|| Open the''' home '''folder.&lt;br /&gt;
&lt;br /&gt;
The output file '''2vta.dlg''' will be saved in the home folder.&lt;br /&gt;
&lt;br /&gt;
We need to open the '''dlg '''file and check the last line to make sure '''autodock''' is successfully completed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I will right-click and open the file using the text editor. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''2vta.dlg '''document.&lt;br /&gt;
&lt;br /&gt;
Scroll to the last line in the document. &lt;br /&gt;
&lt;br /&gt;
Cursor on '''Autodock4 Successful Completion.'''&lt;br /&gt;
&lt;br /&gt;
|| The file opened in gedit for me.&lt;br /&gt;
&lt;br /&gt;
Scroll to the last line in the document. &lt;br /&gt;
&lt;br /&gt;
Here you will see, '''Autodock4: Successful Completion'''.&lt;br /&gt;
&lt;br /&gt;
Close the text file and close the home folder..&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This brings us to the end of this tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 8'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
|| Let us summarize. &lt;br /&gt;
&lt;br /&gt;
In this tutorial, we have,&lt;br /&gt;
&lt;br /&gt;
Opened the PDBQT files for receptor and ligand for docking on ADT interface&lt;br /&gt;
&lt;br /&gt;
Performed docking using default docking parameters&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 9'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
|| Saved the output as .dpf file&lt;br /&gt;
&lt;br /&gt;
Ran AutoDock &lt;br /&gt;
&lt;br /&gt;
Opened the .dlg file to make sure the autodock run is successfully completed&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 10'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment'''&lt;br /&gt;
|| As an assignment, &lt;br /&gt;
&lt;br /&gt;
Run autodock for the example 1DWD, given in the '''Examples '''folder in the Downloads page.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide''' '''Number 11'''&lt;br /&gt;
&lt;br /&gt;
'''About Spoken Tutorial Project '''&lt;br /&gt;
|| &lt;br /&gt;
* The video at the following link summarizes the Spoken Tutorial project. &lt;br /&gt;
* Please download and watch it. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 12'''&lt;br /&gt;
&lt;br /&gt;
'''Spoken tutorial workshops '''&lt;br /&gt;
|| &lt;br /&gt;
* We conduct workshops using spoken tutorials and give certificates. &lt;br /&gt;
* For more details, please write to us. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 113'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Forum'''&lt;br /&gt;
|| &lt;br /&gt;
* Please post your timed queries in this forum. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 14'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Acknowledgement '''&lt;br /&gt;
||Spoken Tutorial project was established by the Ministry of Education (MoE), Govt. of India&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 14'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Acknowledgement '''&lt;br /&gt;
|| This tutorial is contributed by Snehalatha Kaliappan, Sruthi Sudhakar and Madhuri Ganapathi from IIT Bombay.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/AutoDock4/C2/Running-AutoDock/English</id>
		<title>AutoDock4/C2/Running-AutoDock/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/AutoDock4/C2/Running-AutoDock/English"/>
				<updated>2024-01-18T05:47:24Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
'''Title of script''': '''Running AutoDock'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Author: Dr.Snehalatha Kaliappan and Sruthi Sudhakar'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Keywords: Autodock4, docking, docking parameters, genetic algorithm, dpf file, pdbqt files, dlg file, video tutorial.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|border =1&lt;br /&gt;
&lt;br /&gt;
|| Visual Cue&lt;br /&gt;
|| Narration&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 1'''&lt;br /&gt;
&lt;br /&gt;
'''Title Slide'''&lt;br /&gt;
|| Welcome to this tutorial on '''Running AutoDock'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 2'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| In this tutorial, we will learn to&lt;br /&gt;
&lt;br /&gt;
Open the '''PDBQT''' files for receptor and ligand for docking on the '''ADT''' interface&lt;br /&gt;
&lt;br /&gt;
Perform docking using default docking parameters&lt;br /&gt;
&lt;br /&gt;
Save the output as '''.dpf''' file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 3'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| Run AutoDock &lt;br /&gt;
&lt;br /&gt;
Open the .dlg file to make sure the autodock run is successfully completed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 4'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirement'''&lt;br /&gt;
|| Here I am using,&lt;br /&gt;
&lt;br /&gt;
'''Ubuntu Linux''' OS version 20.04&lt;br /&gt;
&lt;br /&gt;
AutoDockTools version 1.5.7&lt;br /&gt;
&lt;br /&gt;
gedit version 3.36.2&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 5'''&lt;br /&gt;
&lt;br /&gt;
'''Pre-requisites'''&lt;br /&gt;
|| To follow this tutorial learner should be familiar with,&lt;br /&gt;
&lt;br /&gt;
topics in basic bioinformatics&lt;br /&gt;
&lt;br /&gt;
basic operations on '''AutoDock Tools''' interface&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide number 6'''&lt;br /&gt;
&lt;br /&gt;
'''Code Files'''&lt;br /&gt;
&lt;br /&gt;
|| The input files required for this tutorial are available in the '''Code files''' link.&lt;br /&gt;
&lt;br /&gt;
Please download and extract the files.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide number 7'''&lt;br /&gt;
&lt;br /&gt;
'''Code Files'''&lt;br /&gt;
&lt;br /&gt;
|| Save the input files in your home directory or working directory&lt;br /&gt;
&lt;br /&gt;
Make a copy of all the files and then use them for practising.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on ADT interface.&lt;br /&gt;
|| Here I have opened ADT interface.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''Docking''' on the toolbar.&lt;br /&gt;
&lt;br /&gt;
Select '''Macromolecule''' from the dropdown, then click '''Set Rigid Filename.'''&lt;br /&gt;
&lt;br /&gt;
Cursor on the panel.&lt;br /&gt;
&lt;br /&gt;
Select '''2vta.pdbqt''' from the list of files. Click on the '''Open '''button.&lt;br /&gt;
&lt;br /&gt;
|| Click on the '''Docking''' tool on the menu bar.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Select '''Macromolecule''' from the dropdown, then select '''Set Rigid Filename'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''PDBQT Macromolcule File '''window opens.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Select '''2vta.pdbqt''' from the list of files and click on the '''Open ''' button.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| click on '''Docking''', from the dropdown choose '''Ligand,''' and select '''Open''' option.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Select '''ligand.pdbqt '''from the list of files in the window.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Open''' button.&lt;br /&gt;
&lt;br /&gt;
Cursor on the''' AutoDpf4 Ligand Parameters '''pop-up window.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Accept '''button in the pop-up. &lt;br /&gt;
&lt;br /&gt;
|| Click on '''Docking''' again, from the dropdown choose '''Ligand,''' select '''Open''' option.&lt;br /&gt;
&lt;br /&gt;
Select '''ligand.pdbqt '''from the list of files in the window.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Open''' button.&lt;br /&gt;
&lt;br /&gt;
A pop up window '''AutoDpf4 Ligand Parameters''' appears.&lt;br /&gt;
&lt;br /&gt;
Read the information about the ligand.&lt;br /&gt;
&lt;br /&gt;
Some default parameters are selected, leave them as such.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Accept ''' button in the pop-up. &lt;br /&gt;
&lt;br /&gt;
The pop up window closes&lt;br /&gt;
|-&lt;br /&gt;
|| Click Docking &amp;gt;&amp;gt; Search Parameters &amp;gt;&amp;gt; Genetic Algorithm. &lt;br /&gt;
&lt;br /&gt;
Cursor on '''Genetic Algorithm Parameters''' window.&lt;br /&gt;
&lt;br /&gt;
Click the '''Accept''' button.&lt;br /&gt;
&lt;br /&gt;
|| Click on '''Docking''' again, from the dropdown choose '''Search Parameters'''.&lt;br /&gt;
&lt;br /&gt;
From the sub-menu select '''Genetic Algorithm'''.&lt;br /&gt;
&lt;br /&gt;
'''Genetic Algorithm Parameters''' window opens.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You will notice that all the fields are auto populated.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We will leave the default parameters as such and click on ''' Accept''' button.&lt;br /&gt;
|-&lt;br /&gt;
|| Click Docking &amp;gt;&amp;gt; Docking Parameters. &lt;br /&gt;
&lt;br /&gt;
Cursor on the '''Set Docking Run Options '''window. &lt;br /&gt;
&lt;br /&gt;
Click the '''Accept '''button.&lt;br /&gt;
&lt;br /&gt;
|| Next click again on '''Docking''' and from the dropdown choose '''Docking Parameters'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Set Docking Run Options ''' window opens.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Again you will notice that all the fields are auto populated.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We will leave them as such and click on ''' Accept''' button.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click Docking &amp;gt;&amp;gt; Output &amp;gt;&amp;gt; Lamarckian GA(4.2).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Autodock4.2 GALS Docking Parameter Output File''' window opens.&lt;br /&gt;
&lt;br /&gt;
Type the file name in the File name field as''' 2vta.dpf'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The Files of type field is auto populated as '''dpf '''file.&lt;br /&gt;
&lt;br /&gt;
Click on '''Save''' Button.&lt;br /&gt;
&lt;br /&gt;
|| To save all the parameters as a single docking file; click '''Docking''' again.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Choose the '''Output''' option from the dropdown.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the sub-menu choose '''Lamarckian GA(4.2)'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Autodock4.2 GALS Docking Parameter Output File''' dialog box opens.&lt;br /&gt;
&lt;br /&gt;
Type the file name in the '''File name '''field as ''' 2vta.dpf'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The Files of type field is chosen as '''dpf''' file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on '''Save''' Button.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click Run  &amp;gt;&amp;gt;  Run AutoDock.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Cursor on '''Run AutoDock''' pop-up.&lt;br /&gt;
&lt;br /&gt;
|| Next, Click on '''Run''', Choose '''Run AutoDock'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Run AutoDock''' pop-up opens.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on '''Run AutoDock''' pop-up.&lt;br /&gt;
|| Here you will again need to set the '''Program Pathname ''' and '''Parameter Filename'''.&lt;br /&gt;
&lt;br /&gt;
For me '''Program Pathname''' is already auto populated. &lt;br /&gt;
&lt;br /&gt;
Hence I will leave it as such.&lt;br /&gt;
&lt;br /&gt;
Windows users may click on the '''Browse''' button and fill the path for the '''autodock4.exe file'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the '''Browse''' button next to the '''Parameter Filename '''field.&lt;br /&gt;
&lt;br /&gt;
From the pop-up window, choose '''2vta.dpf''' from the home folder.&lt;br /&gt;
&lt;br /&gt;
|| '''Parameter Filename ''' is also auto populated as '''2vta.dpf.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on the '''Browse''' button next to the field.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the pop-up window, I will choose '''2vta.dpf''' from the Home folder.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on the '''Open''' button in the pop-up window.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now the empty field next to '''Log Filename''' will automatically be populated as '''2vta.dlg'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the cmd field.&lt;br /&gt;
|| Here you may also find the command line if you prefer to use the terminal to run '''autodock4'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the '''Launch''' button.&lt;br /&gt;
&lt;br /&gt;
Cursor on '''Autodock process Manager''' popup.&lt;br /&gt;
|| Click on the '''Launch''' button to run autodock4.&lt;br /&gt;
&lt;br /&gt;
A pop-up titled '''Autodock Process Manager''' will appear. &lt;br /&gt;
&lt;br /&gt;
The process time depends on the '''parameter values''' you have set.&lt;br /&gt;
&lt;br /&gt;
This will take 10 to 20 seconds.&lt;br /&gt;
&lt;br /&gt;
The pop-up will automatically close when the process ends. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| Viewers please note:&lt;br /&gt;
&lt;br /&gt;
If the popup appears and closes quickly within 1 or 2 seconds, an error has likely occurred. &lt;br /&gt;
&lt;br /&gt;
If this happens, check your parameters and '''run '''the '''autodock''' again.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the home folder .&lt;br /&gt;
&lt;br /&gt;
Cursor on output file '''2vta.dlg'''.&lt;br /&gt;
&lt;br /&gt;
Right-click on '''2vta.dlg''' and open it using the text editor.&lt;br /&gt;
|| Open the''' home '''folder.&lt;br /&gt;
&lt;br /&gt;
The output file '''2vta.dlg''' will be saved in the home folder.&lt;br /&gt;
&lt;br /&gt;
We need to open the '''dlg '''file and check the last line to make sure '''autodock''' is successfully completed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I will right-click and open the file using the text editor. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''2vta.dlg '''document.&lt;br /&gt;
&lt;br /&gt;
Scroll to the last line in the document. &lt;br /&gt;
&lt;br /&gt;
Cursor on '''Autodock4 Successful Completion.'''&lt;br /&gt;
&lt;br /&gt;
|| The file opened in gedit for me.&lt;br /&gt;
&lt;br /&gt;
Scroll to the last line in the document. &lt;br /&gt;
&lt;br /&gt;
Here you will see, '''Autodock4: Successful Completion'''.&lt;br /&gt;
&lt;br /&gt;
Close the text file and close the home folder..&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This brings us to the end of this tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 8'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
|| Let us summarize. &lt;br /&gt;
&lt;br /&gt;
In this tutorial, we have,&lt;br /&gt;
&lt;br /&gt;
Opened the PDBQT files for receptor and ligand for docking on ADT interface&lt;br /&gt;
&lt;br /&gt;
Performed docking using default docking parameters&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 9'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
|| Saved the output as .dpf file&lt;br /&gt;
&lt;br /&gt;
Ran AutoDock &lt;br /&gt;
&lt;br /&gt;
Opened the .dlg file to make sure the autodock run is successfully completed&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 10'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment'''&lt;br /&gt;
|| As an assignment, &lt;br /&gt;
&lt;br /&gt;
Run autodock for the example 1DWD, given in the '''Examples '''folder in the Downloads page.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide''' '''Number 11'''&lt;br /&gt;
&lt;br /&gt;
'''About Spoken Tutorial Project '''&lt;br /&gt;
|| &lt;br /&gt;
* The video at the following link summarizes the Spoken Tutorial project. &lt;br /&gt;
* Please download and watch it. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 12'''&lt;br /&gt;
&lt;br /&gt;
'''Spoken tutorial workshops '''&lt;br /&gt;
|| &lt;br /&gt;
* We conduct workshops using spoken tutorials and give certificates. &lt;br /&gt;
* For more details, please write to us. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 113'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Forum'''&lt;br /&gt;
|| &lt;br /&gt;
* Please post your timed queries in this forum. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 14'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Acknowledgement '''&lt;br /&gt;
||Spoken Tutorial project was established by the Ministry of Education (MoE), Govt. of India&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 14'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Acknowledgement '''&lt;br /&gt;
|| This tutorial is contributed by Snehalatha Kaliappan, Sruthi Sudhakar and Madhuri Ganapathi from IIT Bombay.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/AutoDock4/C2/Running-AutoDock/English</id>
		<title>AutoDock4/C2/Running-AutoDock/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/AutoDock4/C2/Running-AutoDock/English"/>
				<updated>2024-01-18T05:35:34Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
'''Title of script''': '''Running AutoDock'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Author: Dr.Snehalatha Kaliappan and Sruthi Sudhakar'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Keywords: Autodock4, docking, docking parameters, genetic algorithm, dpf file, pdbqt files, dlg file, video tutorial.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|border =1&lt;br /&gt;
&lt;br /&gt;
|| Visual Cue&lt;br /&gt;
|| Narration&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 1'''&lt;br /&gt;
&lt;br /&gt;
'''Title Slide'''&lt;br /&gt;
|| Welcome to this tutorial on '''Running AutoDock'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 2'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| In this tutorial, we will learn to&lt;br /&gt;
&lt;br /&gt;
Open the '''PDBQT''' files for receptor and ligand for docking on the '''ADT''' interface&lt;br /&gt;
&lt;br /&gt;
Perform docking using default docking parameters&lt;br /&gt;
&lt;br /&gt;
Save the output as '''.dpf''' file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 3'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| Run AutoDock &lt;br /&gt;
&lt;br /&gt;
Open the .dlg file to make sure the autodock run is successfully completed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 4'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirement'''&lt;br /&gt;
|| Here I am using,&lt;br /&gt;
&lt;br /&gt;
'''Ubuntu Linux''' OS version 20.04&lt;br /&gt;
&lt;br /&gt;
AutoDockTools version 1.5.7&lt;br /&gt;
&lt;br /&gt;
gedit v3.36.2&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 5'''&lt;br /&gt;
&lt;br /&gt;
'''Pre-requisites'''&lt;br /&gt;
|| To follow this tutorial learner should be familiar with,&lt;br /&gt;
&lt;br /&gt;
topics in basic bioinformatics&lt;br /&gt;
&lt;br /&gt;
basic operations on '''AutoDock Tools''' interface&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide number 6'''&lt;br /&gt;
&lt;br /&gt;
'''Code Files'''&lt;br /&gt;
&lt;br /&gt;
|| The input files required for this tutorial are available in the '''Code files''' link.&lt;br /&gt;
&lt;br /&gt;
Please download and extract the files.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide number 7'''&lt;br /&gt;
&lt;br /&gt;
'''Code Files'''&lt;br /&gt;
&lt;br /&gt;
|| Save the input files in your home directory or working directory&lt;br /&gt;
&lt;br /&gt;
Make a copy of all the files and then use them for practising.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on ADT interface.&lt;br /&gt;
|| Here I have opened ADT interface.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''Docking''' on the toolbar.&lt;br /&gt;
&lt;br /&gt;
Select '''Macromolecule''' from the dropdown, then click '''Set Rigid Filename.'''&lt;br /&gt;
&lt;br /&gt;
Cursor on the panel.&lt;br /&gt;
&lt;br /&gt;
Select '''2vta.pdbqt''' from the list of files. Click on the '''Open '''button.&lt;br /&gt;
&lt;br /&gt;
|| Click on the '''Docking''' tool on the menu bar.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Select '''Macromolecule''' from the dropdown, then select '''Set Rigid Filename'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''PDBQT Macromolcule File '''window opens.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Select '''2vta.pdbqt''' from the list of files and click on the '''Open ''' button.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| click on '''Docking''', from the dropdown choose '''Ligand,''' select '''Open''' option.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Select '''ligand.pdbqt '''from the list of files in the window.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Open''' button.&lt;br /&gt;
&lt;br /&gt;
Cursor on the''' AutoDpf4 Ligand Parameters '''pop-up window.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Accept '''button in the pop-up. &lt;br /&gt;
&lt;br /&gt;
|| Click on '''Docking''' again, from the dropdown choose '''Ligand,''' select '''Open''' option.&lt;br /&gt;
&lt;br /&gt;
Select '''ligand.pdbqt '''from the list of files in the window.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Open''' button.&lt;br /&gt;
&lt;br /&gt;
A pop up window '''AutoDpf4 Ligand Parameters''' appears.&lt;br /&gt;
&lt;br /&gt;
Read the information about the ligand.&lt;br /&gt;
&lt;br /&gt;
Some default parameters are selected, leave them as such.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Accept ''' button in the pop-up. &lt;br /&gt;
&lt;br /&gt;
The pop up window closes&lt;br /&gt;
|-&lt;br /&gt;
|| Click Docking &amp;gt;&amp;gt; Search Parameters &amp;gt;&amp;gt; Genetic Algorithm. &lt;br /&gt;
&lt;br /&gt;
Cursor on '''Genetic Algorithm Parameters''' window.&lt;br /&gt;
&lt;br /&gt;
Click the '''Accept''' button.&lt;br /&gt;
&lt;br /&gt;
|| Click on '''Docking''' again, from the dropdown choose '''Search Parameters'''.&lt;br /&gt;
&lt;br /&gt;
From the sub-menu select '''Genetic Algorithm'''.&lt;br /&gt;
&lt;br /&gt;
'''Genetic Algorithm Parameters''' window opens.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You will notice that all the fields are auto populated.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We will leave the default parameters as such and click on ''' Accept''' button.&lt;br /&gt;
|-&lt;br /&gt;
|| Click Docking &amp;gt;&amp;gt; Docking Parameters. &lt;br /&gt;
&lt;br /&gt;
Cursor on the '''Set Docking Run Options '''window. &lt;br /&gt;
&lt;br /&gt;
Click the '''Accept '''button.&lt;br /&gt;
&lt;br /&gt;
|| Next click again on '''Docking''' and from the dropdown choose '''Docking Parameters'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Set Docking Run Options ''' window opens.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Again you will notice that all the fields are auto populated.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We will leave them as such and click on ''' Accept''' button.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click Docking &amp;gt;&amp;gt; Output &amp;gt;&amp;gt; Lamarckian GA(4.2).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Autodock4.2 GALS Docking Parameter Output File''' window opens.&lt;br /&gt;
&lt;br /&gt;
Type the file name in the File name field as''' 2vta.dpf'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The Files of type field is auto populated as '''dpf '''file.&lt;br /&gt;
&lt;br /&gt;
Click on '''Save''' Button.&lt;br /&gt;
&lt;br /&gt;
|| To save all the parameters as a single docking file; click '''Docking''' again.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Choose the '''Output''' option from the dropdown.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the sub-menu choose '''Lamarckian GA(4.2)'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Autodock4.2 GALS Docking Parameter Output File''' dialog box opens.&lt;br /&gt;
&lt;br /&gt;
Type the file name in the '''File name '''field as ''' 2vta.dpf'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The Files of type field is chosen as '''dpf''' file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on '''Save''' Button.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click Run  &amp;gt;&amp;gt;  Run AutoDock.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Cursor on '''Run AutoDock''' pop-up.&lt;br /&gt;
&lt;br /&gt;
|| Next, Click on '''Run''', Choose '''Run AutoDock'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Run AutoDock''' pop-up opens.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on '''Run AutoDock''' pop-up.&lt;br /&gt;
|| Here you will again need to set the '''Program Pathname ''' and '''Parameter Filename'''.&lt;br /&gt;
&lt;br /&gt;
For me '''Program Pathname''' is already auto populated. &lt;br /&gt;
&lt;br /&gt;
Hence I will leave it as such.&lt;br /&gt;
&lt;br /&gt;
Windows users may click on the '''Browse''' button and fill the path for the '''autodock4.exe file'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the '''Browse''' button next to the '''Parameter Filename '''field.&lt;br /&gt;
&lt;br /&gt;
From the pop-up window, choose '''2vta.dpf''' from the home folder.&lt;br /&gt;
&lt;br /&gt;
|| '''Parameter Filename ''' is also auto populated as '''2vta.dpf.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on the '''Browse''' button next to the field.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the pop-up window, I will choose '''2vta.dpf''' from the Home folder.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on the '''Open''' button in the pop-up window.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now the empty field next to '''Log Filename''' will automatically be populated as '''2vta.dlg'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the cmd field.&lt;br /&gt;
|| Here you may also find the command line if you prefer to use the terminal to run '''autodock4'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the '''Launch''' button.&lt;br /&gt;
&lt;br /&gt;
Cursor on '''Autodock process Manager''' popup.&lt;br /&gt;
|| Click on the '''Launch''' button to run autodock4.&lt;br /&gt;
&lt;br /&gt;
A pop-up titled '''Autodock Process Manager''' will appear. &lt;br /&gt;
&lt;br /&gt;
The process time depends on the '''parameter values''' you have set.&lt;br /&gt;
&lt;br /&gt;
This will take 10 to 20 seconds.&lt;br /&gt;
&lt;br /&gt;
The pop-up will automatically close when the process ends. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| Viewers please note:&lt;br /&gt;
&lt;br /&gt;
If the popup appears and closes quickly within 1 or 2 seconds, an error has likely occurred. &lt;br /&gt;
&lt;br /&gt;
If this happens, check your parameters and '''run '''the '''autodock''' again.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the home folder .&lt;br /&gt;
&lt;br /&gt;
Cursor on output file '''2vta.dlg'''.&lt;br /&gt;
&lt;br /&gt;
Right-click on '''2vta.dlg''' and open it using the text editor.&lt;br /&gt;
|| Open the''' home '''folder.&lt;br /&gt;
&lt;br /&gt;
The output file '''2vta.dlg''' will be saved in the home folder.&lt;br /&gt;
&lt;br /&gt;
We need to open the '''dlg '''file and check the last line to make sure '''autodock''' is successfully completed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I will right-click and open the file using the text editor. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''2vta.dlg '''document.&lt;br /&gt;
&lt;br /&gt;
Scroll to the last line in the document. &lt;br /&gt;
&lt;br /&gt;
Cursor on '''Autodock4 Successful Completion.'''&lt;br /&gt;
&lt;br /&gt;
|| The file opened in gedit for me.&lt;br /&gt;
&lt;br /&gt;
Scroll to the last line in the document. &lt;br /&gt;
&lt;br /&gt;
Here you will see, '''Autodock4: Successful Completion'''.&lt;br /&gt;
&lt;br /&gt;
Close the text file and close the home folder..&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This brings us to the end of this tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 8'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
|| Let us summarize. &lt;br /&gt;
&lt;br /&gt;
In this tutorial, we have,&lt;br /&gt;
&lt;br /&gt;
Opened the PDBQT files for receptor and ligand for docking on ADT interface.&lt;br /&gt;
&lt;br /&gt;
Performed docking using default docking parameters.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 9'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
|| Saved the output as .dpf file.&lt;br /&gt;
&lt;br /&gt;
Ran AutoDock &lt;br /&gt;
&lt;br /&gt;
Opened the .dlg file to make sure the autodock run is successfully completed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 10'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment'''&lt;br /&gt;
|| As an assignment, &lt;br /&gt;
&lt;br /&gt;
Run autodock for the example 1DWD, given in the '''Examples '''folder in the Downloads page.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide''' '''Number 11'''&lt;br /&gt;
&lt;br /&gt;
'''About Spoken Tutorial Project '''&lt;br /&gt;
|| &lt;br /&gt;
* The video at the following link summarizes the Spoken Tutorial project. &lt;br /&gt;
* Please download and watch it. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 12'''&lt;br /&gt;
&lt;br /&gt;
'''Spoken tutorial workshops '''&lt;br /&gt;
|| &lt;br /&gt;
* We conduct workshops using spoken tutorials and give certificates. &lt;br /&gt;
* For more details, please write to us. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 113'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Forum'''&lt;br /&gt;
|| &lt;br /&gt;
* Please post your timed queries in this forum. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 14'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Acknowledgement '''&lt;br /&gt;
||Spoken Tutorial project was established by the Ministry of Education (MoE), Govt. of India&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 14'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Acknowledgement '''&lt;br /&gt;
|| This tutorial is contributed by Snehalatha Kaliappan, Sruthi Sudhakar and Madhuri Ganapathi from IIT Bombay.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/AutoDock4/C2/Running-AutoDock/English</id>
		<title>AutoDock4/C2/Running-AutoDock/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/AutoDock4/C2/Running-AutoDock/English"/>
				<updated>2024-01-17T06:40:52Z</updated>
		
		<summary type="html">&lt;p&gt;Snehalathak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
'''Title of script''': '''Running AutoDock'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Author: Dr.Snehalatha Kaliappan and Sruthi Sudhakar'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Keywords: Autodock4, docking, docking parameters, genetic algorithm, dpf file, pdbqt files, dlg file, video tutorial.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|border =1&lt;br /&gt;
&lt;br /&gt;
|| Visual Cue&lt;br /&gt;
|| Narration&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 1'''&lt;br /&gt;
&lt;br /&gt;
'''Title Slide'''&lt;br /&gt;
|| Welcome to this tutorial on '''Running AutoDock'''&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 2'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| In this tutorial, we will learn to&lt;br /&gt;
&lt;br /&gt;
Open the '''PDBQT''' files for receptor and ligand for docking on the '''ADT''' interface&lt;br /&gt;
&lt;br /&gt;
Perform docking using default docking parameters&lt;br /&gt;
&lt;br /&gt;
Save the output as '''.dpf''' file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 3'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| Run AutoDock &lt;br /&gt;
&lt;br /&gt;
Open the .dlg file to make sure the autodock run is successfully completed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 4'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirement'''&lt;br /&gt;
|| Here I am using,&lt;br /&gt;
&lt;br /&gt;
'''Ubuntu Linux''' OS version 20.04&lt;br /&gt;
&lt;br /&gt;
AutoDockTools version 1.5.7&lt;br /&gt;
&lt;br /&gt;
gedit v3.36.2&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 5'''&lt;br /&gt;
&lt;br /&gt;
'''Pre-requisites'''&lt;br /&gt;
|| To follow this tutorial you should be familiar with,&lt;br /&gt;
&lt;br /&gt;
topics in basic bioinformatics&lt;br /&gt;
&lt;br /&gt;
basic operations on '''AutoDock Tools''' interface&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide number 6'''&lt;br /&gt;
&lt;br /&gt;
'''Code Files'''&lt;br /&gt;
&lt;br /&gt;
|| The input files required for this tutorial are available in the '''Code files''' link.&lt;br /&gt;
&lt;br /&gt;
Please download and extract the files.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide number 7'''&lt;br /&gt;
&lt;br /&gt;
'''Code Files'''&lt;br /&gt;
&lt;br /&gt;
|| Save the input files in your home directory or working directory&lt;br /&gt;
&lt;br /&gt;
Make a copy of all the files and then use them for practising &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on ADT interface.&lt;br /&gt;
|| Here I have opened ADT interface.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click on '''Docking''' on the toolbar.&lt;br /&gt;
&lt;br /&gt;
Select '''Macromolecule''' from the dropdown, then click '''Set Rigid Filename.'''&lt;br /&gt;
&lt;br /&gt;
Cursor on the panel.&lt;br /&gt;
&lt;br /&gt;
Select '''2vta.pdbqt''' from the list of files. Click on the '''Open '''button.&lt;br /&gt;
&lt;br /&gt;
|| Click on the '''Docking''' tool on the menu bar.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Select '''Macromolecule''' from the dropdown, then select '''Set Rigid Filename.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''PDBQT Macromolcule File '''window opens.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Select '''2vta.pdbqt''' from the list of files and click on the '''Open '''button.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| click on '''Docking''', from the dropdown choose '''Ligand,''' select '''Open''' option.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Select '''ligand.pdbqt '''from the list of files in the window.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Open''' button.&lt;br /&gt;
&lt;br /&gt;
Cursor on the''' AutoDpf4 Ligand Parameters '''pop-up window.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Accept '''button in the pop-up. &lt;br /&gt;
&lt;br /&gt;
|| Click on '''Docking''' again, from the dropdown choose '''Ligand,''' select '''Open''' option.&lt;br /&gt;
&lt;br /&gt;
Select '''ligand.pdbqt '''from the list of files in the window.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Open''' button.&lt;br /&gt;
&lt;br /&gt;
A pop up window '''AutoDpf4 Ligand Parameters '''appears.&lt;br /&gt;
&lt;br /&gt;
Read the information about the ligand.&lt;br /&gt;
&lt;br /&gt;
Some default parameters are selected, leave them as such.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Accept '''button in the pop-up. &lt;br /&gt;
&lt;br /&gt;
The pop up window closes&lt;br /&gt;
|-&lt;br /&gt;
|| Click Docking &amp;gt;&amp;gt; Search Parameters &amp;gt;&amp;gt; Genetic Algorithm. &lt;br /&gt;
&lt;br /&gt;
Cursor on '''Genetic Algorithm Parameters''' window.&lt;br /&gt;
&lt;br /&gt;
Click the '''Accept''' button.&lt;br /&gt;
&lt;br /&gt;
|| Click on '''Docking''' again, from the dropdown choose '''Search Parameters.'''&lt;br /&gt;
&lt;br /&gt;
From the sub-menu select '''Genetic Algorithm'''.&lt;br /&gt;
&lt;br /&gt;
'''Genetic Algorithm Parameters''' window opens.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You will notice that all the fields are auto populated.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We will leave the default parameters as such and click on''' Accept''' button.&lt;br /&gt;
|-&lt;br /&gt;
|| Click Docking &amp;gt;&amp;gt; Docking Parameters. &lt;br /&gt;
&lt;br /&gt;
Cursor on the '''Set Docking Run Options '''window. &lt;br /&gt;
&lt;br /&gt;
Click the '''Accept '''button.&lt;br /&gt;
&lt;br /&gt;
|| Next click again on '''Docking''' and from the dropdown choose '''Docking Parameters'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Set Docking Run Options '''window opens.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Again you will notice that all the fields are auto populated.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We will leave them as such and click on''' Accept''' button.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click Docking &amp;gt;&amp;gt; Output &amp;gt;&amp;gt; Lamarckian GA(4.2).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Autodock4.2 GALS Docking Parameter Output File''' window opens.&lt;br /&gt;
&lt;br /&gt;
Type the file name in the File name field as''' 2vta.dpf'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The Files of type field is auto populated as '''dpf '''file.&lt;br /&gt;
&lt;br /&gt;
Click on '''Save''' Button.&lt;br /&gt;
&lt;br /&gt;
|| To save all the parameters as a single docking file; click '''Docking''' again.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Choose the '''Output''' option from the dropdown.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the sub-menu choose '''Lamarckian GA(4.2)'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Autodock4.2 GALS Docking Parameter Output File''' dialog box opens.&lt;br /&gt;
&lt;br /&gt;
Type the file name in the '''File name '''field as''' 2vta.dpf'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The Files of type field is chosen as '''dpf''' file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on '''Save''' Button.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Click Run  &amp;gt;&amp;gt;  Run AutoDock.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Cursor on '''Run AutoDock''' pop-up.&lt;br /&gt;
&lt;br /&gt;
|| Next, Click on '''Run''', Choose '''Run AutoDock'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Run AutoDock''' pop-up opens.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|| Cursor on '''Run AutoDock''' pop-up.&lt;br /&gt;
|| Here you will again need to set the '''Program Pathname '''and '''Parameter Filename'''.&lt;br /&gt;
&lt;br /&gt;
For me '''Program Pathname''' is already auto populated, hence I will leave it as such.&lt;br /&gt;
&lt;br /&gt;
Windows users may click on the '''Browse''' button and fill the path for the '''autodock4.exe file'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the '''Browse''' button next to the '''Parameter Filename '''field.&lt;br /&gt;
&lt;br /&gt;
From the pop-up window, choose '''2vta.dpf''' from the home folder.&lt;br /&gt;
&lt;br /&gt;
|| '''Parameter Filename '''is also auto populated as '''2vta.dpf.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on the '''Browse''' button next to the field.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the pop-up window, I will choose '''2vta.dpf''' from the home folder.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on the '''Open''' button in the pop-up window.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now the empty field next to '''Log Filename''' will automatically be populated as '''2vta.dlg'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the cmd field.&lt;br /&gt;
|| Here you may also find the command line if you prefer to use the terminal to run '''autodock4'''.&lt;br /&gt;
|-&lt;br /&gt;
|| Click on the '''Launch''' button.&lt;br /&gt;
&lt;br /&gt;
Cursor on '''Autodock process Manager''' popup.&lt;br /&gt;
|| Click on the '''Launch''' button to run autodock4.&lt;br /&gt;
&lt;br /&gt;
A pop-up titled '''Autodock Process Manager''' will appear. &lt;br /&gt;
&lt;br /&gt;
The process time depends on the '''parameter values''' you have set.&lt;br /&gt;
&lt;br /&gt;
This will take 10 to 20 seconds.&lt;br /&gt;
&lt;br /&gt;
The pop-up will automatically close when the process ends. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the panel.&lt;br /&gt;
|| Viewers please note:&lt;br /&gt;
&lt;br /&gt;
If the popup appears and closes quickly within 1 or 2 seconds, an error has likely occurred. &lt;br /&gt;
&lt;br /&gt;
If this happens, check your parameters and '''run '''the '''autodock''' again.&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on the home folder .&lt;br /&gt;
&lt;br /&gt;
Cursor on output file '''2vta.dlg'''.&lt;br /&gt;
&lt;br /&gt;
Right-click on '''2vta.dlg''' and open it using the text editor.&lt;br /&gt;
|| Open the''' home '''folder.&lt;br /&gt;
&lt;br /&gt;
The output file '''2vta.dlg''' will be saved in the home folder.&lt;br /&gt;
&lt;br /&gt;
We need to open the '''dlg '''file and check the last line to make sure autodock is successfully completed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I will right-click and open the file using the text editor. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| Cursor on '''2vta.dlg '''document.&lt;br /&gt;
&lt;br /&gt;
Scroll to the last line in the document. &lt;br /&gt;
&lt;br /&gt;
Cursor on '''Autodock4 Successful Completion.'''&lt;br /&gt;
&lt;br /&gt;
|| The file opened in gedit for me.&lt;br /&gt;
&lt;br /&gt;
Scroll to the last line in the document. &lt;br /&gt;
&lt;br /&gt;
Here you will see, '''Autodock4: Successful Completion.'''&lt;br /&gt;
&lt;br /&gt;
Close the text file and close the home folder..&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This brings us to the end of this tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 8'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
|| Let us summarize. &lt;br /&gt;
&lt;br /&gt;
In this tutorial, we have,&lt;br /&gt;
&lt;br /&gt;
Opened the PDBQT files for receptor and ligand for docking on ADT interface&lt;br /&gt;
&lt;br /&gt;
Performed docking using default docking parameters&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 9'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
|| Saved the output as .dpf file.&lt;br /&gt;
&lt;br /&gt;
Ran AutoDock &lt;br /&gt;
&lt;br /&gt;
Opened the .dlg file to make sure the autodock run is successfully completed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 10'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment'''&lt;br /&gt;
|| As an assignment, &lt;br /&gt;
&lt;br /&gt;
Run autodock for the example 1DWD, given in the '''Examples '''folder in the Downloads page.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide''' '''Number 11'''&lt;br /&gt;
&lt;br /&gt;
'''About Spoken Tutorial Project '''&lt;br /&gt;
|| &lt;br /&gt;
* The video at the following link summarizes the Spoken Tutorial project. &lt;br /&gt;
* Please download and watch it. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 12'''&lt;br /&gt;
&lt;br /&gt;
'''Spoken tutorial workshops '''&lt;br /&gt;
|| &lt;br /&gt;
* We conduct workshops using spoken tutorials and give certificates. &lt;br /&gt;
* For more details, please write to us. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 113'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Forum'''&lt;br /&gt;
|| &lt;br /&gt;
* Please post your timed queries in this forum. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 14'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Acknowledgement '''&lt;br /&gt;
||Spoken Tutorial project was established by the Ministry of Education (MoE), Govt. of India&lt;br /&gt;
|-&lt;br /&gt;
|| '''Slide Number 15'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Acknowledgement '''&lt;br /&gt;
|| This tutorial is contributed by Snehalatha Kaliappan, Sruthi Sudhakar and Madhuri Ganapathi from IIT Bombay.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Snehalathak</name></author>	</entry>

	</feed>