Error in DPlot: VIEW and nOrb > 1 conflict


Click here for full thread
Forum Vet
If you want to plot orbitals (view keyword), only one orbital at a time is allowed.
dplot
  TITLE HOMO
  vectors visudyne01_on_MSN_tddft.movecs
  LimitXYZ
 -40.0 40.0 77
 -40.0 40.0 77
 -40.0 40.0 77
 spin total
 gaussian
 orbitals view
 1
 477
 output visudyne01_on_MSN_MO477.cub
end

Instead, if you want to consider more than one orbital, you will have to use the density keyword, instead
https://github.com/nwchemgit/nwchem/wiki/DPLOT#orbital----orbital-sub-space

dplot
  TITLE HOMO
  vectors visudyne01_on_MSN_tddft.movecs
  LimitXYZ
 -40.0 40.0 77
 -40.0 40.0 77
 -40.0 40.0 77
 spin total
 gaussian
 orbitals density
 21
 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497
 output visudyne01_on_MSN_MOdensity.cub
end