Skip to content

Commit 7fd3905

Browse files
committed
readme equations
1 parent 080172a commit 7fd3905

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -575,17 +575,13 @@ gmx_ISA -solo -xtb_run --ligand_charge +1
575575
The output is a `.csv` file containing xTB energies for the complex, ligand, residues, QM ligand–residue interaction energy, MM Coulomb energy, MM Lennard-Jones energy, and total MM interaction energy for each analyzed frame. The QM interaction energy for frame $i$ is computed as:
576576

577577
$$
578-
579578
E_i^{int,\,QM} = E_i^{complex, \,QM} - (E_i^{residues,\,QM} + E_i^{ligand,\,QM})
580-
581579
$$
582580

583581
The MM interaction energy for frame $i$ is computed as:
584582

585583
$$
586-
587584
E_i^{int,\,MM} = E_i^{Coulomb-SR} + E_i^{LJ-SR}
588-
589585
$$
590586

591587
Additionally, high-quality PNG images are generated for *frame vs. MM energy*, *frame vs. QM energy*, *frame vs. QM/MM comparison*, and *linear regression of QM versus MM interaction energies*. The final directory will contain:
@@ -696,7 +692,7 @@ $$
696692
No finite-size corrections are applied. In particular, the **Yeh–Hummer correction** is not included. For quantitative comparison with experimental data, the following correction should be applied:
697693

698694
$$
699-
D_{\infty} \approx \frac{1}{6}\frac{d}{dt}MSD(t) + \frac{k_B T \, \xi}{6 \pi \eta L}
695+
D_{\infty} \approx \frac{1}{6}\frac{d}{dt}MSD(t) + \frac{k_B T \xi}{6 \pi \eta L}
700696
$$
701697

702698
As a result:

0 commit comments

Comments
 (0)