DFT_1d is a library for performing 1D DFT calculations and analysis. Kohn-Sham (KS) DFT, Hartree-Fock (HF), and density matrix renormalization group (DMRG) modules are provided.
1D analog systems are created to mimic realistic 3D counterparts by replacing the
- Since we use fixed JAX versions (to prevent future non-compatibility issues), a python virtual environment is recommended. To install, use the following example command:
$ git clone https://github.com/pedersor/DFT_1d.git
$ cd DFT_1d
$ pip install .
We recommend to first follow the tutorials in examples/1d_solver.ipynb
and examples/tutorial.py
.
This library is in alpha.