# The file scan_compositions.py can be run to calculate the current of surfaces with all possible compositions in 10% intervals.
# The outputfiles are called 'composition_currentX.txt' where different X= 0,1,..10 represents different fractions of Ru. The full output is collected in 'composition_current_all.txt' 
# The first six entries in each line are the fractions of Ru,Pt,Ir,Os,Rh,Pd and the following entries are the current at 1.35V, 1.37V, 1.39V... 2.39V.   
# The folders 'RuIrPd-subspace' and 'RuIrOs-subspace' contain a modified version of the code that scans the RuIrPd/RuIrOs part of composition space in 5% intervals. 
# The ugly part of the code is in the file tools.py, which, among other things, contains the paths to the fits that are used to calculate the energies. 
# The file barplot.py can be used to plot the optimum composition as a function of potential.
