SlideShare a Scribd company logo
MDS Data Analysis
MDS Data Analysis
A range of simulation data analysis can be performed using GROMACS tools such
as gmx energy, gmx distance, gmx rdf, gmx sasa, etc.
For e.g., details from .edr file can be extracted and analyzed using following
commands
gmx energy –f eqm.edr (or prd.edr) –o anyname.xvg
The .xvg file can be plotted using the xmgrace plotting tool
xmgrace anyname.xvg
MDS
Data
Analysis
https://manual.gromacs.org/current/user-guide/cmdline.html#gmx-distance
MDS Data Analysis
OR
Analyze the data by writing code using any programming language…..
Radial Distribution Function
Radial Distribution Function
The radial distribution function (RDF) denoted in equations by g(r) defines the
probability of finding a particle at a distance r from another tagged particle.
https://en.wikibooks.org/wiki/Molecular_Simulation/Radial_Distribution_Functions
https://people.bath.ac.uk/chsscp/teach/md.bho/Theory/rdf.html
Radial Distribution Function
To construct an RDF g(r), choose an atom in the system and draw around it a
series of concentric spheres, set at a small fixed distance (∆r) apart (see figure
below). At regular time intervals, the number of atoms found in each shell n(r) is
counted and stored. At the end of the simulation, the average number of atoms in
each shell is calculated. This is then divided by the volume of each shell (4p r2Dr)
and the average density r of atoms in the system.
Mathematically the formula is:
𝒈 𝒓 =
n(r)
(4p r2Dr × r)
Radial Distribution Function - Normalization
𝒈 𝒓 =
n(r)
(4p r2Dr × r)
In RDF, n(r) is the mean number of atoms in a shell of width Dr at distance r.
The method need not be restricted to one atom. All the atoms in the system
can be treated in this way, leading to an improved determination of the RDF
as an average over many atoms.
https://w3.iams.sinica.edu.tw/lab/jlli/thesis_andy/node14.html
Normalization by
bin (shell) volume
Radial Distribution Function - Normalization
𝒈 𝒓 =
n(r)
(4p r2Dr × r)
Number Density
Radial Distribution Function - Normalization
Normalization is a scaling technique in which values are shifted and rescaled so
that they end up ranging between 0 and 1. This helps to compare different
plots by bringing them to the same levels.
𝒈 𝒓 =
n(r)
(4p r2Dr × r)
𝒈 𝒓 =
n(r)
(4p r2Dr)
Not Normalized by
average density
Normalized to 1 by
average density
https://mathematica.stackexchange.com/questions/110743/radial-distribution-function
https://www.analyticsvidhya.com/blog/2020/04/feature-scaling-machine-learning-normalization-standardization/
Crystal
image
At very long range every RDF tends to a value of 1.
(One of the important features of RDF)
https://manual.gromacs.org/documentation/5.1/onlinehelp/gmx-rdf.html
Radial Distribution Function
Firstly, at short separations (small r) the RDF is zero.
A typical RDF plot (below) shows a number of important features.
Radial Distribution Function
Firstly, at short separations (small r) the RDF is zero. This indicates the effective
width of the atoms, since they cannot approach any more closely. This is due to
the strong repulsive forces.
A typical RDF plot (below) shows a number of important features.
Radial Distribution Function
A typical RDF plot (below) shows a number of important features.
Secondly, a number of obvious peaks appear, which indicate that the atoms
pack around each other in ‘shells’ of neighbours. The occurrence of peaks at
long range indicates a high degree of ordering (e.g. solids). Usually, at high
temperature the peaks are broad, indicating thermal motion, while at low
temperature they are sharp. They are particularly sharp in crystalline materials,
where atoms are strongly confined in their positions.
Radial Distribution Function
https://www.scielo.br/j/mr/a/ttCnWGvJbr9KJkRF3MPv34C/?lang=en
https://www.globalsino.com/EM/page3097.html
Radial Distribution Function
The RDF is strongly dependent on the type of matter so will vary greatly for
solids, gases, and liquids.
Radial Distribution Function - Gases
Gases do not have a regular structure which heavily influences their RDF. The
RDF of a real gas will have only a single coordination sphere which will rapidly
decay to the normal bulk density of a gas, g(r)=1. The RDF of a real gas is fairly
simplistic, with values of g(r) as follows:
https://en.wikibooks.org/wiki/Molecular_Simulation/Radial_Distribution_Functions
Radial Distribution Function - Liquids
Due to their ability to move dynamically liquids do not maintain a constant structure and
lose all of their long-range structure. The first coordination sphere for a liquid will occur at
~σ. At large values of r, the molecules become independent of each other, and the
distribution returns to the bulk density (g(r)=1). The first peak will be the sharpest and
indicates the first coordination sphere of the liquid. Subsequent peaks will occur roughly
in intervals of σ but be much smaller than the first. Liquids are more loosely packed than
solids and therefore do not have exact intervals. Although it is possible for there to be
multiple coordination spheres, there is a depleted probability of finding particles outside
the first sphere due to repulsion caused by the first sphere.
https://en.wikibooks.org/wiki/Molecular_Simulation/Radial_Distribution_Functions
Radial Distribution Function - Solids
Solids have regular, periodic structures, with molecules fluctuating near their lattice
positions. The structure is very specific over a long-range, therefore it is rare to see
defects in solids. Discrete peaks at values of σ, √2σ, √3σ, etc. can be seen in the RDF of
a solid. Each peak has a broadened shape which is caused by particles vibrating around
their lattice sites. There is zero probability of finding a particle in regions between
these peaks (perfectly crystalline) as all molecules are packed regularly to fill the space
most efficiently. Each peak represents a coordination shell for the solid, with the
nearest neighbours being found in the first coordination shell, the second nearest
neighbours being found in the second, and so on.
https://en.wikibooks.org/wiki/Molecular_Simulation/Radial_Distribution_Functions
Radial Distribution Function
https://en.wikibooks.org/wiki/Molecular_Simulation/Radial_Distribution_Functions
The radial distribution functions of solid (T = 50 K),
liquid (T = 80 K), and gaseous argon (T = 300 K).
Radial Distribution Function
https://en.wikibooks.org/wiki/Molecular_Simulation/Radial_Distribution_Functions
The radial distribution functions of solid (T = 50 K),
liquid (T = 80 K), and gaseous argon (T = 300 K).
Radial Distribution Function
The radial distribution analysis can be performed using
GROMACS tool gmx rdf.
The RDF is useful in other ways. For example, it is something that can be
deduced experimentally from x-ray or neutron diffraction studies, thus
providing a direct comparison between experiment and simulation.
https://aip.scitation.org/doi/abs/10.1063/1.4960175
https://manual.gromacs.org/documentation/5.1/onlinehelp/gmx-rdf.html
Normalization and other
instructions

