&binary_job

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

   evolve_both_stars = .false.

/ ! end of binary_job namelist

&binary_controls
         
   m1 = 34d0  ! donor mass in Msun
   m2 = 17.4d0 ! companion mass in Msun
   initial_period_in_days = 5.5d0
   mdot_scheme = "Kolb"

   ! do wind accretion
   do_wind_mass_transfer_1 = .true. ! transfer part of the mass lost due to stellar winds from the mass losing component to its companion

   !rotation controls
   do_tidal_sync = .true. ! assume tidal synchronisation

   ! loss of angular momentum via 
   do_jdot_ml = .true.  ! mass loss 
   do_jdot_gr = .true.  ! gravitational wave radiation
   do_jdot_ls = .true.  ! assume L-S coupling due to tides

   accretor_overflow_terminate = 0.2d0 ! add some space

   !control accretion using the Eddington limit
   limit_retention_by_mdot_edd = .false.

   max_tries_to_achieve = 20
         
/ ! end of binary_controls namelist

