&binary_job

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

   which_for_pgstar = 0 ! 0 means none; < 0 means all; i > 0 means star i
   evolve_both_stars = .false.

   ! you probably want to change this
   stopping_age = 1e2

/ ! end of binary_job namelist

&binary_controls
         
   mdonor = 1.0d0  ! donor mass in Msun
   maccretor = 0.8d0 ! companion mass in Msun
   initial_period_in_days = 1.0d0

   !rotation controls
   do_rotation = .true.
   do_tidal_synch = .true.

/ ! end of binary_controls namelist