More Related Content

Similar to MSI PPT 11.pptx

Performance Analysis of Rician Fading Channels using Nonlinear Modulation Met...
Performance Analysis of Rician Fading Channels using Nonlinear Modulation Met...Performance Analysis of Rician Fading Channels using Nonlinear Modulation Met...
Performance Analysis of Rician Fading Channels using Nonlinear Modulation Met...
IOSR Journals
 
RDF Redux
RDF ReduxRDF Redux
RDF Redux
Pat Hayes
 
RSP-QL*: Querying Data-Level Annotations in RDF Streams
RSP-QL*: Querying Data-Level Annotations in RDF StreamsRSP-QL*: Querying Data-Level Annotations in RDF Streams
RSP-QL*: Querying Data-Level Annotations in RDF Streams
keski
 
67 75
67 7567 75
D0312015019
D0312015019D0312015019
D0312015019
inventy
 
Fundamentals of radar signal processing mark a. richards
Fundamentals of radar signal processing   mark a. richardsFundamentals of radar signal processing   mark a. richards
Fundamentals of radar signal processing mark a. richards
Abdul Raheem
 
RDF4U: RDF Graph Visualization by Interpreting Linked Data as Knowledge
RDF4U: RDF Graph Visualization by Interpreting Linked Data as KnowledgeRDF4U: RDF Graph Visualization by Interpreting Linked Data as Knowledge
RDF4U: RDF Graph Visualization by Interpreting Linked Data as Knowledge
National Institute of Informatics
 
