gvec.lib#
Warning
Autogenerated API
The gvec.lib module is autogenerated by f90wrap and provides the first layer Python interface to the wrapped fortran API. (See pyGVEC for more details on the structure.) Use with caution!
gvec.lib - intermediate python API for the python-fortran interface
The python-fortran interface uses a hierarchy of layers to connect the fortran library to the python package with varying degrees of abstraction and safety. 1) fortran library (src/*) 2) fortran wrapping layer (gen. by f90wrap) 3) C wrapping layer (gen. by f2py) 4) python wrapping layer (gen. by f90wrap: _lib.py) 5) final wrapping layer (lib.py) 6) low-level python API (core.state, core.run) 7) high-level python API (core.compute, quantities)