Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions pyef/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,12 +330,6 @@ def run_analysis(job_name, molden_paths, xyz_paths, analysis_types, metal_indice
Can be either:
- Flat list [0, 1, 2] for same exclusions across all jobs
- Nested list [[0, 1], [2, 3], []] for different exclusions per job

Notes
-----
- ESP calculation for ~400 atom system takes about 15 minutes on one node
- E-field calculation for ~400 atom system takes ~1 hour on one node
- If jobs end abruptly, delete the polarization file before restarting
"""
from pyef.analysis import Electrostatics
from collections import defaultdict
Expand Down
6 changes: 0 additions & 6 deletions pyef/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,6 @@ def main(job_name, molden_paths, xyz_paths, analysis_types, metal_indices, bond_
Can be either:
- Flat list [0, 1, 2] for same exclusions across all jobs
- Nested list [[0, 1], [2, 3], []] for different exclusions per job

Notes
-----
- ESP calculation for ~400 atom system takes about 15 minutes on one node
- E-field calculation for ~400 atom system takes ~1 hour on one node
- If jobs end abruptly, delete the polarization file before restarting
"""

# Validate inputs
Expand Down