&binary_job

   inlist_names(1) = 'inlist1' 
   inlist_names(2) = 'inlist2'

   evolve_both_stars = .false.

/ ! end of binary_job namelist

&binary_controls

   m1 = 40.8d0 ! donor mass in Msun
   m2 = 17.14d0 ! companion mass in Msun
   initial_period_in_days = 32.2d0

   ! transfer efficiency controls
   limit_retention_by_mdot_edd = .false.
   mass_transfer_beta=0.65d0
   ! ADD personalized run_binary_extras.f90 routine
   use_other_jdot_ml = .true.
   use_other_adjust_mdots = .true.


   ! be 100% sure magnetic braking is always off
   do_jdot_mb = .false.
   ! don't reduce the BH accretion efficiency
   use_radiation_corrected_transfer_rate = .false.

   ! relax timestep controls
   fm = 0.1d0
   fa = 0.02d0
   fa_hard = 0.04d0
   fr = 0.5d0
   fj = 0.01d0
   fj_hard = 0.02d0

   ! output preferences
   photo_interval = 50
   history_interval = 1

   max_tries_to_achieve = 20

/ ! end of binary_controls namelist