RDF4U: RDF Graph Visualization by Interpreting Linked Data as Knowledge
RDF4U: RDF Graph Visualization by Interpreting Linked Data as KnowledgeRDF4U: RDF Graph Visualization by Interpreting Linked Data as Knowledge
RDF4U: RDF Graph Visualization by Interpreting Linked Data as Knowledge
Rathachai Chawuthai
 
Baron_Poster
Baron_PosterBaron_Poster
Baron_Poster
Ryan Green
 
Curv encyclopedia-fadili
Curv encyclopedia-fadiliCurv encyclopedia-fadili
Curv encyclopedia-fadili
Smitha Prakash
 
acs.jpca.9b08723.pdf
acs.jpca.9b08723.pdfacs.jpca.9b08723.pdf
acs.jpca.9b08723.pdf
ashwanikushwaha15
 
International Journal of Computational Engineering Research(IJCER)
 International Journal of Computational Engineering Research(IJCER)  International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
ijceronline
 
Mission Concept Paper for Project A.D.I.O.S.
Mission Concept Paper for Project A.D.I.O.S.Mission Concept Paper for Project A.D.I.O.S.
Mission Concept Paper for Project A.D.I.O.S.
Sung (Stephen) Kim
 
Comaskey_William_Poster_SULI_FALL_2014
Comaskey_William_Poster_SULI_FALL_2014Comaskey_William_Poster_SULI_FALL_2014
Comaskey_William_Poster_SULI_FALL_2014
William Comaskey
 
Gdistance vignette
Gdistance vignetteGdistance vignette
Gdistance vignette
Nirvana Metallic
 
Introduction To RDF and RDFS
Introduction To RDF and RDFSIntroduction To RDF and RDFS
Introduction To RDF and RDFS
Nilesh Wagmare
 
A_Papoulia_thesis2015
A_Papoulia_thesis2015A_Papoulia_thesis2015
A_Papoulia_thesis2015
Asimina Papoulia
 
E04923142
E04923142E04923142
E04923142
IOSR-JEN
 
Smoothed Particle Hydrodynamics
Smoothed Particle HydrodynamicsSmoothed Particle Hydrodynamics
Smoothed Particle Hydrodynamics
ナム-Nam Nguyễn
 
Coherent Anti Stokes Raman Spectroscopy
Coherent Anti Stokes Raman Spectroscopy Coherent Anti Stokes Raman Spectroscopy
Coherent Anti Stokes Raman Spectroscopy
SPCGC AJMER
 

Similar to MSI PPT 11.pptx (20)

Performance Analysis of Rician Fading Channels using Nonlinear Modulation Met...
Performance Analysis of Rician Fading Channels using Nonlinear Modulation Met...Performance Analysis of Rician Fading Channels using Nonlinear Modulation Met...
Performance Analysis of Rician Fading Channels using Nonlinear Modulation Met...
 
RDF Redux
RDF ReduxRDF Redux
RDF Redux
 
RSP-QL*: Querying Data-Level Annotations in RDF Streams
RSP-QL*: Querying Data-Level Annotations in RDF StreamsRSP-QL*: Querying Data-Level Annotations in RDF Streams
RSP-QL*: Querying Data-Level Annotations in RDF Streams
 
67 75
67 7567 75
67 75
 
D0312015019
D0312015019D0312015019
D0312015019
 
Fundamentals of radar signal processing mark a. richards
Fundamentals of radar signal processing   mark a. richardsFundamentals of radar signal processing   mark a. richards
Fundamentals of radar signal processing mark a. richards
 
