<html>#2417: include PN expressions for initial momenta for BBH simualtion
<table style='border-spacing: 1ex 0pt; '>
<tr><td style='text-align:right'> Reporter:</td><td>Roland Haas</td></tr>
<tr><td style='text-align:right'> Status:</td><td>open</td></tr>
<tr><td style='text-align:right'>Milestone:</td><td></td></tr>
<tr><td style='text-align:right'> Version:</td><td></td></tr>
<tr><td style='text-align:right'> Type:</td><td>proposal</td></tr>
<tr><td style='text-align:right'> Priority:</td><td>major</td></tr>
<tr><td style='text-align:right'>Component:</td><td></td></tr>
</table>
<p>Comment (by Roland Haas):</p>
<p>For just a subdirectory the thornlist fragment becomes very simple eg:</p>
<div class="codehilite"><pre><span></span># Component list for NRPyPN <https://nbviewer.jupyter.org/github/zachetienne/nrpytutorial/blob/master/NRPyPN/NRPyPN.ipynb>
!CRL_VERSION = 1.0
!DEFINE ROOT = Cactus
!DEFINE ARR = $ROOT/arrangements
!DEFINE COMPONENTLIST_TARGET = $ROOT/thornlists/
# Note: an alternative would be to include it in the "utils" directory in the
# main Cactus directory since it is not really a thorn
!TARGET = $ARR/EinsteinInitialData
!TYPE = git
!URL = https://github.com/zachetienne/nrpytutorial.git
!CHECKOUT = NRPyPN
</pre></div>
<p>where the trick is to keep <code>NRPyPN</code> in the <code>!CHECKOUT</code> line so that it is not treated as thorn when compiling. This is similar to eg <code>doc</code> and <code>par</code> of McLachlan.</p>
<p>--<br/>
Ticket URL: <a href='https://bitbucket.org/einsteintoolkit/tickets/issues/2417/include-pn-expressions-for-initial-momenta'>https://bitbucket.org/einsteintoolkit/tickets/issues/2417/include-pn-expressions-for-initial-momenta</a></p>
</html>