This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Read in a Kao GF | |
# Print the file | |
from string import * | |
import matplotlib.pyplot as plt | |
# Open Greens function file for reading with a given filename | |
GF = open("kaogf.txt","r") | |
# Read in lines and split into a list |