forked from abacusmodeling/abacus-develop
-
Notifications
You must be signed in to change notification settings - Fork 145
Closed
Labels
Feature DiscussedThe features will be discussed first but will not be implemented soonThe features will be discussed first but will not be implemented soon
Description
Background
In VASP, if WAVECAR file exists ,VASP can automatically read WAVECAR file as guess for wave-function
In ABACUS LCAO calculation ,one can set out_wfc_lcao 1
and init_wfc filename
to read wave-function calculation result, but one cannoe let ABACUS automatically read existing wfc
files , or set init_wfc file
and switch to atomic guess if this wfc
files is not exists
This will be very good for ASE-ABACUS calculation like geometry optimization and NEB calculation
Describe the solution you'd like
One of these solution will do good
- ABACUS can detect a name of wavefunction file, and automatically read it
- when
init_wfc
setting tofile
, ABACUS can read wavefunction fromfile
, and, iffile
not exist, switch back to atomic guess of wave function
Additional Context
No response
Task list for Issue attackers
- Review and understand the proposed feature and its importance.
- Research on the existing solutions and relevant research articles/resources.
- Discuss with the team to evaluate the feasibility of implementing the feature.
- Create a design document outlining the proposed solution and implementation details.
- Get feedback from the team on the design document.
- Develop the feature following the agreed design.
- Write unit tests and integration tests for the feature.
- Update the documentation to include the new feature.
- Perform code review and address any issues.
- Merge the feature into the main branch.
- Monitor for any issues or bugs reported by users after the feature is released.
- Address any issues or bugs reported by users and continuously improve the feature.
Metadata
Metadata
Labels
Feature DiscussedThe features will be discussed first but will not be implemented soonThe features will be discussed first but will not be implemented soon