Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 712 Bytes

TODO.rst

File metadata and controls

12 lines (10 loc) · 712 Bytes

Todo

In approximate order of importance:

  1. Provide examples of quantum walks utilising the :class:`~qsw_mpi.MPI.GKSL` class.
  2. Create an environment file for Anaconda.
  3. Implement parallel-io operation using the Fortran HDF5 interface to remove the dependency on H5Py.
  4. Implement the :class:`~qsw_mpi.MPI.walk` class and subclasses :class:`~qsw_mpi.MPI.LQSW`, :class:`~qsw_mpi.MPI.GQSW` and :class:`~qsw_mpi.MPI.GKSL` in Fortran to make possible python indepedant walk simulation.
  5. Provide comprehensive documentation for the Fortran subroutines, compilable via Doxygen.
  6. Implement dense BLAS operations to increase the scope of efficient walk simulation to dense systems.