Class SlaterData


  • public class SlaterData
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double coef  
      int iAtom  
      int index  
      boolean isCore  
      int r  
      int x  
      int y  
      int z  
      double zeta  
    • Constructor Summary

      Constructors 
      Constructor Description
      SlaterData​(int iAtom, int x, int y, int z, int r, double zeta, double coef)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • isCore

        public boolean isCore
      • iAtom

        public int iAtom
      • x

        public int x
      • y

        public int y
      • z

        public int z
      • r

        public int r
      • zeta

        public double zeta
      • coef

        public double coef
      • index

        public int index
    • Constructor Detail

      • SlaterData

        public SlaterData​(int iAtom,
                          int x,
                          int y,
                          int z,
                          int r,
                          double zeta,
                          double coef)