You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2D densityPlots and orbitalPlots receive the end points information as
point1=0.0 0.0 -3.0 point2=0.0 0.0 3.0
It may be more intuitive to add something like
axis="z" initial=-3.0 end=3.0
and for the 3D plots
go from
point1=-3.0 0.0 -3.0 point2=-3.0 0.0 3.0 point2=3.0 0.0 -3.0
to
plane="xz" initial1=-3.0 end1=3.0 initial2=-3.0 end2=3.0
The text was updated successfully, but these errors were encountered:
…to define more easily the plot coordinates. See the tests files for examples (axis,plane,limit,pointsPerDim,scanStep,offset)
Fixed "easy" issues related to the outputs #65, #46, #29. Also added a warning to fix#35 and a test of the reordering of the G functions for molden
2D densityPlots and orbitalPlots receive the end points information as
point1=0.0 0.0 -3.0 point2=0.0 0.0 3.0
It may be more intuitive to add something like
axis="z" initial=-3.0 end=3.0
and for the 3D plots
go from
point1=-3.0 0.0 -3.0 point2=-3.0 0.0 3.0 point2=3.0 0.0 -3.0
to
plane="xz" initial1=-3.0 end1=3.0 initial2=-3.0 end2=3.0
The text was updated successfully, but these errors were encountered: