Clean up unnecessary code.

This commit is contained in:
rohskopf
2022-07-01 20:56:11 -06:00
parent dc1b7ba0a4
commit e98af88242
3 changed files with 95 additions and 363 deletions

View File

@ -6,7 +6,7 @@ Purpose: Demonstrate extraction of descriptor gradient (dB/dR) array from comput
Serial syntax:
python compute_snap_dgrad.py
Parallel syntax:
mpirun -np 2 python compute_snap_dgrad.py
mpirun -np 4 python compute_snap_dgrad.py
"""
from __future__ import print_function