Skip to content

Commit 579c85c

Browse files
authored
Update index.md
1 parent f9e2c0a commit 579c85c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

content/MDFT/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ sections:
1616
# icon: github
1717
- block: markdown
1818
content:
19-
text: MDFT is a software package for classical and molecular density functional theory calculations, enabling the computation of salvation free energies of complexe solutes in solution for a fraction of the price of fully atomistic simulations while keeping data on the solvent structure. Currently MDFT enable solvation in water, supercritical CO2 and high pressured dichloromethane.
19+
text: |
20+
MDFT is a software package for classical and molecular density functional theory calculations, enabling the computation of salvation free energies of complexe solutes in solution for a fraction of the price of fully atomistic simulations while keeping data on the solvent structure. Currently MDFT enable solvation in water, supercritical CO2 and high pressured dichloromethane.
2021

2122
Currently the code is 50k lines in fortran90 enabling basic OpenMP paralization. The main kernel of the code compute an angular convolution through spherical harmonics on a spatial grid. This is done using state of the art FFTs library. This kernel is currently re-written in C++ with the Kokkos and KokkosFFT libraries to enable heterogeneous computing.
2223

0 commit comments

Comments
 (0)