RDF4U: RDF Graph Visualization by Interpreting Linked Data as Knowledge
RDF4U: RDF Graph Visualization by Interpreting Linked Data as KnowledgeRDF4U: RDF Graph Visualization by Interpreting Linked Data as Knowledge
RDF4U: RDF Graph Visualization by Interpreting Linked Data as Knowledge
 
RDF4U: RDF Graph Visualization by Interpreting Linked Data as Knowledge
RDF4U: RDF Graph Visualization by Interpreting Linked Data as KnowledgeRDF4U: RDF Graph Visualization by Interpreting Linked Data as Knowledge
RDF4U: RDF Graph Visualization by Interpreting Linked Data as Knowledge
 
Baron_Poster
Baron_PosterBaron_Poster
Baron_Poster
 
Curv encyclopedia-fadili
Curv encyclopedia-fadiliCurv encyclopedia-fadili
Curv encyclopedia-fadili
 
acs.jpca.9b08723.pdf
acs.jpca.9b08723.pdfacs.jpca.9b08723.pdf
acs.jpca.9b08723.pdf
 
International Journal of Computational Engineering Research(IJCER)
 International Journal of Computational Engineering Research(IJCER)  International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
Mission Concept Paper for Project A.D.I.O.S.
Mission Concept Paper for Project A.D.I.O.S.Mission Concept Paper for Project A.D.I.O.S.
Mission Concept Paper for Project A.D.I.O.S.
 
Comaskey_William_Poster_SULI_FALL_2014
Comaskey_William_Poster_SULI_FALL_2014Comaskey_William_Poster_SULI_FALL_2014
Comaskey_William_Poster_SULI_FALL_2014
 
Gdistance vignette
Gdistance vignetteGdistance vignette
Gdistance vignette
 
Introduction To RDF and RDFS
Introduction To RDF and RDFSIntroduction To RDF and RDFS
Introduction To RDF and RDFS
 
A_Papoulia_thesis2015
A_Papoulia_thesis2015A_Papoulia_thesis2015
A_Papoulia_thesis2015
 
E04923142
E04923142E04923142
E04923142
 
Smoothed Particle Hydrodynamics
Smoothed Particle HydrodynamicsSmoothed Particle Hydrodynamics
Smoothed Particle Hydrodynamics
 
Coherent Anti Stokes Raman Spectroscopy
Coherent Anti Stokes Raman Spectroscopy Coherent Anti Stokes Raman Spectroscopy
Coherent Anti Stokes Raman Spectroscopy
 

Recently uploaded

A gentle exploration of Retrieval Augmented Generation
A gentle exploration of Retrieval Augmented GenerationA gentle exploration of Retrieval Augmented Generation
A gentle exploration of Retrieval Augmented Generation
dataschool1
 
一比一原版南昆士兰大学毕业证如何办理
一比一原版南昆士兰大学毕业证如何办理一比一原版南昆士兰大学毕业证如何办理
一比一原版南昆士兰大学毕业证如何办理
ugydym
 
How To Control IO Usage using Resource Manager
How To Control IO Usage using Resource ManagerHow To Control IO Usage using Resource Manager
How To Control IO Usage using Resource Manager
Alireza Kamrani
 
一比一原版澳洲西澳大学毕业证(uwa毕业证书)如何办理
一比一原版澳洲西澳大学毕业证(uwa毕业证书)如何办理一比一原版澳洲西澳大学毕业证(uwa毕业证书)如何办理
一比一原版澳洲西澳大学毕业证(uwa毕业证书)如何办理
aguty
 
Senior Software Profiles Backend Sample - Sheet1.pdf
Senior Software Profiles  Backend Sample - Sheet1.pdfSenior Software Profiles  Backend Sample - Sheet1.pdf
Senior Software Profiles Backend Sample - Sheet1.pdf
Vineet
 
一比一原版美国帕森斯设计学院毕业证(parsons毕业证书)如何办理
一比一原版美国帕森斯设计学院毕业证(parsons毕业证书)如何办理一比一原版美国帕森斯设计学院毕业证(parsons毕业证书)如何办理
一比一原版美国帕森斯设计学院毕业证(parsons毕业证书)如何办理
asyed10
 
