Navigation :
Manual
Input Variables
-
Atomic Orbitals
-
Calculation Modes
-
ClassicalParticles
-
DFTBPlusInterface
-
Execution
-
Hamiltonian
-
Linear Response
-
Math
-
Maxwell
-
MaxwellStates
-
Mesh
-
Output
-
SCF
-
States
--
ModelMB
--- DensitytoCalc
--- DescribeParticlesModelmb
--- NDimModelmb
--- NParticleModelmb
--- NTypeParticleModelmb
-- DegeneracyThreshold
-- ExcessCharge
-- ExtraStates
-- ExtraStatesToConverge
-- InitialSpins
-- MaxwellPlaneWavesInBox
-- Occupations
-- OnlyUserDefinedInitialStates
-- RestartFixedOccupations
-- RestartReorderOccs
-- Smearing
-- SmearingFunction
-- SmearingMPOrder
-- SpinComponents
-- StatesRandomization
-- SymmetrizeDensity
-- TotalStates
-- TransformStates
-- UserDefinedStates
-
System
-
Time-Dependent
-
Utilities
-
Alphabetic Index
Tutorials
Developers
Releases
DensitytoCalc
DensitytoCalc
Section States::ModelMB
Type block
Choice of which particle density (event. matrices) will be calculated and output, in the
modelmb particles scheme.
%DensitytoCalc
"proton" | 1 | 10
"electron" | 2 | 15
%
would ask octopus to calculate the density matrix corresponding to the 1st
particle (whose coordinates correspond to dimensions 1 to ndim_modelmb),
which is an proton, then that corresponding to the 2nd particle
(electron with dimensions ndim_modelmb+1 to 2*ndim_modelmb), printing
10 natural orbitals for the first and 15 for the second.
%DensitytoCalc
"proton" | 1 | -1
"electron" | 2 | -1
%
would ask octopus to print out just the densities for particles 1 and 2
without any density matrix output.