Skip to content

Source code for DMFT calculations for my master's thesis.

License

Notifications You must be signed in to change notification settings

frankebel/RAS_DMFT.jl

Repository files navigation

RAS_DMFT

Build Status codecov Aqua QA code style: runic

Source code for DMFT calculations for my master's thesis.

Installation

As the package is not inside the General registry, it needs to be added manually.

export JULIA_PKG_USE_CLI_GIT="true"
julia --project=path/to/project --eval 'using Pkg; Pkg.add(url="https://github.com/frankebel/RAS_DMFT.jl")'

If the package is installed, you can run all tests with

julia --project=path/to/project --eval 'using Pkg; Pkg.test("RAS_DMFT")'

Documentation

The documentation resides in docs. Currently, it needs to be compiled manually

julia --project=path/to/package/docs --exec 'using Pkg; Pkg.develop(path=".."); Pkg.instantiate()'
julia --project=path/to/package/docs make.jl

It can then be viewed with, e.g. LiveServer.jl

using LiveServer
serve(dir="build")

About

Source code for DMFT calculations for my master's thesis.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages