&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"

   mass_transfer_beta = 0.9d0

   ! do wind accretion
   do_wind_mass_transfer_1 = .true.

   !rotation controls
   do_tidal_sync = .true.

   do_jdot_ls = .true.
   do_jdot_gr = .true.
   do_jdot_ml = .true.

   accretor_overflow_terminate = 0.2d0 ! add some space

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

   max_tries_to_achieve = 20
         
/ ! end of binary_controls namelist

