| 63 |
|
\end{equation} |
| 64 |
|
If there are no external torques acting on a body, the angular |
| 65 |
|
momentum of it is conserved. The last conservation theorem state |
| 66 |
< |
that if all forces are conservative, Energy $E = T + V$ is |
| 67 |
< |
conserved. All of these conserved quantities are important factors |
| 68 |
< |
to determine the quality of numerical integration scheme for rigid |
| 69 |
< |
body \cite{Dullweber1997}. |
| 66 |
> |
that if all forces are conservative, Energy |
| 67 |
> |
\begin{equation}E = T + V \label{introEquation:energyConservation} |
| 68 |
> |
\end{equation} |
| 69 |
> |
is conserved. All of these conserved quantities are |
| 70 |
> |
important factors to determine the quality of numerical integration |
| 71 |
> |
scheme for rigid body \cite{Dullweber1997}. |
| 72 |
|
|
| 73 |
|
\subsection{\label{introSection:lagrangian}Lagrangian Mechanics} |
| 74 |
|
|
| 202 |
|
independent variables and it only works with 1st-order differential |
| 203 |
|
equations\cite{Marion90}. |
| 204 |
|
|
| 205 |
+ |
In Newtonian Mechanics, a system described by conservative forces |
| 206 |
+ |
conserves the total energy \ref{introEquation:energyConservation}. |
| 207 |
+ |
It follows that Hamilton's equations of motion conserve the total |
| 208 |
+ |
Hamiltonian. |
| 209 |
+ |
\begin{equation} |
| 210 |
+ |
\frac{{dH}}{{dt}} = \sum\limits_i {\left( {\frac{{\partial |
| 211 |
+ |
H}}{{\partial q_i }}\dot q_i + \frac{{\partial H}}{{\partial p_i |
| 212 |
+ |
}}\dot p_i } \right)} = \sum\limits_i {\left( {\frac{{\partial |
| 213 |
+ |
H}}{{\partial q_i }}\frac{{\partial H}}{{\partial p_i }} - |
| 214 |
+ |
\frac{{\partial H}}{{\partial p_i }}\frac{{\partial H}}{{\partial |
| 215 |
+ |
q_i }}} \right) = 0} |
| 216 |
+ |
\label{introEquation:conserveHalmitonian} |
| 217 |
+ |
\end{equation} |
| 218 |
+ |
|
| 219 |
|
When studying Hamiltonian system, it is more convenient to use |
| 220 |
|
notation |
| 221 |
|
\begin{equation} |
| 237 |
|
\label{introEquation:compactHamiltonian} |
| 238 |
|
\end{equation} |
| 239 |
|
|
| 224 |
– |
%\subsection{\label{introSection:canonicalTransformation}Canonical |
| 225 |
– |
%Transformation} |
| 226 |
– |
|
| 227 |
– |
\section{\label{introSection:geometricIntegratos}Geometric Integrators} |
| 228 |
– |
|
| 229 |
– |
\subsection{\label{introSection:symplecticMaps}Symplectic Maps and Methods} |
| 230 |
– |
|
| 231 |
– |
\subsection{\label{Construction of Symplectic Methods}} |
| 232 |
– |
|
| 240 |
|
\section{\label{introSection:statisticalMechanics}Statistical |
| 241 |
|
Mechanics} |
| 242 |
|
|
| 245 |
|
The following section will give a brief introduction to some of the |
| 246 |
|
Statistical Mechanics concepts presented in this dissertation. |
| 247 |
|
|
| 248 |
< |
\subsection{\label{introSection::ensemble}Ensemble and Phase Space} |
| 248 |
> |
\subsection{\label{introSection:ensemble}Ensemble and Phase Space} |
| 249 |
|
|
| 250 |
|
\subsection{\label{introSection:ergodic}The Ergodic Hypothesis} |
| 251 |
|
|
| 276 |
|
Carlo techniques\cite{metropolis:1949} can be utilized. Or if the |
| 277 |
|
system lends itself to a time averaging approach, the Molecular |
| 278 |
|
Dynamics techniques in Sec.~\ref{introSection:molecularDynamics} |
| 279 |
< |
will be the best choice. |
| 279 |
> |
will be the best choice\cite{Frenkel1996}. |
| 280 |
> |
|
| 281 |
> |
\section{\label{introSection:geometricIntegratos}Geometric Integrators} |
| 282 |
> |
A variety of numerical integrators were proposed to simulate the |
| 283 |
> |
motions. They usually begin with an initial conditionals and move |
| 284 |
> |
the objects in the direction governed by the differential equations. |
| 285 |
> |
However, most of them ignore the hidden physical law contained |
| 286 |
> |
within the equations. Since 1990, geometric integrators, which |
| 287 |
> |
preserve various phase-flow invariants such as symplectic structure, |
| 288 |
> |
volume and time reversal symmetry, are developed to address this |
| 289 |
> |
issue. The velocity verlet method, which happens to be a simple |
| 290 |
> |
example of symplectic integrator, continues to gain its popularity |
| 291 |
> |
in molecular dynamics community. This fact can be partly explained |
| 292 |
> |
by its geometric nature. |
| 293 |
> |
|
| 294 |
> |
\subsection{\label{introSection:symplecticManifold}Symplectic Manifold} |
| 295 |
> |
A \emph{manifold} is an abstract mathematical space. It locally |
| 296 |
> |
looks like Euclidean space, but when viewed globally, it may have |
| 297 |
> |
more complicate structure. A good example of manifold is the surface |
| 298 |
> |
of Earth. It seems to be flat locally, but it is round if viewed as |
| 299 |
> |
a whole. A \emph{differentiable manifold} (also known as |
| 300 |
> |
\emph{smooth manifold}) is a manifold with an open cover in which |
| 301 |
> |
the covering neighborhoods are all smoothly isomorphic to one |
| 302 |
> |
another. In other words,it is possible to apply calculus on |
| 303 |
> |
\emph{differentiable manifold}. A \emph{symplectic manifold} is |
| 304 |
> |
defined as a pair $(M, \omega)$ which consisting of a |
| 305 |
> |
\emph{differentiable manifold} $M$ and a close, non-degenerated, |
| 306 |
> |
bilinear symplectic form, $\omega$. A symplectic form on a vector |
| 307 |
> |
space $V$ is a function $\omega(x, y)$ which satisfies |
| 308 |
> |
$\omega(\lambda_1x_1+\lambda_2x_2, y) = \lambda_1\omega(x_1, y)+ |
| 309 |
> |
\lambda_2\omega(x_2, y)$, $\omega(x, y) = - \omega(y, x)$ and |
| 310 |
> |
$\omega(x, x) = 0$. Cross product operation in vector field is an |
| 311 |
> |
example of symplectic form. |
| 312 |
> |
|
| 313 |
> |
One of the motivations to study \emph{symplectic manifold} in |
| 314 |
> |
Hamiltonian Mechanics is that a symplectic manifold can represent |
| 315 |
> |
all possible configurations of the system and the phase space of the |
| 316 |
> |
system can be described by it's cotangent bundle. Every symplectic |
| 317 |
> |
manifold is even dimensional. For instance, in Hamilton equations, |
| 318 |
> |
coordinate and momentum always appear in pairs. |
| 319 |
|
|
| 320 |
+ |
Let $(M,\omega)$ and $(N, \eta)$ be symplectic manifolds. A map |
| 321 |
+ |
\[ |
| 322 |
+ |
f : M \rightarrow N |
| 323 |
+ |
\] |
| 324 |
+ |
is a \emph{symplectomorphism} if it is a \emph{diffeomorphims} and |
| 325 |
+ |
the \emph{pullback} of $\eta$ under f is equal to $\omega$. |
| 326 |
+ |
Canonical transformation is an example of symplectomorphism in |
| 327 |
+ |
classical mechanics. According to Liouville's theorem, the |
| 328 |
+ |
Hamiltonian \emph{flow} or \emph{symplectomorphism} generated by the |
| 329 |
+ |
Hamiltonian vector filed preserves the volume form on the phase |
| 330 |
+ |
space, which is the basis of classical statistical mechanics. |
| 331 |
+ |
|
| 332 |
+ |
\subsection{\label{introSection:exactFlow}The Exact Flow of ODE} |
| 333 |
+ |
|
| 334 |
+ |
\subsection{\label{introSection:hamiltonianSplitting}Hamiltonian Splitting} |
| 335 |
+ |
|
| 336 |
|
\section{\label{introSection:molecularDynamics}Molecular Dynamics} |
| 337 |
|
|
| 338 |
|
As a special discipline of molecular modeling, Molecular dynamics |
| 365 |
|
|
| 366 |
|
\section{\label{introSection:langevinDynamics}Langevin Dynamics} |
| 367 |
|
|
| 368 |
+ |
\subsection{\label{introSection:LDIntroduction}Introduction and application of Langevin Dynamics} |
| 369 |
+ |
|
| 370 |
|
\subsection{\label{introSection:generalizedLangevinDynamics}Generalized Langevin Dynamics} |
| 371 |
|
|
| 372 |
< |
\subsection{\label{introSection:hydroynamics}Hydrodynamics} |
| 372 |
> |
\begin{equation} |
| 373 |
> |
H = \frac{{p^2 }}{{2m}} + U(x) + H_B + \Delta U(x,x_1 , \ldots x_N) |
| 374 |
> |
\label{introEquation:bathGLE} |
| 375 |
> |
\end{equation} |
| 376 |
> |
where $H_B$ is harmonic bath Hamiltonian, |
| 377 |
> |
\[ |
| 378 |
> |
H_B =\sum\limits_{\alpha = 1}^N {\left\{ {\frac{{p_\alpha ^2 |
| 379 |
> |
}}{{2m_\alpha }} + \frac{1}{2}m_\alpha w_\alpha ^2 } \right\}} |
| 380 |
> |
\] |
| 381 |
> |
and $\Delta U$ is bilinear system-bath coupling, |
| 382 |
> |
\[ |
| 383 |
> |
\Delta U = - \sum\limits_{\alpha = 1}^N {g_\alpha x_\alpha x} |
| 384 |
> |
\] |
| 385 |
> |
Completing the square, |
| 386 |
> |
\[ |
| 387 |
> |
H_B + \Delta U = \sum\limits_{\alpha = 1}^N {\left\{ |
| 388 |
> |
{\frac{{p_\alpha ^2 }}{{2m_\alpha }} + \frac{1}{2}m_\alpha |
| 389 |
> |
w_\alpha ^2 \left( {x_\alpha - \frac{{g_\alpha }}{{m_\alpha |
| 390 |
> |
w_\alpha ^2 }}x} \right)^2 } \right\}} - \sum\limits_{\alpha = |
| 391 |
> |
1}^N {\frac{{g_\alpha ^2 }}{{2m_\alpha w_\alpha ^2 }}} x^2 |
| 392 |
> |
\] |
| 393 |
> |
and putting it back into Eq.~\ref{introEquation:bathGLE}, |
| 394 |
> |
\[ |
| 395 |
> |
H = \frac{{p^2 }}{{2m}} + W(x) + \sum\limits_{\alpha = 1}^N |
| 396 |
> |
{\left\{ {\frac{{p_\alpha ^2 }}{{2m_\alpha }} + \frac{1}{2}m_\alpha |
| 397 |
> |
w_\alpha ^2 \left( {x_\alpha - \frac{{g_\alpha }}{{m_\alpha |
| 398 |
> |
w_\alpha ^2 }}x} \right)^2 } \right\}} |
| 399 |
> |
\] |
| 400 |
> |
where |
| 401 |
> |
\[ |
| 402 |
> |
W(x) = U(x) - \sum\limits_{\alpha = 1}^N {\frac{{g_\alpha ^2 |
| 403 |
> |
}}{{2m_\alpha w_\alpha ^2 }}} x^2 |
| 404 |
> |
\] |
| 405 |
> |
Since the first two terms of the new Hamiltonian depend only on the |
| 406 |
> |
system coordinates, we can get the equations of motion for |
| 407 |
> |
Generalized Langevin Dynamics by Hamilton's equations |
| 408 |
> |
\ref{introEquation:motionHamiltonianCoordinate, |
| 409 |
> |
introEquation:motionHamiltonianMomentum}, |
| 410 |
> |
\begin{align} |
| 411 |
> |
\dot p &= - \frac{{\partial H}}{{\partial x}} |
| 412 |
> |
&= m\ddot x |
| 413 |
> |
&= - \frac{{\partial W(x)}}{{\partial x}} - \sum\limits_{\alpha = 1}^N {g_\alpha \left( {x_\alpha - \frac{{g_\alpha }}{{m_\alpha w_\alpha ^2 }}x} \right)} |
| 414 |
> |
\label{introEq:Lp5} |
| 415 |
> |
\end{align} |
| 416 |
> |
, and |
| 417 |
> |
\begin{align} |
| 418 |
> |
\dot p_\alpha &= - \frac{{\partial H}}{{\partial x_\alpha }} |
| 419 |
> |
&= m\ddot x_\alpha |
| 420 |
> |
&= \- m_\alpha w_\alpha ^2 \left( {x_\alpha - \frac{{g_\alpha}}{{m_\alpha w_\alpha ^2 }}x} \right) |
| 421 |
> |
\end{align} |
| 422 |
> |
|
| 423 |
> |
\subsection{\label{introSection:laplaceTransform}The Laplace Transform} |
| 424 |
> |
|
| 425 |
> |
\[ |
| 426 |
> |
L(x) = \int_0^\infty {x(t)e^{ - pt} dt} |
| 427 |
> |
\] |
| 428 |
> |
|
| 429 |
> |
\[ |
| 430 |
> |
L(x + y) = L(x) + L(y) |
| 431 |
> |
\] |
| 432 |
> |
|
| 433 |
> |
\[ |
| 434 |
> |
L(ax) = aL(x) |
| 435 |
> |
\] |
| 436 |
> |
|
| 437 |
> |
\[ |
| 438 |
> |
L(\dot x) = pL(x) - px(0) |
| 439 |
> |
\] |
| 440 |
> |
|
| 441 |
> |
\[ |
| 442 |
> |
L(\ddot x) = p^2 L(x) - px(0) - \dot x(0) |
| 443 |
> |
\] |
| 444 |
> |
|
| 445 |
> |
\[ |
| 446 |
> |
L\left( {\int_0^t {g(t - \tau )h(\tau )d\tau } } \right) = G(p)H(p) |
| 447 |
> |
\] |
| 448 |
> |
|
| 449 |
> |
Some relatively important transformation, |
| 450 |
> |
\[ |
| 451 |
> |
L(\cos at) = \frac{p}{{p^2 + a^2 }} |
| 452 |
> |
\] |
| 453 |
> |
|
| 454 |
> |
\[ |
| 455 |
> |
L(\sin at) = \frac{a}{{p^2 + a^2 }} |
| 456 |
> |
\] |
| 457 |
> |
|
| 458 |
> |
\[ |
| 459 |
> |
L(1) = \frac{1}{p} |
| 460 |
> |
\] |
| 461 |
> |
|
| 462 |
> |
First, the bath coordinates, |
| 463 |
> |
\[ |
| 464 |
> |
p^2 L(x_\alpha ) - px_\alpha (0) - \dot x_\alpha (0) = - \omega |
| 465 |
> |
_\alpha ^2 L(x_\alpha ) + \frac{{g_\alpha }}{{\omega _\alpha |
| 466 |
> |
}}L(x) |
| 467 |
> |
\] |
| 468 |
> |
\[ |
| 469 |
> |
L(x_\alpha ) = \frac{{\frac{{g_\alpha }}{{\omega _\alpha }}L(x) + |
| 470 |
> |
px_\alpha (0) + \dot x_\alpha (0)}}{{p^2 + \omega _\alpha ^2 }} |
| 471 |
> |
\] |
| 472 |
> |
Then, the system coordinates, |
| 473 |
> |
\begin{align} |
| 474 |
> |
mL(\ddot x) &= - \frac{1}{p}\frac{{\partial W(x)}}{{\partial x}} - |
| 475 |
> |
\sum\limits_{\alpha = 1}^N {\left\{ {\frac{{\frac{{g_\alpha |
| 476 |
> |
}}{{\omega _\alpha }}L(x) + px_\alpha (0) + \dot x_\alpha |
| 477 |
> |
(0)}}{{p^2 + \omega _\alpha ^2 }} - \frac{{g_\alpha ^2 }}{{m_\alpha |
| 478 |
> |
}}\omega _\alpha ^2 L(x)} \right\}} |
| 479 |
> |
% |
| 480 |
> |
&= - \frac{1}{p}\frac{{\partial W(x)}}{{\partial x}} - |
| 481 |
> |
\sum\limits_{\alpha = 1}^N {\left\{ { - \frac{{g_\alpha ^2 }}{{m_\alpha \omega _\alpha ^2 }}\frac{p}{{p^2 + \omega _\alpha ^2 }}pL(x) |
| 482 |
> |
- \frac{p}{{p^2 + \omega _\alpha ^2 }}g_\alpha x_\alpha (0) |
| 483 |
> |
- \frac{1}{{p^2 + \omega _\alpha ^2 }}g_\alpha \dot x_\alpha (0)} \right\}} |
| 484 |
> |
\end{align} |
| 485 |
> |
Then, the inverse transform, |
| 486 |
> |
|
| 487 |
> |
\begin{align} |
| 488 |
> |
m\ddot x &= - \frac{{\partial W(x)}}{{\partial x}} - |
| 489 |
> |
\sum\limits_{\alpha = 1}^N {\left\{ {\left( { - \frac{{g_\alpha ^2 |
| 490 |
> |
}}{{m_\alpha \omega _\alpha ^2 }}} \right)\int_0^t {\cos (\omega |
| 491 |
> |
_\alpha t)\dot x(t - \tau )d\tau - \left[ {g_\alpha x_\alpha (0) |
| 492 |
> |
- \frac{{g_\alpha }}{{m_\alpha \omega _\alpha }}} \right]\cos |
| 493 |
> |
(\omega _\alpha t) - \frac{{g_\alpha \dot x_\alpha (0)}}{{\omega |
| 494 |
> |
_\alpha }}\sin (\omega _\alpha t)} } \right\}} |
| 495 |
> |
% |
| 496 |
> |
&= - \frac{{\partial W(x)}}{{\partial x}} - \int_0^t |
| 497 |
> |
{\sum\limits_{\alpha = 1}^N {\left( { - \frac{{g_\alpha ^2 |
| 498 |
> |
}}{{m_\alpha \omega _\alpha ^2 }}} \right)\cos (\omega _\alpha |
| 499 |
> |
t)\dot x(t - \tau )d} \tau } + \sum\limits_{\alpha = 1}^N {\left\{ |
| 500 |
> |
{\left[ {g_\alpha x_\alpha (0) - \frac{{g_\alpha }}{{m_\alpha |
| 501 |
> |
\omega _\alpha }}} \right]\cos (\omega _\alpha t) + |
| 502 |
> |
\frac{{g_\alpha \dot x_\alpha (0)}}{{\omega _\alpha }}\sin |
| 503 |
> |
(\omega _\alpha t)} \right\}} |
| 504 |
> |
\end{align} |
| 505 |
> |
|
| 506 |
> |
\begin{equation} |
| 507 |
> |
m\ddot x = - \frac{{\partial W}}{{\partial x}} - \int_0^t {\xi |
| 508 |
> |
(t)\dot x(t - \tau )d\tau } + R(t) |
| 509 |
> |
\label{introEuqation:GeneralizedLangevinDynamics} |
| 510 |
> |
\end{equation} |
| 511 |
> |
%where $ {\xi (t)}$ is friction kernel, $R(t)$ is random force and |
| 512 |
> |
%$W$ is the potential of mean force. $W(x) = - kT\ln p(x)$ |
| 513 |
> |
\[ |
| 514 |
> |
\xi (t) = \sum\limits_{\alpha = 1}^N {\left( { - \frac{{g_\alpha ^2 |
| 515 |
> |
}}{{m_\alpha \omega _\alpha ^2 }}} \right)\cos (\omega _\alpha t)} |
| 516 |
> |
\] |
| 517 |
> |
For an infinite harmonic bath, we can use the spectral density and |
| 518 |
> |
an integral over frequencies. |
| 519 |
> |
|
| 520 |
> |
\[ |
| 521 |
> |
R(t) = \sum\limits_{\alpha = 1}^N {\left( {g_\alpha x_\alpha (0) |
| 522 |
> |
- \frac{{g_\alpha ^2 }}{{m_\alpha \omega _\alpha ^2 }}x(0)} |
| 523 |
> |
\right)\cos (\omega _\alpha t)} + \frac{{\dot x_\alpha |
| 524 |
> |
(0)}}{{\omega _\alpha }}\sin (\omega _\alpha t) |
| 525 |
> |
\] |
| 526 |
> |
The random forces depend only on initial conditions. |
| 527 |
> |
|
| 528 |
> |
\subsubsection{\label{introSection:secondFluctuationDissipation}The Second Fluctuation Dissipation Theorem} |
| 529 |
> |
So we can define a new set of coordinates, |
| 530 |
> |
\[ |
| 531 |
> |
q_\alpha (t) = x_\alpha (t) - \frac{1}{{m_\alpha \omega _\alpha |
| 532 |
> |
^2 }}x(0) |
| 533 |
> |
\] |
| 534 |
> |
This makes |
| 535 |
> |
\[ |
| 536 |
> |
R(t) = \sum\limits_{\alpha = 1}^N {g_\alpha q_\alpha (t)} |
| 537 |
> |
\] |
| 538 |
> |
And since the $q$ coordinates are harmonic oscillators, |
| 539 |
> |
\[ |
| 540 |
> |
\begin{array}{l} |
| 541 |
> |
\left\langle {q_\alpha (t)q_\alpha (0)} \right\rangle = \left\langle {q_\alpha ^2 (0)} \right\rangle \cos (\omega _\alpha t) \\ |
| 542 |
> |
\left\langle {q_\alpha (t)q_\beta (0)} \right\rangle = \delta _{\alpha \beta } \left\langle {q_\alpha (t)q_\alpha (0)} \right\rangle \\ |
| 543 |
> |
\end{array} |
| 544 |
> |
\] |
| 545 |
> |
|
| 546 |
> |
\begin{align} |
| 547 |
> |
\left\langle {R(t)R(0)} \right\rangle &= \sum\limits_\alpha |
| 548 |
> |
{\sum\limits_\beta {g_\alpha g_\beta \left\langle {q_\alpha |
| 549 |
> |
(t)q_\beta (0)} \right\rangle } } |
| 550 |
> |
% |
| 551 |
> |
&= \sum\limits_\alpha {g_\alpha ^2 \left\langle {q_\alpha ^2 (0)} |
| 552 |
> |
\right\rangle \cos (\omega _\alpha t)} |
| 553 |
> |
% |
| 554 |
> |
&= kT\xi (t) |
| 555 |
> |
\end{align} |
| 556 |
> |
|
| 557 |
> |
\begin{equation} |
| 558 |
> |
\xi (t) = \left\langle {R(t)R(0)} \right\rangle |
| 559 |
> |
\label{introEquation:secondFluctuationDissipation} |
| 560 |
> |
\end{equation} |
| 561 |
> |
|
| 562 |
> |
\section{\label{introSection:hydroynamics}Hydrodynamics} |
| 563 |
> |
|
| 564 |
> |
\subsection{\label{introSection:frictionTensor} Friction Tensor} |
| 565 |
> |
\subsection{\label{introSection:analyticalApproach}Analytical |
| 566 |
> |
Approach} |
| 567 |
> |
|
| 568 |
> |
\subsection{\label{introSection:approximationApproach}Approximation |
| 569 |
> |
Approach} |
| 570 |
> |
|
| 571 |
> |
\subsection{\label{introSection:centersRigidBody}Centers of Rigid |
| 572 |
> |
Body} |