Q4FY24 Investor-Presentation.pdf bank slide
Q4FY24 Investor-Presentation.pdf bank slideQ4FY24 Investor-Presentation.pdf bank slide
Q4FY24 Investor-Presentation.pdf bank slide
mukulupadhayay1
 
Data Scientist Machine Learning Profiles .pdf
Data Scientist Machine Learning  Profiles .pdfData Scientist Machine Learning  Profiles .pdf
Data Scientist Machine Learning Profiles .pdf
Vineet
 
一比一原版卡尔加里大学毕业证(uc毕业证)如何办理
一比一原版卡尔加里大学毕业证(uc毕业证)如何办理一比一原版卡尔加里大学毕业证(uc毕业证)如何办理
一比一原版卡尔加里大学毕业证(uc毕业证)如何办理
oaxefes
 
Build applications with generative AI on Google Cloud
Build applications with generative AI on Google CloudBuild applications with generative AI on Google Cloud
Build applications with generative AI on Google Cloud
Márton Kodok
 
Sid Sigma educational and problem solving power point- Six Sigma.ppt
Sid Sigma educational and problem solving power point- Six Sigma.pptSid Sigma educational and problem solving power point- Six Sigma.ppt
Sid Sigma educational and problem solving power point- Six Sigma.ppt
ArshadAyub49
 
06-20-2024-AI Camp Meetup-Unstructured Data and Vector Databases
06-20-2024-AI Camp Meetup-Unstructured Data and Vector Databases06-20-2024-AI Camp Meetup-Unstructured Data and Vector Databases
06-20-2024-AI Camp Meetup-Unstructured Data and Vector Databases
Timothy Spann
 
一比一原版英属哥伦比亚大学毕业证(UBC毕业证书)学历如何办理
一比一原版英属哥伦比亚大学毕业证(UBC毕业证书)学历如何办理一比一原版英属哥伦比亚大学毕业证(UBC毕业证书)学历如何办理
一比一原版英属哥伦比亚大学毕业证(UBC毕业证书)学历如何办理
z6osjkqvd
 
社内勉強会資料_Hallucination of LLMs               .
社内勉強会資料_Hallucination of LLMs               .社内勉強会資料_Hallucination of LLMs               .
社内勉強会資料_Hallucination of LLMs               .
NABLAS株式会社
 
Bangalore ℂall Girl 000000 Bangalore Escorts Service
Bangalore ℂall Girl 000000 Bangalore Escorts ServiceBangalore ℂall Girl 000000 Bangalore Escorts Service
Bangalore ℂall Girl 000000 Bangalore Escorts Service
nhero3888
 
一比一原版加拿大麦吉尔大学毕业证(mcgill毕业证书)如何办理
一比一原版加拿大麦吉尔大学毕业证(mcgill毕业证书)如何办理一比一原版加拿大麦吉尔大学毕业证(mcgill毕业证书)如何办理
一比一原版加拿大麦吉尔大学毕业证(mcgill毕业证书)如何办理
agdhot
 
一比一原版莱斯大学毕业证(rice毕业证)如何办理
一比一原版莱斯大学毕业证(rice毕业证)如何办理一比一原版莱斯大学毕业证(rice毕业证)如何办理
一比一原版莱斯大学毕业证(rice毕业证)如何办理
zsafxbf
 
Econ3060_Screen Time and Success_ final_GroupProject.pdf
Econ3060_Screen Time and Success_ final_GroupProject.pdfEcon3060_Screen Time and Success_ final_GroupProject.pdf
Econ3060_Screen Time and Success_ final_GroupProject.pdf
blueshagoo1
 
Sample Devops SRE Product Companies .pdf
Sample Devops SRE  Product Companies .pdfSample Devops SRE  Product Companies .pdf
Sample Devops SRE Product Companies .pdf
Vineet
 
一比一原版(lbs毕业证书)伦敦商学院毕业证如何办理
一比一原版(lbs毕业证书)伦敦商学院毕业证如何办理一比一原版(lbs毕业证书)伦敦商学院毕业证如何办理
一比一原版(lbs毕业证书)伦敦商学院毕业证如何办理
ywqeos
 

