Skip to content

Commit

Permalink
Deploying to gh-pages from @ c0c2e28 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanwm committed Jul 13, 2024
1 parent ee50fc1 commit 52a0b11
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,28 @@
<div class="contents">
<div class="textblock"><p><a class="anchor" id="md_README"></a> A lightweight library for calculating neutrino oscillation probabilities using tensors typically used in machine learning.</p>
<p><img src="doc/nuTens-logo.png" alt="nuTens" class="right" align="top" width="400" class="inline"/></p>
<p><a href="https://github.com/ewanwm/nuTens/actions/workflows/CI-build-and-test.yml"><img src="https://github.com/ewanwm/nuTens/actions/workflows/CI-build-and-test.yml/badge.svg" alt="CI badge" style="pointer-events: none;" class="inline"/></a> <a href="https://ewanwm.github.io/nuTens/index.html"><img src="https://img.shields.io/badge/Code-Doxygen-2ea44f" alt="Code - Doxygen" class="inline"/></a> </p>
<p><a href="https://github.com/ewanwm/nuTens/actions/workflows/CI-build-and-test.yml"><img src="https://github.com/ewanwm/nuTens/actions/workflows/CI-build-and-test.yml/badge.svg" alt="CI badge" style="pointer-events: none;" class="inline"/></a> <a href="https://ewanwm.github.io/nuTens/index.html"><img src="https://img.shields.io/badge/Code-Doxygen-2ea44f" alt="Code - Doxygen" class="inline"/></a></p>
<h2><a class="anchor" id="autotoc_md1"></a>
Feature Wishlist</h2>
<ul>
<li>[x] Support PyTorch in tensor library</li>
<li>[x] Vacuum oscillation calculations</li>
<li>[x] Constant matter density propagation</li>
<li>[x] Basic test suite</li>
<li>[x] Basic CI</li>
<li>[x] Doxygen documentation with automatic deployment</li>
<li>[ ] Add test coverage checks into CI</li>
<li>[ ] Integrate linting ( <a href="https://github.com/cpp-linter">cpp-linter</a>? )</li>
<li>[ ] Add instrumentation library for benchmarking and profiling</li>
<li>[ ] Add suite of benchmarking tests</li>
<li>[ ] Integrate benchmarks into CI ( maybe use <a href="https://github.com/sharkdp/hyperfine">hyperfine</a> and <a href="https://bencher.dev/">bencher</a> for this? )</li>
<li>[ ] Add proper unit tests</li>
<li>[ ] Expand CI to include more platforms</li>
<li>[ ] Add support for modules (see <a href="https://pytorch.org/cppdocs/api/classtorch_1_1nn_1_1_module.html">PyTorch doc</a>)</li>
<li>[ ] Propagation in variable matter density</li>
<li>[ ] Add support for Tensorflow backend</li>
<li>[ ] Add python interface </li>
</ul>
</div></div><!-- PageDoc -->
</div><!-- contents -->
<!-- start footer part -->
Expand Down

0 comments on commit 52a0b11

Please sign in to comment.