mirror of
https://github.com/LCPQ/quantum_package
synced 2024-11-08 07:03:57 +01:00
9 lines
164 B
ReStructuredText
9 lines
164 B
ReStructuredText
``bit_kind_shift``, ``bit_kind_size`` and ``bit_kind`` are coherent:
|
|
|
|
.. code_block:: fortran
|
|
|
|
2**bit_kind_shift = bit_kind_size
|
|
bit_kind = bit_kind_size / 8
|
|
|
|
|