Recently uploaded (20)

A gentle exploration of Retrieval Augmented Generation
A gentle exploration of Retrieval Augmented GenerationA gentle exploration of Retrieval Augmented Generation
A gentle exploration of Retrieval Augmented Generation
 
一比一原版南昆士兰大学毕业证如何办理
一比一原版南昆士兰大学毕业证如何办理一比一原版南昆士兰大学毕业证如何办理
一比一原版南昆士兰大学毕业证如何办理
 
How To Control IO Usage using Resource Manager
How To Control IO Usage using Resource ManagerHow To Control IO Usage using Resource Manager
How To Control IO Usage using Resource Manager
 
一比一原版澳洲西澳大学毕业证(uwa毕业证书)如何办理
一比一原版澳洲西澳大学毕业证(uwa毕业证书)如何办理一比一原版澳洲西澳大学毕业证(uwa毕业证书)如何办理
一比一原版澳洲西澳大学毕业证(uwa毕业证书)如何办理
 
Senior Software Profiles Backend Sample - Sheet1.pdf
Senior Software Profiles  Backend Sample - Sheet1.pdfSenior Software Profiles  Backend Sample - Sheet1.pdf
Senior Software Profiles Backend Sample - Sheet1.pdf
 
一比一原版美国帕森斯设计学院毕业证(parsons毕业证书)如何办理
一比一原版美国帕森斯设计学院毕业证(parsons毕业证书)如何办理一比一原版美国帕森斯设计学院毕业证(parsons毕业证书)如何办理
一比一原版美国帕森斯设计学院毕业证(parsons毕业证书)如何办理
 
Q4FY24 Investor-Presentation.pdf bank slide
Q4FY24 Investor-Presentation.pdf bank slideQ4FY24 Investor-Presentation.pdf bank slide
Q4FY24 Investor-Presentation.pdf bank slide
 
Data Scientist Machine Learning Profiles .pdf
Data Scientist Machine Learning  Profiles .pdfData Scientist Machine Learning  Profiles .pdf
Data Scientist Machine Learning Profiles .pdf
 
一比一原版卡尔加里大学毕业证(uc毕业证)如何办理
一比一原版卡尔加里大学毕业证(uc毕业证)如何办理一比一原版卡尔加里大学毕业证(uc毕业证)如何办理
一比一原版卡尔加里大学毕业证(uc毕业证)如何办理
 
Build applications with generative AI on Google Cloud
Build applications with generative AI on Google CloudBuild applications with generative AI on Google Cloud
Build applications with generative AI on Google Cloud
 
Sid Sigma educational and problem solving power point- Six Sigma.ppt
Sid Sigma educational and problem solving power point- Six Sigma.pptSid Sigma educational and problem solving power point- Six Sigma.ppt
Sid Sigma educational and problem solving power point- Six Sigma.ppt
 
06-20-2024-AI Camp Meetup-Unstructured Data and Vector Databases
06-20-2024-AI Camp Meetup-Unstructured Data and Vector Databases06-20-2024-AI Camp Meetup-Unstructured Data and Vector Databases
06-20-2024-AI Camp Meetup-Unstructured Data and Vector Databases
 
一比一原版英属哥伦比亚大学毕业证(UBC毕业证书)学历如何办理
一比一原版英属哥伦比亚大学毕业证(UBC毕业证书)学历如何办理一比一原版英属哥伦比亚大学毕业证(UBC毕业证书)学历如何办理
一比一原版英属哥伦比亚大学毕业证(UBC毕业证书)学历如何办理
 
社内勉強会資料_Hallucination of LLMs               .
社内勉強会資料_Hallucination of LLMs               .社内勉強会資料_Hallucination of LLMs               .
社内勉強会資料_Hallucination of LLMs               .
 
Bangalore ℂall Girl 000000 Bangalore Escorts Service
Bangalore ℂall Girl 000000 Bangalore Escorts ServiceBangalore ℂall Girl 000000 Bangalore Escorts Service
Bangalore ℂall Girl 000000 Bangalore Escorts Service
 
