GaussianCubeReader#
- class GaussianCubeReader(*args, **kwargs)[source]#
GaussianCubeReader for .cube files.
Wraps vtkGaussianCubeReader.
Examples#
Download Python source code | Download Jupyter notebook
>>> import pyvista as pv
>>> from pyvista import examples
>>> from pathlib import Path
>>> filename = examples.download_m4_total_density(load=False)
>>> Path(filename).name
'm4_TotalDensity.cube'
Inheritance#
Inherited members are documented on BaseReader, _FileIOBase.
See them all under Inherited Attributes and Inherited Methods.
Attributes#
Get the scaling factor to compute bonds between non-hydrogen atoms. |
|
Get the scaling factor to compute bonds with hydrogen atoms. |
Inherited Attributes#
Return mapping from regex pattern matching associated with this class. |
|
Return the file extensions associated with this class. |
|
Return or set the filename or directory of the reader. |
|
Return the vtk Reader object. |
Methods#
|
Read the file and return the output. |
Inherited Methods#
Hide the progress bar when loading the file. |
|
Show a progress bar when loading the file. |