From b9d68f93af2547fbd6286f74bd2cae8ef03814d9 Mon Sep 17 00:00:00 2001 From: Steve Plimpton Date: Thu, 3 Oct 2019 17:04:40 -0600 Subject: [PATCH] remove debug statement --- examples/COUPLE/lammps_nwchem/nwchem_wrap.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/COUPLE/lammps_nwchem/nwchem_wrap.py b/examples/COUPLE/lammps_nwchem/nwchem_wrap.py index 82eaf0d2e4..7bbed54e7d 100644 --- a/examples/COUPLE/lammps_nwchem/nwchem_wrap.py +++ b/examples/COUPLE/lammps_nwchem/nwchem_wrap.py @@ -155,7 +155,6 @@ def nwchem_read_ao(natoms, log): bohr2angstrom = 0.52917721092 eout = eout * hartree2eV fout = [i * hartree2eV/bohr2angstrom for i in fout] - print(eout) return eout,fout