|
find_ufo_path(model_name,
web_search=True)
find the path to a model |
source code
|
|
|
get_model_db()
return the file with the online model database |
source code
|
|
|
import_model_from_db(model_name,
local_dir=False)
import the model with a given name |
source code
|
|
|
import_model(model_name,
decay=False,
restrict=True,
prefix=' mdl_ ' ,
complex_mass_scheme=None)
a practical and efficient way to import a model |
source code
|
|
|
import_full_model(model_path,
decay=False,
prefix='
' )
a practical and efficient way to import one of those models (no
restriction file use) |
source code
|
|