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
We are using the MpsContractor structure, which is currently defined as follows: MpsContractor{T<:AbstractStrategy,R<:AbstractGauge,S<:Real}
I would like to know if it's possible to modify this structure so that when R is not provided, it defaults to a predefined value, such as NoUpdate. Specifically, the desired behavior is for MpsContractor to behave like MpsContractor{T<:AbstractStrategy,S<:Real} where R is automatically set to NoUpdate.
The text was updated successfully, but these errors were encountered:
Thank you for your suggestion! I’ve tried implementing the proposed solution, but I’m having trouble correctly integrating this change into the code. I would greatly appreciate it if you could make this modification directly in the code.
We are using the MpsContractor structure, which is currently defined as follows:
MpsContractor{T<:AbstractStrategy,R<:AbstractGauge,S<:Real}
I would like to know if it's possible to modify this structure so that when
R
is not provided, it defaults to a predefined value, such asNoUpdate
. Specifically, the desired behavior is forMpsContractor
to behave likeMpsContractor{T<:AbstractStrategy,S<:Real}
whereR
is automatically set toNoUpdate
.The text was updated successfully, but these errors were encountered: