Revision 5c2605021652e7281b776b6bc2d6b7bc4420a480 authored by Nick Papior on 08 October 2015, 20:47:30 UTC, committed by Nick Papior on 08 October 2015, 20:47:30 UTC
- Changed formatting of index of grid variable

  One can denote variable and index for an NC variable
  using this methodology:
  	FILENAME:<var>,<idx>
 	FILENAME:<idx>
 	FILENAME:<var>

  where an unset index defaults to 0 and the variable
  is required if ambiguity rises.

- Added grid_part which cuts the grid into pieces by
  taking the above/below parts of a full grid.

    sgrid --grid-part|-gp + x 10.

  takes the grid above the cell vector 'A' above 10. Ang

  These grid-part stacks and are used in sequence.

- When reading in a grid from the SIESTA.nc file
  it will automatically be converted to eV if the attribute
  unit exists and is Ry.

- Bugfix for __op__ for the grids
  The type check has to be after isinstance
1 parent 5160f2c
History
File Mode Size
data
scripts
sids
wiki @ 477c27a
.gitmodules -rw-r--r-- 80 bytes
.travis.yml -rw-r--r-- 879 bytes
LICENSE -rw-r--r-- 7.5 KB
README.md -rw-r--r-- 7.6 KB
requirements.txt -rw-r--r-- 24 bytes
setup.py -rw-r--r-- 2.6 KB
tag.sh -rwxr-xr-x 1.7 KB

README.md

back to top