GithubHelp home page GithubHelp logo

comscope / comdmft Goto Github PK

View Code? Open in Web Editor NEW
31.0 31.0 14.0 149.88 MB

ComDMFT is an ab initio code for simulating correlated quantum materials with crystalline symmetry. It combines the LQSGW code's DFT or qsGW calculations with an impurity problem describing strong on-atom correlations. The impurity problem is set up using Wannier90 and cRPA, and is solved with DMFT and the ComCTQMC impurity solver.

License: GNU General Public License v3.0

Makefile 0.25% C 0.09% C++ 7.96% Shell 0.09% Fortran 28.50% CMake 0.10% Python 28.15% Forth 0.12% TeX 1.70% Roff 32.63% MATLAB 0.01% Perl 0.01% POV-Ray SDL 0.02% Cuda 0.26% Dockerfile 0.01% NASL 0.01% HTML 0.04% Cython 0.07% Gnuplot 0.01%

comdmft's People

Contributors

sangkookchoi avatar vsacksteder avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

comdmft's Issues

Compiling master branch fails with parentheses errors

Hello,
The master branch seems to have some parentheses errors that the Comscope2021SummerSchool branch does not. Perhaps the Intel compiler does not catch these; I am instead compiling with gcc-9.2.0, and compilation is failing with the following errors:
image

whereas the Comscope2021SummerSchool branch compiles successfully with the same parameters. Side note, the ComCTQMC/evalsim and /host makefiles have -lmpi_cxx in this branch also yield errors [I am using mpicc here] but removing them works.

New Pymatgen change slightly breaks scripts

Hi,
According to their home page, pymatgen has introduced some compatibility changes in 2022. One of which is changing where some of their root info is put.

In flapwmbpt_ini.py, line 22,
versionstr = '%(prog)s version 0.0\npymatgen version '+mg.__version__
this will not work with recent pymatgen changes, instead crashing with
AttributeError: module 'pymatgen' has no attribute '__version__'

Instead, one must use
import pymatgen.core as pcore
versionstr = '%(prog)s version 0.0\npymatgen version '+pcore.__version__

EDIT: It appears there are more breaking changes with the new pymatgen structure. Or perhaps I am missing something :)

I don't know how you may want to change the code to account for both versions, since well, querying the version itself has changed.

Compile scripts need to be fixed & pymatgen version

Hi,

I'm coming back to try ComDMFT & compiling from source from the master branch.
-- The Makefiles are a bit out of whack however. I needed to change the Makefiles in ComCTQMC because labels like cxx_lmpi were hardcoded, rather than inheriting from the master makefile.
-- I'm not sure if it's syntax changes or what, but at least the flapwmbpy_ini.py script isn't working. For example running the flapwmbpt_ini.py on Na.cif still yields the same error in the other issue I opened years ago. The sp.kpath yields None.

Will open more issues as I try using the code, these are just the ones I found as I've spent an hour getting it installed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.