Skip to content

An exploration of quantum methods for radiation transport, particularly for astrophysical and cosmological problems.

License

Notifications You must be signed in to change notification settings

RasmitDevkota/QuaRT

Repository files navigation

QuaRT - Quantum Radiation Transport

QuaRT is a free/open-source toolkit for the exploration of quantum methods for radiation transport, particularly for astrophysical and cosmological problems, developed by the Computational Cosmology group at Georgia Tech. It is distributed under the MIT License.

Installation

QuaRT is still in the development stage, so the latest nightly version of QuaRT is available on the GitHub under the main branch.

The latest stable release can be installed from the PyPI index as follows:

.. code:: bash

python -m pip install virtualenv
python -m virtualenv .venv
.venv/bin/activate
python -m pip install PyQuaRT

The source code for the latest stable release can be found under the latest stable/* branch.

The latest nightly version of QuaRT can be installed from source as follows:

.. code:: bash

git clone https://github.com/RasmitDevkota/QuaRT.git
cd QuaRT
python -m pip install virtualenv
python -m virtualenv .venv
.venv/bin/activate
python -m pip install -e .

Documentation

Documentation is hosted online on ReadtheDocs at https://pyquart.readthedocs.io.

Acknowledgements

This research was supported in part through research cyberinfrastructure resources and services provided by the Partnership for an Advanced Computing Environment (PACE) at the Georgia Institute of Technology, Atlanta, Georgia, USA [@PACE].

Contributing

We welcome contributions from anyone! A GitHub Issue may be used for making requests or reporting bugs. Please read our contributing guidelines.

Contact and Feedback

For bug reports and feature requests, please file a GitHub Issue.

If you have any questions, comments, or concerns regarding QuaRT, feel free to contact Rasmit Devkota at rdevkota3@gatech.edu.

About

An exploration of quantum methods for radiation transport, particularly for astrophysical and cosmological problems.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages