An open API service indexing awesome lists of open source software.

https://github.com/zeionara/fermale

An exploratory project for testing ways in which fermionic systems can be applied to solve machine learning problems
https://github.com/zeionara/fermale

Last synced: 3 months ago
JSON representation

An exploratory project for testing ways in which fermionic systems can be applied to solve machine learning problems

Awesome Lists containing this project

README

        

# Fermale


logo

Fermale (which stands for **fer**mionic systems for **ma**chine **le**arning) is an exploratory project for testing ways in which fermionic systems can be applied to solve machine learning problems.

## Setting up environment

To create a conda environment and install all required dependencies execute the following command:

```sh
conda create -f environment.yml
```

## Launching

To run supported commands active the environment created on setup and execute desired operation:

```sh
python -m fermale test-operators-initialization -c 1.7
```

## Some results

![energy levels of the hubbard model decrease linearly when x increases](assets/hubbard/x.jpeg)
![energy levels of the hubbard model decrease linearly when y increases](assets/hubbard/y.jpeg)
![energy levels of the hubbard model decrease linearly when tunneling coefficient increases](assets/hubbard/t.jpeg)