Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1from .nwreader import read_nwchem_out
2from .nwwriter import write_nwchem_in
3from .nwreader_in import read_nwchem_in
4
5__all__ = ['read_nwchem_out', 'write_nwchem_in', 'read_nwchem_in']