feos-org / feos

FeOs - A Framework for Equations of State and Classical Density Functional Theory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cutoff_radius limit not necessary in structured (periodic) porous media?

RolfStierle opened this issue · comments

if system_size.iter().any(|&s| s < 2.0 * cutoff_radius) {

For periodic porous media, wouldn't we want to include the molecular interactions of the periodic images, since the porous media is also periodic? This would make this check obsolete.

Yes, but currently FeOs only determines the closest periodic image for every solid atom rather than every periodic image within the cutoff. When this is fixed, the check becomes obsolete.