aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mc_unitary.py
diff options
context:
space:
mode:
authorShivesh Mandalia <shivesh.mandalia@outlook.com>2020-03-01 23:23:21 +0000
committerShivesh Mandalia <shivesh.mandalia@outlook.com>2020-03-01 23:23:21 +0000
commit059f6ec9ead0c34004c98af0ef58565b2d410e93 (patch)
treea1faa98c431f8513bae63f5c1a951bac37e1286e /scripts/mc_unitary.py
parentbd23e7cdec7e8c70ac4feeb77b21cfcf2c775f3c (diff)
downloadGolemFlavor-059f6ec9ead0c34004c98af0ef58565b2d410e93.tar.gz
GolemFlavor-059f6ec9ead0c34004c98af0ef58565b2d410e93.zip
Add example notebooks to show how to use GolemFlavor
Diffstat (limited to 'scripts/mc_unitary.py')
-rw-r--r--scripts/mc_unitary.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/mc_unitary.py b/scripts/mc_unitary.py
index 4e8598d..349ec24 100644
--- a/scripts/mc_unitary.py
+++ b/scripts/mc_unitary.py
@@ -80,7 +80,7 @@ def nuisance_argparse(parser):
def process_args(args):
"""Process the input args."""
- args.source_ratio = fr_utils.normalise_fr(args.source_ratio)
+ args.source_ratio = fr_utils.normalize_fr(args.source_ratio)
def parse_args(args=None):
@@ -183,7 +183,6 @@ def main():
nwalkers = args.nwalkers,
burnin = args.burnin,
nsteps = args.nsteps,
- args = args,
threads = args.threads
)