v1.0 #398
deepanshs
announced in
Announcement
v1.0
#398
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's new
Features
added support of ASG triangular mesh integration.
sim.config
now holds a newnumber_of_gamma_angles
attribute.is_complex
attribute to the ConfigSimulator class. Default value is True. When False,only the real part of the spectral is simulated. It provides a faster computation speed for simulations
where imaginary part is always zero.
freq_contrib
includesnew
Quad_Shielding_cross_0
,Quad_Shielding_cross_2
,Quad_Shielding_cross_4
literals.Isotope.register()
method. See the simulation gallery for use cases and examples.Shielding
,Isotropic
, andcross
.Sets of contributions can also be excluded by placing an exclamation mark in front of the string, for example
"!Shielding"
excludes shielding interactions.See the examples gallery for more information.
DelayEvent
added to the events library.Maryland conventions and vice-versa.
Simulator
Simulator
class --.optimize()
-- which pre-computes transition pathways before least-squares minimization. This improves the efficiency of least-squares minimization.Czjzek and Extended Czjzek
Bug Fixes
MixingEnum
class had no attributejson
(Issue #260)w_ref
.Additional updates
What's Changed
latexpdf
builds by @deepanshs in djs/Fixlatexpdf
builds #276Full Changelog: v0.7.0...v1.0
This discussion was created from the release v1.0.
Beta Was this translation helpful? Give feedback.
All reactions