# Read the state with the setup
# The results dir.var = 'result_06'model = 'sphere'round_nr = 'round_4result_06_check_intermediate'results_dir = os.getcwd() + os.sep + var + os.sep + model + os.sep + round_nr + os.sep + 'aicfinal'
# Load the state with setup data.
state.load(state='results.bz2', dir=results_dir, force=True)
######
#Create the Modelfree4 input files.
# Define write out
out = 'result_06_check_intermediate'write_modelfree = os.getcwd() + os.sep + out var + os.sep + "Modelfree4"# Fix bugcdp.structure.structural_data[0].mol[0].file_path = '.'
outdir = os.getcwd()