HQDA is a high-precision computational framework designed for the rigorous analysis of Ferroelectric Phase Transitions in perovskite oxides, specifically Lead Titanate (PbTiO₃). By integrating Density Functional Theory (DFT) baselines with Ab Initio Molecular Dynamics (AIMD) and Machine Learning potentials (DeepMD), HQDA provides a "Zero-Base" audit trail that eliminates hard-coded empirical parameters.
-
Zero-Base Constants Audit: Automatically extracts and verifies fundamental physical constants (Total Energy, Lattice Parameters) directly from raw VASP
OSZICARandCONTCARfiles. -
Finite-Size Scaling (FSS): Implements rigorous statistical mechanics scaling laws to extrapolate macroscopic transition temperatures (
$T_c$ ) from finite supercell simulations. - Judge-Witness Engine: A unique "Synthesis" module that acts as an impartial adjudicator, comparing theoretical predictions against experimental "witness" data.
- DeepMD Integration: Seamlessly handles data from Deep Potential Molecular Dynamics for extended time-scale simulations.
- Automated Manuscript Generation: Capable of synthesizing results into structured scientific reports.
git clone https://github.com/YourUsername/HQDA.git
cd HQDA
pip install -r requirements.txtThe core pipeline is orchestrated by run_hqda.py.
Runs the complete audit, scaling analysis, synthesis, and validation:
python run_hqda.pyTo strictly verify the underlying physical constants against VASP raw data:
python run_hqda.py --audit-onlyTo generate the "Judge-Witness" scientific narrative based on current data:
python run_hqda.py --synthesis-onlyengine/: Core physics engines (Thermodynamics, Finite-Size Scaling, Constants).synthesis/: Logic for the "Judge-Witness" narrative generation.validation/: Experimental validation modules.output/: Generated reports, plots, and JSON summaries.
This framework addresses the "Order-Disorder vs. Displacive" debate in ferroelectric transitions. By quantifying entropy contributions (
Keywords: Density Functional Theory (DFT), Molecular Dynamics, Phase Transitions, Ferroelectricity, PbTiO3, Machine Learning Potentials, DeepMD, VASP, Computational Materials Science.
Contributions are welcome! Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.