diff --git a/README.html b/README.html index 35125f5..5a16e7a 100644 --- a/README.html +++ b/README.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- +
As the size of the dataset should be extensible, the simplest
@@ -256,8 +256,8 @@ The offset can be used with fseek(69L*offset, SEEK_SET)
We need to declare the number of rows of the dataset as @@ -278,7 +278,7 @@ If the offset+num > nmax, we need to extend the dataset.
stdint.h
Memory allocation of structures can be facilitated by using the @@ -502,8 +502,8 @@ The maximum string size for the filenames is 4096 characters.
All calls to TREXIO are thread-safe. @@ -511,10 +511,10 @@ TREXIO front end is modular, which simplifies implementation of new back ends.
For example, consider H2 with the following basis set (in GAMESS @@ -979,7 +979,7 @@ nucleus_index = 1, 1, 1, 1, 1, 1 ] # 3 shells in S (l=0), 2 in P (l=1), 1 in D (l=2) -ang_mom = +shell_ang_mom = [ 0, 0, 0, 1, 1, 2, 0, 0, 0, 1, 1, 2 ] @@ -1015,8 +1015,8 @@ prim_factor =
Going from the atomic basis set to AOs implies a systematic @@ -1064,13 +1064,13 @@ shell, as in the GAMESS convention where
In such a case, one should set the normalization of the shell (in -the Basis set section) to \(\mathcal{N}_{z^2}\), which is the +the Basis set section) to \(\mathcal{N}_{z^2}\), which is the normalization factor of the atomic orbitals in spherical coordinates. The normalization factor of the \(xy\) function which should be introduced here should be \(\frac{\mathcal{N}_{xy}}{\mathcal{N}_{z^2}}\).
-