New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fem

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fem

Free Energy Minimization

0.0.99
PyPI
Maintainers
1

Free Energy Minimization

Quick Start

Interactive notebook


Launch an interactive Jupyter notebook using Binder to run and edit the examples in the documentation:

.. image:: https://mybinder.org/badge.svg
   :target: https://mybinder.org/v2/gh/nihcompmed/fem/master?filepath=doc%2Fnotebooks

Installation
~~~~~~~~~~~~

- To install ``fem`` on your computer using ``pip``, execute

  .. code-block:: sh

     pip install fem

  Dependencies:

  - Fortran compiler such as gfortran
  - LAPACK development files
  - OpenMP development files (for parallel computing support)


- Load ``fem`` in your Python script:

  .. code-block:: python

     import fem


Links
-----

Online documentation:
    http://nihcompmed.github.io/fem

Source code repository:
    https://github.com/nihcompmed/fem

Python package index:
    https://pypi.python.org/pypi/fem

Keywords

inference

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts