&binary_job

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

   evolve_both_stars = .false.

/ ! end of binary_job namelist

&binary_controls

   m1 = 39.6d0 ! donor mass in Msun
   m2 = 16.8d0 ! companion mass in Msun
   initial_period_in_days = 4.5d0

   ! transfer efficiency controls
   limit_retention_by_mdot_edd = .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
