Jan-23-2019, 08:07 PM
I am a semi-retired Research Scientist who bumbled his way through FORTRAN II programming more years ago that I am willing to admit.
I have a Quantum Chemistry (QC) program that generates rather large text files that contain data tables that I would like to extract in order to generate an input file for another program. I know that I can use the function np.genfromtxt to extract the data, but how do I find a specific text file in the larger QC output file?
I’m not looking for someone to write the python3 code for me, but rather, as the title suggests pointers towards solutions to the problem
Many thanks, in advance
I have a Quantum Chemistry (QC) program that generates rather large text files that contain data tables that I would like to extract in order to generate an input file for another program. I know that I can use the function np.genfromtxt to extract the data, but how do I find a specific text file in the larger QC output file?
I’m not looking for someone to write the python3 code for me, but rather, as the title suggests pointers towards solutions to the problem
Many thanks, in advance