一比一原版加拿大麦吉尔大学毕业证(mcgill毕业证书)如何办理
一比一原版加拿大麦吉尔大学毕业证(mcgill毕业证书)如何办理一比一原版加拿大麦吉尔大学毕业证(mcgill毕业证书)如何办理
一比一原版加拿大麦吉尔大学毕业证(mcgill毕业证书)如何办理
 
一比一原版莱斯大学毕业证(rice毕业证)如何办理
一比一原版莱斯大学毕业证(rice毕业证)如何办理一比一原版莱斯大学毕业证(rice毕业证)如何办理
一比一原版莱斯大学毕业证(rice毕业证)如何办理
 
Econ3060_Screen Time and Success_ final_GroupProject.pdf
Econ3060_Screen Time and Success_ final_GroupProject.pdfEcon3060_Screen Time and Success_ final_GroupProject.pdf
Econ3060_Screen Time and Success_ final_GroupProject.pdf
 
Sample Devops SRE Product Companies .pdf
Sample Devops SRE  Product Companies .pdfSample Devops SRE  Product Companies .pdf
Sample Devops SRE Product Companies .pdf
 
一比一原版(lbs毕业证书)伦敦商学院毕业证如何办理
一比一原版(lbs毕业证书)伦敦商学院毕业证如何办理一比一原版(lbs毕业证书)伦敦商学院毕业证如何办理
一比一原版(lbs毕业证书)伦敦商学院毕业证如何办理
 

