Definition at line 7 of file winvn_class.py.
 
◆ __init__()
      
        
          | def src_files.winvn_class.winvn.__init__  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          path  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
  Class to read and manage a winvn
 
Definition at line 9 of file winvn_class.py.
 
 
◆ calculate_Sn()
      
        
          | def src_files.winvn_class.winvn.calculate_Sn  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
  Calculate the neutron separation energies
 
Definition at line 130 of file winvn_class.py.
 
 
◆ filter_with_sunet()
      
        
          | def src_files.winvn_class.winvn.filter_with_sunet  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          nuclei  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ get_dataframe()
      
        
          | def src_files.winvn_class.winvn.get_dataframe  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
 
◆ rate_factor()
      
        
          | def src_files.winvn_class.winvn.rate_factor  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          reactants,  | 
        
        
           | 
           | 
            | 
          products,  | 
        
        
           | 
           | 
            | 
          temperature  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
    Calculate the rate factor for a given reaction
    Reactants: List of nuclei of the reactants of the inverse reaction
    Products: List of nuclei of the products of the inverse reaction
    temperature: temperature in GK
 
Definition at line 153 of file winvn_class.py.
 
 
◆ read_winvn()
      
        
          | def src_files.winvn_class.winvn.read_winvn  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
  Read the winvn. (stolen from Carlos)
 
Definition at line 19 of file winvn_class.py.
 
 
◆ reset_winvn()
      
        
          | def src_files.winvn_class.winvn.reset_winvn  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
 
◆ set_dataframe()
      
        
          | def src_files.winvn_class.winvn.set_dataframe  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          value  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ write_winvn()
      
        
          | def src_files.winvn_class.winvn.write_winvn  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          path = "winvn.dat"  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ __df
  
  
      
        
          | src_files.winvn_class.winvn.__df | 
         
       
   | 
  
private   | 
  
 
 
◆ __df_reset
  
  
      
        
          | src_files.winvn_class.winvn.__df_reset | 
         
       
   | 
  
private   | 
  
 
 
◆ __path
  
  
      
        
          | src_files.winvn_class.winvn.__path | 
         
       
   | 
  
private   | 
  
 
 
◆ T_string
      
        
          | src_files.winvn_class.winvn.T_string |