Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.14 KB

cell_technologies.rst

File metadata and controls

48 lines (34 loc) · 1.14 KB

FCN Cell Technologies

Supported technological implementations of the FCN concept. Each has its own set of cell types and properties.

Quantum-dot Cellular Automata (QCA)

.. tabs::
    .. tab:: C++
        **Header:** ``fiction/technology/cell_technologies.hpp``

        .. doxygenstruct:: fiction::qca_technology
           :members:

    .. tab:: Python
        .. autoclass:: mnt.pyfiction.qca_technology
            :members:

in-plane Nanomagnet Logic (iNML)

.. tabs::
    .. tab:: C++
        **Header:** ``fiction/technology/cell_technologies.hpp``

        .. doxygenstruct:: fiction::inml_technology
           :members:

    .. tab:: Python
        .. autoclass:: mnt.pyfiction.inml_technology
            :members:

Silicon Dangling Bonds (SiDB)

.. tabs::
    .. tab:: C++
        **Header:** ``fiction/technology/cell_technologies.hpp``

        .. doxygenstruct:: fiction::sidb_technology
           :members:

    .. tab:: Python
        .. autoclass:: mnt.pyfiction.sidb_technology
            :members: