Skip to main content

faare

Project description

Fully Agnostic Atomic Render Environment

pipeline status PyPI License: GPL v3

FAARE is a pure-Python package for automated rendering of VASP structures on headless servers. Note that FAARE is designed for Linux Debian/Ubuntu and is not intended to work on other operating systems.

Installation

Installing Blender

FAARE is designed to operate with Blender LTS 3.6 and assumes Blender is installed in the /opt folder. Below, a brief set of instructions are provided to install Blender.

sudo apt install -y libxrender-dev libxxf86vm-dev libxfixes-dev libxi-dev libxkbcommon-dev libsm-dev 
sudo mkdir /opt
cd /opt
sudo wget https://ftp.halifax.rwth-aachen.de/blender/release/Blender3.6/blender-3.6.7-linux-x64.tar.xz
sudo tar -xvf blender-3.6.7-linux-x64.tar.xz
sudo rm blender-3.6.7-linux-x64.tar.xz

Before proceeding to use Blender, make sure that CUDA support is enabled and that the correct GPUs are selected. If you use Blender on a remote server, you need to open the Blender

PyPi

First, make sure the required dependencies are installed

sudo apt install python3-venv

Next, create a virtual environment (compliant with PEP668) and activate it.

python3 -m venv ~/.venv
source ~/.venv/bin/activate

Finally, install faare in your virtual environment. The installation script will automatically download all dependencies.

pip install faare

Testing your installation

Updating your installation

Assuming you are logged into your Python virtual environment, run

pip install faare --upgrade

Manual

See: https://faare-inorganic-materials-chemistry-6980722ff50f253a4f45dd9bd22.pages.tue.nl/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

faare-0.3.0.tar.gz (244.0 kB view hashes)

Uploaded Source

Built Distribution

faare-0.3.0-py3-none-any.whl (28.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page