You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
feos/feos-dft/src/adsorption/pore3d.rs
Line 140 in 01d8238
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.
The text was updated successfully, but these errors were encountered: