Difference between revisions of "CPMD"
Jump to navigation
Jump to search
import>Jss43 |
import>Jss43 |
||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
* &QMC and &SYM sections to the input file. |
* &QMC and &SYM sections to the input file. |
||
* Calculate symmetry of the states. |
* Calculate symmetry of the states. |
||
− | * Compute integrals of the type <math> |
+ | * Compute integrals of the type <math>\langle i|v_{xc}|j \rangle</math> and <math>\langle ij|kl \rangle</math>. |
* Integration with NECI code (mainly qmc* subroutines, plus antisymint.F). NECI code resides in the NECI subdirectory. |
* Integration with NECI code (mainly qmc* subroutines, plus antisymint.F). NECI code resides in the NECI subdirectory. |
||
Current work focuses on the implementation of the above with k-point sampling. |
Current work focuses on the implementation of the above with k-point sampling. |
||
− | --[[User:jss43|james]] 14: |
+ | --[[User:jss43|james]] 14:22, 14 December 2006 (GMT) |
= Input file options = |
= Input file options = |
||
Line 16: | Line 16: | ||
Many additional options are now available in the local code. These are covered in the LOCAL_MODS file in the repository and in [[CPMDInput]]. |
Many additional options are now available in the local code. These are covered in the LOCAL_MODS file in the repository and in [[CPMDInput]]. |
||
− | --[[User:jss43|james]] 14: |
+ | --[[User:jss43|james]] 14:22, 14 December 2006 (GMT) |
= Technical tricks = |
= Technical tricks = |
Latest revision as of 12:03, 31 January 2007
Local Modifications
Local modifications to CPMD:
- &QMC and &SYM sections to the input file.
- Calculate symmetry of the states.
- Compute integrals of the type <math>\langle i|v_{xc}|j \rangle</math> and <math>\langle ij|kl \rangle</math>.
- Integration with NECI code (mainly qmc* subroutines, plus antisymint.F). NECI code resides in the NECI subdirectory.
Current work focuses on the implementation of the above with k-point sampling.
--james 14:22, 14 December 2006 (GMT)
Input file options
Many additional options are now available in the local code. These are covered in the LOCAL_MODS file in the repository and in CPMDInput.
--james 14:22, 14 December 2006 (GMT)
Technical tricks
Please add!