Difference between revisions of "Ocparse.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Normalise remaining wiki page to current Spinach source header)
(Update function See also links and function index membership)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{DISPLAYTITLE:ocparse.m}} __NOTOC__
 
{{DISPLAYTITLE:ocparse.m}} __NOTOC__
  
ORCA cube file parser. Extracts the normalised probability density and
+
ORCA cube file parser. Extracts the normalised probability density and the associated metric information from ORCA spin density in "3D simple format" (see ORCA manual). Syntax:
the associated metric information from ORCA spin density in "3D simple
 
format" (see ORCA manual).
 
  
==Syntax==
+
    [density,ext,dx,dy,dz]=ocparse(filename,pad_factor)
  
[density,ext,dx,dy,dz]=ocparse(filename,pad_factor)
+
Outputs:
  
==Arguments==
+
    density  - probability density cube with dimensions
 +
                ordered as [X Y Z]
 +
 +
    ext      - grid extents in Angstrom, ordered as
 +
                [xmin xmax ymin ymax zmin zmax]
 +
 +
    dx,dy,dz - grid steps in the three directions, Angstrom
  
filename  - character string specifying the file to load
+
 
 +
==Parameters==
 +
 
 +
filename  - character string specifying the file to load
  
 
     pad_factor - padding factor specifying how many multiples
 
     pad_factor - padding factor specifying how many multiples
Line 17: Line 24:
 
                 side of the cube
 
                 side of the cube
  
==Outputs==
+
==See also==
 
+
[[oparse.m]], [[c2spinach.m]], [[x2spinach.m]], [[cyprinol.m]], [[fatty_acid.m]], [[g2spinach.m]], [[gissmo2spinach.m]], [[gparse.m]], [[karplus_fit.m]], [[killcross.m]], [[killdiag.m]], [[merge_inp.m]], [[methyl_group.m]], [[nuclacid.m]], [[parsexml.m]], [[protein.m]], [[read_bmrb.m]], [[read_pdb_nuc.m]], [[read_pdb_pro.m]], [[v2spinach.m]], [[weblab2nqi.m]], [[Import,_export,_and_visualisation]]
density  - probability density cube with dimensions
 
              ordered as [X Y Z]
 
 
 
    ext      - grid extents in Angstrom, ordered as
 
              [xmin xmax ymin ymax zmin zmax]
 
 
 
    dx,dy,dz - grid steps in the three directions, Angstrom
 
  
Ilya Kuprov (ilya.kuprov@weizmann.ac.il)
+
''Version 1.9, authors: [[Ilya Kuprov]], [[Elizaveta Suturina]], [[Petra Pikulova]]''
Elizaveta Suturina( e.suturina@soton.ac.uk)
 
Petra Pikulova (484677@mail.muni.cz)
 

Latest revision as of 19:39, 6 June 2026


ORCA cube file parser. Extracts the normalised probability density and the associated metric information from ORCA spin density in "3D simple format" (see ORCA manual). Syntax:

    [density,ext,dx,dy,dz]=ocparse(filename,pad_factor)

Outputs:

    density  - probability density cube with dimensions
               ordered as [X Y Z]

    ext      - grid extents in Angstrom, ordered as
               [xmin xmax ymin ymax zmin zmax]

    dx,dy,dz - grid steps in the three directions, Angstrom


Parameters

filename - character string specifying the file to load

   pad_factor - padding factor specifying how many multiples
                the array dimension in zeros to add on each
                side of the cube

See also

oparse.m, c2spinach.m, x2spinach.m, cyprinol.m, fatty_acid.m, g2spinach.m, gissmo2spinach.m, gparse.m, karplus_fit.m, killcross.m, killdiag.m, merge_inp.m, methyl_group.m, nuclacid.m, parsexml.m, protein.m, read_bmrb.m, read_pdb_nuc.m, read_pdb_pro.m, v2spinach.m, weblab2nqi.m, Import,_export,_and_visualisation

Version 1.9, authors: Ilya Kuprov, Elizaveta Suturina, Petra Pikulova