Assignment 2
Assignment 2
Komal Kumar
21110106
Methodology
MD: Molecular Dynamics (MD) simulations follow a deterministic approach by solving
Newton's equations of motion for particles, calculating their trajectories based on initial
positions, velocities, and interatomic forces. These forces are determined using
empirical or theoretical force fields that describe particle interactions. MD provides a
time-resolved picture of the system, capturing how particles move and interact
dynamically over time, making it useful for studying time-dependent processes and the
evolution of material properties.
MC: Monte Carlo (MC) simulations use a stochastic approach, relying on random
sampling to explore the configuration space of a system. Instead of tracking particle
motion over time, MC generates configurations based on probabilistic rules. It employs
statistical sampling, accepting or rejecting proposed configurations according to criteria
like energy or entropy. This method allows MC to efficiently explore a broad range of
configurations, making it particularly useful for complex systems where calculating
precise trajectories is difficult.
Outcomes
MC: Monte Carlo (MC) simulations are well-suited for calculating thermodynamic
properties at equilibrium, such as partition functions and free energies. They excel in
efficiently sampling configurations of complex systems, even in high-dimensional
spaces where MD simulations may be computationally expensive, making MC ideal for
studying equilibrium behavior.
● If the proposed configuration has a lower energy (ΔE < 0), it is accepted.
● If the proposed configuration has a higher energy (ΔE > 0), it is accepted
with a probability given by: P= exp(−ΔE/kT), where k is Boltzman constant
and T is absolute temperature
Solution-2
As, it is visible from the simulation result that both polymers are completely
miscible in this case due to stronger intermolecular interactions.
Solution-3
(a)
Initial Frame Final Frame
Density Variation
b)
Crack Formation in Silica
Water Absorption
Initial Frame Final Frame
Plot for Energy vs time
Here, it can be seen that energy achieves a global minima at around 20-22 steps
. It happens due to metropolis theorem as it selects all the energy lowering steps
and assigns a non zero probability of energy enhancing configurations. The
number of water molecules absorbed are about 15-25 as seen visually.
Solution-4
After running the script on lammps, I got many states of the system. Here are three
which demarcate the transition. Visually, the black pixel represents an atom with +1 spin
and white represents -1 spin.
For T<Tc
Tc is defined as Curie temperature where magnetic properties of a material change and
it transforms from paramagnetic to diamagnetic. At Tc, the material has zero
magnetization.
b)
Looking at the plots, it can be concluded that energy starts stabilizing near Tc. From the
Ising Model, the energy at low external magnetic fields can be given as:
As at higher temperatures, all the neighboring charges produce H=0 due to opposite
charges.
From the magnetization vs Temp plot, the maximum magnetization at 2kT/J and starts to
stabilize at about 3kT/J.
Here the system chooses the metropolis algorithm to sample the configurations with
which, energy starts decreasing very fast in the start and then starts to stabilize after
certain steps as clear from the plot shown.