eigenOrientationType

<h:div class="summary">Orientation of the eigenvector matrix.</h:div>
<h:div class="description">
  <h:p>Specifies whether the rows or columns of the (square) matrix correspond to the eigenvectors. For example, in molecular orbitals the vectors are normally represented as columns, and each column would correspond to a different eigenvalue</h:p>
</h:div>
<h:div class="curation">2006-01-13: PMR. Created.</h:div>

Simple Type Information

Used By

Source

<xsd:simpleType name="eigenOrientationType" id="st.eigenOrientationType">
  <xsd:annotation>
    <xsd:documentation>
      <h:div class="summary">Orientation of the eigenvector matrix.</h:div>
      <h:div class="description">
        <h:p>Specifies whether the rows or columns of the (square) matrix correspond to the eigenvectors. For example, in molecular orbitals the vectors are normally represented as columns, and each column would correspond to a different eigenvalue</h:p>
      </h:div>
      <h:div class="curation">2006-01-13: PMR. Created.</h:div>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="columnVectors">
      <xsd:annotation>
        <xsd:documentation>
          <h:div class="summary">The columns are the eigenvectors.</h:div>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="rowVectors">
      <xsd:annotation>
        <xsd:documentation>
          <h:div class="summary">The columns are the eigenvectors.</h:div>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="other">
      <xsd:annotation>
        <xsd:documentation>
          <h:div class="summary">A value not in the controlled vocabulary - use dictRef to add further information.</h:div>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>