I need to optimize the structure in solvent mixture of ethanol and toluene in various proportion (Gaussian 16 software) using the DFT methods. How can I define this in gaussian 16 software?
Look at the SCRF keyword description in G16. The "Additional Input" tab shows how to define your own solvent. I don't know if you will be able to find all the parameters for the mixtures, however.
EPS (dielectric constant) keyword can be used as alternative to define solvent mixture. The dielectric constant value of solvent mixture can be defined as following equation.
EPS_mixture = [EPS_solvent_1 * ratio + EPS_solvent_2*(1-ratio)]/2