Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add two new codes #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions codes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,47 @@

</div> <!-- end columns -->

<div class="columns is-vcentered code-columns">

<div class="column" style="margin-bottom:auto;">
<a href="https://github.com/JoeyT1994/ITensorNumericalAnalysis.jl">
<div class="card code-info">
<div class="card-content">
<p class="title is-5">
ITensorNumericalAnalysis.jl
</p>
<p class="subtitle">
A package for constructing and manipulating low-rank Tensor Network representations of multi-dimensional functions,
and solving integral/differential equations.
</p>
<p class="developers">
<strong>Developers:</strong> Joseph Tindall, Ryan Levy, Ryan Anselm, Matt Fishman
</p>
</div>
</div>
</a>
</div> <!-- end column -->

<div class="column" style="margin-bottom:auto;">
<a href="https://github.com/ryanlevy/ITensorEntropyTools.jl" style="color: #222222">
<div class="card code-info">
<div class="card-content">
<p class="title is-5">
ITensorEntropyTools.jl
</p>
<p class="subtitle">
ITensorEntropyTools.jl provides tools to compute the entanglement entropy and mutual information
of MPS or tree tensor like objects.
</p>
<p class="developers">
<strong>Developers:</strong> Ryan Levy
</p>
</div>
</div>
</a>
</div> <!-- end column -->

</div> <!-- end columns -->
</div>
<br/>

Expand Down