MSI PPT 11.pptx

  • 2. MDS Data Analysis A range of simulation data analysis can be performed using GROMACS tools such as gmx energy, gmx distance, gmx rdf, gmx sasa, etc. For e.g., details from .edr file can be extracted and analyzed using following commands gmx energy –f eqm.edr (or prd.edr) –o anyname.xvg The .xvg file can be plotted using the xmgrace plotting tool xmgrace anyname.xvg
  • 4. MDS Data Analysis OR Analyze the data by writing code using any programming language…..
  • 5.
  • 7. Radial Distribution Function The radial distribution function (RDF) denoted in equations by g(r) defines the probability of finding a particle at a distance r from another tagged particle. https://en.wikibooks.org/wiki/Molecular_Simulation/Radial_Distribution_Functions https://people.bath.ac.uk/chsscp/teach/md.bho/Theory/rdf.html
  • 8. Radial Distribution Function To construct an RDF g(r), choose an atom in the system and draw around it a series of concentric spheres, set at a small fixed distance (∆r) apart (see figure below). At regular time intervals, the number of atoms found in each shell n(r) is counted and stored. At the end of the simulation, the average number of atoms in each shell is calculated. This is then divided by the volume of each shell (4p r2Dr) and the average density r of atoms in the system. Mathematically the formula is: 𝒈 𝒓 = n(r) (4p r2Dr × r)
  • 9. Radial Distribution Function - Normalization 𝒈 𝒓 = n(r) (4p r2Dr × r) In RDF, n(r) is the mean number of atoms in a shell of width Dr at distance r. The method need not be restricted to one atom. All the atoms in the system can be treated in this way, leading to an improved determination of the RDF as an average over many atoms. https://w3.iams.sinica.edu.tw/lab/jlli/thesis_andy/node14.html Normalization by bin (shell) volume
  • 10. Radial Distribution Function - Normalization 𝒈 𝒓 = n(r) (4p r2Dr × r) Number Density
  • 11. Radial Distribution Function - Normalization Normalization is a scaling technique in which values are shifted and rescaled so that they end up ranging between 0 and 1. This helps to compare different plots by bringing them to the same levels. 𝒈 𝒓 = n(r) (4p r2Dr × r) 𝒈 𝒓 = n(r) (4p r2Dr) Not Normalized by average density Normalized to 1 by average density https://mathematica.stackexchange.com/questions/110743/radial-distribution-function https://www.analyticsvidhya.com/blog/2020/04/feature-scaling-machine-learning-normalization-standardization/ Crystal image At very long range every RDF tends to a value of 1. (One of the important features of RDF) https://manual.gromacs.org/documentation/5.1/onlinehelp/gmx-rdf.html
  • 12. Radial Distribution Function Firstly, at short separations (small r) the RDF is zero. A typical RDF plot (below) shows a number of important features.
  • 13. Radial Distribution Function Firstly, at short separations (small r) the RDF is zero. This indicates the effective width of the atoms, since they cannot approach any more closely. This is due to the strong repulsive forces. A typical RDF plot (below) shows a number of important features.
  • 14. Radial Distribution Function A typical RDF plot (below) shows a number of important features. Secondly, a number of obvious peaks appear, which indicate that the atoms pack around each other in ‘shells’ of neighbours. The occurrence of peaks at long range indicates a high degree of ordering (e.g. solids). Usually, at high temperature the peaks are broad, indicating thermal motion, while at low temperature they are sharp. They are particularly sharp in crystalline materials, where atoms are strongly confined in their positions.
  • 16. Radial Distribution Function The RDF is strongly dependent on the type of matter so will vary greatly for solids, gases, and liquids.
  • 17. Radial Distribution Function - Gases Gases do not have a regular structure which heavily influences their RDF. The RDF of a real gas will have only a single coordination sphere which will rapidly decay to the normal bulk density of a gas, g(r)=1. The RDF of a real gas is fairly simplistic, with values of g(r) as follows: https://en.wikibooks.org/wiki/Molecular_Simulation/Radial_Distribution_Functions
  • 18. Radial Distribution Function - Liquids Due to their ability to move dynamically liquids do not maintain a constant structure and lose all of their long-range structure. The first coordination sphere for a liquid will occur at ~σ. At large values of r, the molecules become independent of each other, and the distribution returns to the bulk density (g(r)=1). The first peak will be the sharpest and indicates the first coordination sphere of the liquid. Subsequent peaks will occur roughly in intervals of σ but be much smaller than the first. Liquids are more loosely packed than solids and therefore do not have exact intervals. Although it is possible for there to be multiple coordination spheres, there is a depleted probability of finding particles outside the first sphere due to repulsion caused by the first sphere. https://en.wikibooks.org/wiki/Molecular_Simulation/Radial_Distribution_Functions
  • 19. Radial Distribution Function - Solids Solids have regular, periodic structures, with molecules fluctuating near their lattice positions. The structure is very specific over a long-range, therefore it is rare to see defects in solids. Discrete peaks at values of σ, √2σ, √3σ, etc. can be seen in the RDF of a solid. Each peak has a broadened shape which is caused by particles vibrating around their lattice sites. There is zero probability of finding a particle in regions between these peaks (perfectly crystalline) as all molecules are packed regularly to fill the space most efficiently. Each peak represents a coordination shell for the solid, with the nearest neighbours being found in the first coordination shell, the second nearest neighbours being found in the second, and so on. https://en.wikibooks.org/wiki/Molecular_Simulation/Radial_Distribution_Functions
  • 20. Radial Distribution Function https://en.wikibooks.org/wiki/Molecular_Simulation/Radial_Distribution_Functions The radial distribution functions of solid (T = 50 K), liquid (T = 80 K), and gaseous argon (T = 300 K).
  • 21. Radial Distribution Function https://en.wikibooks.org/wiki/Molecular_Simulation/Radial_Distribution_Functions The radial distribution functions of solid (T = 50 K), liquid (T = 80 K), and gaseous argon (T = 300 K).
  • 22. Radial Distribution Function The radial distribution analysis can be performed using GROMACS tool gmx rdf. The RDF is useful in other ways. For example, it is something that can be deduced experimentally from x-ray or neutron diffraction studies, thus providing a direct comparison between experiment and simulation. https://aip.scitation.org/doi/abs/10.1063/1.4960175 https://manual.gromacs.org/documentation/5.1/onlinehelp/gmx-rdf.html Normalization and other instructions