This commit is contained in:
Anthony Scemama 2023-09-26 15:18:22 +02:00
parent de98045fe4
commit ab596fe408
2 changed files with 3 additions and 2 deletions

View File

@ -38,7 +38,7 @@ VERSION_MINOR = @VERSION_MINOR@
VERSION_PATCH = @VERSION_PATCH@
SUBDIRS =
CLEANFILES = qmckl.mod qmckl_verificarlo_f.mod
CLEANFILES = qmckl.mod qmckl_verificarlo_f.mod qmckl_constants.mod
EXTRA_DIST =
pkgconfigdir = $(libdir)/pkgconfig

View File

@ -7448,12 +7448,13 @@ def compute(cord_num):
return dim_c_vector
return [ ("$N_{ord}$", "Number of parameters"), ("","") ] + \
[ (i, compute(i)) for i in range(2,11) ]
[ (i, compute(i)) for i in range(1,11) ]
#+end_src
#+RESULTS:
| $N_{ord}$ | Number of parameters |
| | |
| 1 | 0 |
| 2 | 2 |
| 3 | 6 |
| 4 | 13 |