Hi Yosef,<div><br></div><div>I&#39;m not so familiar with the parities in the symmetry thorns, but I am reasonably confident that the manual Cartesian parities which are set by WeylScal4 are correct (in fact, there was correction committed just a few days ago). So, it seems likely that the parities in the symmetry thorns are either wrong or my interpretation of what they mean is wrong.</div>

<div><br></div><div>Can someone who is familiar with the symmetry thorns comment on whether the code there is correct? Are these parities used by any actively used code? It looks like they were added for PsiKadelia.</div>

<div><br></div><div>Barry<br><br><div class="gmail_quote">On Fri, May 18, 2012 at 4:02 PM, Yosef Zlochower <span dir="ltr">&lt;<a href="mailto:yosef@astro.rit.edu" target="_blank">yosef@astro.rit.edu</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
  I noticed that WeylScal4 sets the symmetries of the Weyl scalars by<br>
defining the real and imaginary parts of each of the psi&#39;s in a<br>
different group. RotatingSymmetry and the ReflectionSymmetry thorns<br>
define a tensor alias &quot;weylscalars_real&quot;, but the symmetries given there<br>
do not correspond to those of the psi&#39;s.<br>
<br>
<br>
The Weyl symmetries as provided in RotatingSymmetry180<br>
<br>
static int const weylparities[10][3] =<br>
           {{+1,+1,+1},<br>
            {-1,-1,-1},<br>
            {+1,+1,+1},<br>
            {-1,-1,-1},<br>
            {+1,+1,+1},<br>
            {-1,-1,-1},<br>
            {+1,+1,+1},<br>
            {-1,-1,-1},<br>
            {+1,+1,+1},<br>
            {-1,-1,-1}};<br>
<br>
<br>
The symmetries for rpsi0, ipsi0, rpsi1, ipsi1, ..., rpsi4, ipsi4<br>
<br>
static int const weylparities[10][3] =<br>
   {{+1,+1,+1},  /* rpsi0 */<br>
    {-1,-1,-1},  /* ipsi0 */<br>
    {+1,+1,-1},  /* rpsi1 */<br>
    {-1,-1,+1},  /* ipsi1 */<br>
    {+1,+1,+1},  /* rpsi2 */<br>
    {-1,-1,-1},  /* ipsi2 */<br>
    {+1,+1,-1},  /* rpsi3 */<br>
    {-1,-1,+1},  /* ipsi3 */<br>
    {+1,+1,+1},  /* rpsi4 */<br>
    {-1,-1,-1}}; /* ipsi4 */<br>
<br>
<br>
--<br>
Dr. Yosef Zlochower<br>
Center for Computational Relativity and Gravitation<br>
Assistant Professor<br>
School of Mathematical Sciences<br>
Rochester Institute of Technology<br>
85 Lomb Memorial Drive<br>
Rochester, NY 14623<br>
<br>
Office:74-2067<br>
Phone: <a href="tel:%2B1%20585-475-6103" value="+15854756103">+1 585-475-6103</a><br>
<br>
<a href="mailto:yosef@astro.rit.edu">yosef@astro.rit.edu</a><br>
<br>
CONFIDENTIALITY NOTE: The information transmitted, including<br>
attachments, is intended only for the person(s) or entity to which it<br>
is addressed and may contain confidential and/or privileged material.<br>
Any review, retransmission, dissemination or other use of, or taking<br>
of any action in reliance upon this information by persons or entities<br>
other than the intended recipient is prohibited. If you received this<br>
in error, please contact the sender and destroy any copies of this<br>
information.<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@einsteintoolkit.org">Users@einsteintoolkit.org</a><br>
<a href="http://lists.einsteintoolkit.org/mailman/listinfo/users" target="_blank">http://lists.einsteintoolkit.org/mailman/listinfo/users</a><br>
</blockquote></div><br></div>