p.add_argument("--Delta", type=float, default=1.0, help="tunneling term Delta (in H = (Delta*sigma_x + epsilon*sigma_z)/2)") p.add_argument("--epsilon", type=float ...
This code reads in an arbitrary number of datafiles, filters the data to exclude non-numerical lines/ elements including nans and infs. the data is then filtered based on physical motivation(i.e only ...