From 054b7cd47da28a5bf67cd954be938aac1313a7ec Mon Sep 17 00:00:00 2001 From: Bugra Onal Date: Tue, 23 May 2023 13:47:02 -0700 Subject: [PATCH] Fixed code format --- compiler/characterizer/functional.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/characterizer/functional.py b/compiler/characterizer/functional.py index 5730b644..c5d5d865 100644 --- a/compiler/characterizer/functional.py +++ b/compiler/characterizer/functional.py @@ -506,8 +506,8 @@ class functional(simulation): # self.stim.gen_meas_value(meas_name=measure_name, # dout=signal_name, # t_initial=t_initial, - # t_final=t_final) - + # t_final=t_final + self.sf.write(".include {0}\n".format(temp_meas)) self.stim.write_control(self.cycle_times[-1] + self.period) self.sf.close()