Sale!

CSCI596 Assignment 5: Visualizing Simulations solved

Original price was: $35.00.Current price is: $35.00. $21.00

Category: You will receive a download link of the .ZIP file upon Payment

Description

5/5 - (1 vote)

Part I: Molecular Dynamics Animation
Animate molecular dynamics (MD) simulation, choosing either of the following two options.
Option 1: Combine md.c and atomv.c to write a C/OpenGL program for in situ animation of
simulation, following the lecture note on “Visualizing Molecular Dynamics III—Animation”.
Option 2: Use the VMD software (http://www.ks.uiuc.edu/Research/vmd) to post-process
simulation data, following the lecture note on “VMD Animation of Molecular Dynamics”. (For
the simulation, use lmd.c instead of md.c for a better speed.)
Assignment: Demonstrate its execution on your laptop to me during the office hours.
Part II: Visualizing an Electronic Wave Function
Visualize the wave function of a photo-excited hole (i.e., absence of an electron) in the Gaussiancube file, http://cacs.usc.edu/education/cs596/src/viz/MoSe2-hole.cube, as an
isosurface, following the lecture note on “VMD Animation of Molecular Dynamics”.
Assignment: Demonstrate its execution on your laptop to me during the office hours.
Final-Project Ideas
You may extend this assignment to your final project by adding additional features such as:
> Color-coding the atoms with their kinetic-energy values. (A
nice visual demonstration of thermal equilibration may be
obtained by initializing half the MD box at a high
temperature and the other half at a low temperature and
observing how these temperatures will equilibrate.)
> Color-coding the atoms by mapping their 3D velocities to
points in the RGB color cube.
> Animate parallel MD code, pmd.c,
1,2 or your own
application.
> How can you visualize (e.g., color-code) the 3´3 stress tensor,3-6
σ i
αβ = N
Ω
vi
α vi
β +
1
2
rij
α rij
β −1
r
du
dr
#
$
% &

(
r=r j(≠i) ij
∑ #
$
%
%
&

(
( (α,β = x, y,z) ,
of the i-th atom (i = 0, …, N-1), where N is the total number of atoms, W = LxLyLz is the
volume of the simulation box, rij
α is the a-th component of the vector !
rij = !
ri − !
rj , and u(r)
is the Lennard-Jones potential function?
2
References
1. A. Sharma, et al., “Immersive and interactive exploration of billion-atom systems,”
Presence: Teleoperators Virtual Env. 12, 85 (2003).
2. C. Zhang, et al., “ParaViz: a spatially decomposed parallel visualization algorithm using
hierarchical visibility ordering,” Int’l J. Comput. Sci. 1, 407 (2007).
3. L. Hesselink, et al., “Research issues in vector and tensor field visualization,” IEEE Comput.
Graphics Appl. 14, 76 (1993).
4. W. Ribarsky, et al., “Glyphmaker: creating customized visualizations of complex data,”
IEEE Computer 27(7), 57 (1994).
5. A. Sigfridsson, et al., “Tensor field visualisation using adaptive filtering of noise fields
combined with glyph rendering,” IEEE Visualization 2002 (IEEE, 2002) p. 371.
6. C. Zhang, et al., “Glyph-based comparative visualization for diffusion tensor fields,” IEEE T.
Vis. Comput. Graphics 22, 797 (2016).