<!DOCTYPE html>
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>To whom it may concern,</p>
    <p><br>
    </p>
    <p>I am a Master's student of theoretical physics that the
      University in Oslo and am currently using FlexibleSUSY for my
      Master's thesis under the supervision of prof. Are Raklev. I have
      a question about the MSSMCPV and CMSSMCPV models currently shipped
      with the FlexibleSUSY 2.8.0 release. Specifically, I am generating
      spectra for complex MSSM scenarios where mu takes an arbitrary
      complex phase. The generated output SLHA files do not seem to
      output the imaginary parts of the mixing matrices, apart for the
      neutralino mixing matrices when the positive majorana flag is
      turned on.</p>
    <p>I had a dig in the code, and am wondering if the correct way to
      add the imaginary parts would be to add a line like</p>
    <div
style="color: #333333;background-color: #f5f5f5;font-family: 'Droid Sans Mono', 'monospace', monospace;font-weight: normal;font-size: 14px;line-height: 19px;white-space: pre;"><div><span
    style="color: #333333;">   </span><span style="color: #7a3e9d;">slha_io</span><span
    style="color: #777777;">.</span><span
    style="color: #aa3731;font-weight: bold;">set_block_imag</span><span
    style="color: #777777;">(</span><span style="color: #777777;">"</span><span
    style="color: #448c27;">IMDSQMIX</span><span style="color: #777777;">"</span><span
    style="color: #777777;">,</span><span style="color: #333333;"> </span><span
    style="color: #aa3731;font-weight: bold;">LOCALPHYSICAL</span><span
    style="color: #777777;">(</span><span style="color: #333333;">ZD</span><span
    style="color: #777777;">),</span><span style="color: #333333;"> </span><span
    style="color: #777777;">"</span><span style="color: #448c27;">ZD</span><span
    style="color: #777777;">"</span><span style="color: #777777;">);</span></div></div>
    <p></p>
    <p>after line 374 in CMSSMCPV_slha_io.cpp for instance?</p>
    <p>Preliminarily it seems to yield reasonable results, but I am
      wondering whether I there is something I have misunderstood, and
      whether there is a built-in or cleaner solution?</p>
    <p><br>
    </p>
    <p>Thank you in advance for your help.</p>
    <p>Best regards,</p>
    <p>Carl Martin Fevang<br>
    </p>
  </body>
</html>