Skip to content

Commit b5e281d

Browse files
committed
Removed comment
1 parent d77df4a commit b5e281d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

arc/parser/parser.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,6 @@ def parse_active_space(sp_path: str, species: 'ARCSpecies') -> Optional[Dict[str
540540
raise InputError(f'Could not find file {sp_path}')
541541
if not determine_ess(sp_path) == 'molpro':
542542
return None
543-
#raise InputError(f'File {sp_path} is not a Molpro output file, cannot parse active space.')
544543
active = dict()
545544
num_heavy_atoms = sum([1 for symbol in species.get_xyz()['symbols'] if symbol not in ['H', 'D', 'T']])
546545
nuclear_charge, total_closed_shell_orbitals, total_active_orbitals = None, None, None

0 commit comments

Comments
 (0)