Revision 0c99b1003662bd784e6c4d9d5053874918cc5ade authored by EPiQC on 08 July 2019, 21:28:06 UTC, committed by GitHub on 08 July 2019, 21:28:06 UTC
Segmentation Faults and Fixes to Run main branch on macOS
get_total_gates_line.py
#!/usr/bin/python
import sys
the_file = open(sys.argv[1],"r")
for line in the_file.readlines():
if line.startswith( 'total_gates' ):
print (line)
the_file.close()

Computing file changes ...