<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel rdf:about="https://community.wolfram.com">
    <title>Community RSS Feed</title>
    <link>https://community.wolfram.com</link>
    <description>RSS Feed for Wolfram Community showing questions tagged with Packages sorted by most replies.</description>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/2141352" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/1807709" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/1175780" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/1321057" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/1715017" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/861654" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/2441773" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/917616" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3499774" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/2456071" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/1669257" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/2429752" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/909511" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/816033" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/2730946" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/1425074" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/2480327" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/403833" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/1400212" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/1303742" />
      </rdf:Seq>
    </items>
  </channel>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/2141352">
    <title>CUDA not working on Mathematica 12.2</title>
    <link>https://community.wolfram.com/groups/-/m/t/2141352</link>
    <description>Hello all :)&#xD;
CUDA is not working on 12.2.&#xD;
Look at this:&#xD;
What I am supposed to do?&#xD;
I also tried by downloading the CUDA packlets: change nothing.&#xD;
I have an NVIDIA RTX 3090 and the drivers are ok.&#xD;
Thank you foe helping me.&#xD;
Regards to all,&#xD;
&#xD;
Jean-Michel</description>
    <dc:creator>Jean-Michel Charles Collard-Richard</dc:creator>
    <dc:date>2020-12-18T02:04:15Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/1807709">
    <title>Interface with R in Mathematica 12 and R 3.6.1?</title>
    <link>https://community.wolfram.com/groups/-/m/t/1807709</link>
    <description>Hello everybody!&#xD;
&#xD;
 I wrote a number of notebooks calling R packages. But using up-to-date versions (Mathematica 12 and R 3.6.1), nothing works any more! For instance, it seems the default distribution doesn&amp;#039;t exist now:&#xD;
&#xD;
    In[2]:= InstallR[]&#xD;
    REvaluate[&amp;#034;sample(1:100,10)&amp;#034;]&#xD;
    &#xD;
    During evaluation of In[2]:= InstallR::invldrhome: The specified path to R home directory does not point to a valid directory&#xD;
    &#xD;
    Out[2]= $Failed&#xD;
&#xD;
I tried to use my own distribution, but it is not recognized!&#xD;
&#xD;
    In[4]:= InstallR[&amp;#034;RHomeLocation&amp;#034; -&amp;gt; &amp;#034;C:/PROGRA~1/R/R-36~1.1&amp;#034;, &#xD;
     &amp;#034;RVersion&amp;#034; -&amp;gt; &amp;#034;3.6.1&amp;#034;]&#xD;
    &#xD;
    During evaluation of In[5]:= InstallR::fail: Failed to install R. The following error was encountered: crash in low-level RLink component or in R runtime&#xD;
    &#xD;
    Out[5]= $Failed&#xD;
&#xD;
It seems there is an issue with the R.dll file (dll:  3.6.1, expecting 3.5.0). What can I do? Install an older version of R? Which one?&#xD;
&#xD;
Best regards,&#xD;
Claude</description>
    <dc:creator>Claude Mante</dc:creator>
    <dc:date>2019-10-15T09:19:47Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/1175780">
    <title>Best way to reuse some code in multiple notebooks?</title>
    <link>https://community.wolfram.com/groups/-/m/t/1175780</link>
    <description>I have some code I&amp;#039;d like to reuse in multiple notebooks. Simple definitions, like&#xD;
&#xD;
    ratioFromDb[db_] := 10^(db / 20)&#xD;
&#xD;
I expect I should put these definitions in their own file, and then somehow include that file in various notebooks. What are the details for this process, please? I have researched this in the documentations, and I&amp;#039;ve probably already seen the correct answer there, but I&amp;#039;m still not sure about this.&#xD;
&#xD;
My best guess is, put my library in a regular .nb file, and then invoke the library like this:&#xD;
&#xD;
    Once[Get[&amp;#034;myLibrary.nb&amp;#034;]]&#xD;
&#xD;
Do I have it right? If not, if someone could direct me to the specific page or section in the documentation that covers this, I&amp;#039;d appreciate it. Thank you.</description>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2017-09-03T00:08:28Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/1321057">
    <title>Has Wolfram abandoned the Graphs and Networks functionality?</title>
    <link>https://community.wolfram.com/groups/-/m/t/1321057</link>
    <description>This is a cautionary tale for those who choose Mathematica as the main tool for their work.&#xD;
&#xD;
It is now clear to me that Wolfram has simply abandoned the [Graphs and Networks](http://reference.wolfram.com/language/guide/GraphsAndNetworks.html) functionality area and I am left high and dry. I have no recourse because Mathematica is closed source so there is only so much a user can do to fix or work around problems. Reporting bugs in this particular area has now clearly proven to be useless. Most simply do not get fixed, no matter how serious they are, or how great a hindrance they are to practical use. No new functionality has been added since version 10.0.  My colleagues who use other tools (mostly Python and R packages) are more productive at this point, but I have a handicap with those systems because I made the mistake of investing most of my time into Mathematica, and stayed optimistic about it even in the face of the most obvious warning signs.&#xD;
&#xD;
I am writing this post because those people who have not heavily invested in Mathematica, and in particular this functionality area of Mathematica, are not in a position to see this and may fall in the same trap I did.  What if the same thing happens to the functionality area that is critical to *your* work?&#xD;
&#xD;
Wolfram Research, of course, will not tell you that they gave up on `Graph`.  Thus, after my experience, I think I owe it to the community to warn you about the situation.&#xD;
&#xD;
----&#xD;
&#xD;
Some might ask me what specifically is wrong. I have made many posts on this forum about `Graph`-bugs (you only have to search), and I reported many more to WRI.  There is always a last strawit would be pointless to show it. Those who know me will know that I am not writing this admittedly emotional post out of ill will towards WRI. I have betted on Mathematica more than most, and have been advocating for it throughout the years. I even have a network analysis package with ~250 functions. If I am forced to abandon Mathematica for this type of work, then the countless hours that went into this package will all have been in vain.&#xD;
&#xD;
I admit that I am writing this public post partly out of desperation to try to get WRI to either fix the many serious `Graph`-problems, or otherwise publicly state that `Graph` is now abandoned so those of us who have been using it can stop wasting our time.</description>
    <dc:creator>Szabolcs Horvát</dc:creator>
    <dc:date>2018-04-16T09:54:42Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/1715017">
    <title>Run MinGW in Mac?</title>
    <link>https://community.wolfram.com/groups/-/m/t/1715017</link>
    <description>Hi,&#xD;
How can i run Min GW in Mac, do I need to rearrange these codes to make it run in Mac?&#xD;
&#xD;
Can anyone please advise?&#xD;
&#xD;
I posted the codes below.&#xD;
&#xD;
&#xD;
    Clear[&amp;#034;Global`*&amp;#034;];&#xD;
    Needs[&amp;#034;CCompilerDriver`GenericCCompiler`&amp;#034;];&#xD;
    $CCompiler = {&amp;#034;Compiler&amp;#034; -&amp;gt; &#xD;
        CCompilerDriver`GenericCCompiler`GenericCCompiler, &#xD;
       &amp;#034;CompilerInstallation&amp;#034; -&amp;gt; &amp;#034;C:\\MinGW&amp;#034;, &amp;#034;CompilerName&amp;#034; -&amp;gt; &amp;#034;gcc.exe&amp;#034;};&#xD;
    CompileOptions = {CompilationTarget -&amp;gt; &amp;#034;C&amp;#034;, &#xD;
       RuntimeOptions -&amp;gt; {&amp;#034;CatchMachineOverflow&amp;#034; -&amp;gt; False, &#xD;
         &amp;#034;CatchMachineUnderflow&amp;#034; -&amp;gt; False, &#xD;
         &amp;#034;CatchMachineIntegerOverflow&amp;#034; -&amp;gt; False, &#xD;
         &amp;#034;CompareWithTolerance&amp;#034; -&amp;gt; False, &amp;#034;EvaluateSymbolically&amp;#034; -&amp;gt; False,&#xD;
          &amp;#034;RuntimeErrorHandler&amp;#034; -&amp;gt; Evaluate, &amp;#034;WarningMessages&amp;#034; -&amp;gt; False}, &#xD;
       CompilationOptions -&amp;gt; {&amp;#034;InlineExternalDefinitions&amp;#034; -&amp;gt; True, &#xD;
         &amp;#034;InlineCompiledFunctions&amp;#034; -&amp;gt; True, &#xD;
         &amp;#034;ExpressionOptimization&amp;#034; -&amp;gt; True}};&#xD;
&#xD;
Thanks.</description>
    <dc:creator>adrian leong</dc:creator>
    <dc:date>2019-06-29T10:27:32Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/861654">
    <title>Loading packages in Mathematica 10?</title>
    <link>https://community.wolfram.com/groups/-/m/t/861654</link>
    <description>For years now I have occasionally made use of packages. I have always found that the directions don&amp;#039;t work for me, even though I have tried time and again to follow them closely and to try different ways of loading them. I have always had to resort to opening the package and executing it before I could use the package functions in a Mathematica notebook. I am making another try now. The first file is a package. The second file is a notebook that should load the package. It appears that the names of the symbols load into the second script, but they do not function as they should. Any ideas? The following two files should illustrate my problem.&#xD;
&#xD;
    (* filename: Development.m *)&#xD;
    &#xD;
    BeginPackage[&amp;#034;Development`&amp;#034;]&#xD;
    &#xD;
    v::usage = &amp;#034;v[z] converts x+iy to {x, y}.&amp;#034;&#xD;
    &#xD;
    hello::usage = &amp;#034;Says hello.&amp;#034;&#xD;
    &#xD;
    Begin[&amp;#034;Private`&amp;#034;]&#xD;
    &#xD;
    hello = Print[&amp;#034;Hello from hello&amp;#034;];&#xD;
    &#xD;
    v[z_] := {Re @ z, Im @ z};&#xD;
    &#xD;
    End[]&#xD;
    &#xD;
    EndPackage[]&#xD;
    &#xD;
    &#xD;
    (* filename: testPackage.nb *)&#xD;
    &#xD;
    SetDirectory[$UserBaseDirectory &amp;lt;&amp;gt; &amp;#034;/Applications&amp;#034;]&#xD;
    &#xD;
    (* returns &amp;#034;/Users/myusername/Library/Mathematica/Applications&amp;#034; *)&#xD;
    &#xD;
    FileNames[]    (* returns {Development.m} *)&#xD;
    &#xD;
    &amp;lt;&amp;lt; Development`&#xD;
    &#xD;
    hello        (* returns &amp;#034;hello&amp;#034;, which is a failure *)&#xD;
    &#xD;
    v[2 + 3 I]  (* returns &amp;#034;v[2+3I]&amp;#034; which is a failure *)&#xD;
    &#xD;
    ?&amp;#034;Global`*&amp;#034;     (* returns panel with hello and v, but no variables are listed *)</description>
    <dc:creator>Gary Palmer</dc:creator>
    <dc:date>2016-05-25T03:19:08Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/2441773">
    <title>Documentation: manifest file issue</title>
    <link>https://community.wolfram.com/groups/-/m/t/2441773</link>
    <description>I have a paclet and I&amp;#039;ve added the {&amp;#034;Documentation&amp;#034;} extension. I&amp;#039;m using the Document Tools palette to help build it. To make it easy, I&amp;#039;ve created one Reference Page (there are 300+ function in my Paclet). When running `PacletBuild` I get an error in Join:&#xD;
&#xD;
&amp;gt; Join::heads: Heads List and Missing at positions 1 and 2 are expected to be the same.&#xD;
&#xD;
The Call Stack shows:&#xD;
&#xD;
    Join[{&amp;#034;Documentation/English/ReferencePages/Symbols/applyEach.nb&amp;#034;}, &#xD;
     Missing[&amp;#034;NotAvailable&amp;#034;], &amp;lt;a list of all the files in the Kernel folder&amp;gt;]&#xD;
&#xD;
What is PacletBuild looking for that I&amp;#039;m missing? &#xD;
&#xD;
&#xD;
----------&#xD;
Second error: After the join error, I get an error on my actual reference page:&#xD;
&#xD;
&amp;gt; Throw::nocatch: Uncaught Throw[Illegal manifest file: {Documentation/English/ReferencePages/Guides/Alex.nb,Documentation/English/ReferencePages/Symbols/applyEach.nb}] returned to top level.&#xD;
&#xD;
The Call Stack doesn&amp;#039;t have any other information. Any help is appreciated.</description>
    <dc:creator>Andrew Yule</dc:creator>
    <dc:date>2022-01-10T16:10:31Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/917616">
    <title>Training loss goes to 0 when specifying TargetDevice = GPU</title>
    <link>https://community.wolfram.com/groups/-/m/t/917616</link>
    <description>HI -- The neural network package is really cool. I&amp;#039;m learning a lot from experimenting with it. I have noticed one odd thing I can&amp;#039;t explain. I have a fairly simple CNN that I train on some images. It trains (although super-slowly) on my CPU, with a more or less reasonable loss getting smaller on each training round. But when I set TargetDevice = &amp;#034;GPU&amp;#034; it instantly reports 0 loss and finishes in just a couple seconds. As one clue, I had an Nvidia 970 with the latest Nvidia drivers and this didn&amp;#039;t happen. I just upgraded to a new 1080 (partially for faster network training!), and that is when this started happening. &#xD;
&#xD;
I&amp;#039;ve attached a Notebook that demonstrates this behavior and has SystemInformation[] in it. (It does use images that aren&amp;#039;t included, but I don&amp;#039;t think there is anything special about them, they are just a bunch of JPEGs). I&amp;#039;m running Nvidia driver 372.70. If there is a different driver I should be using instead, please let me know. Thanks!</description>
    <dc:creator>David Cardinal</dc:creator>
    <dc:date>2016-09-01T21:46:08Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3499774">
    <title>Modeling airflow past a car</title>
    <link>https://community.wolfram.com/groups/-/m/t/3499774</link>
    <description>&amp;amp;[Wolfram Notebook][1]&#xD;
&#xD;
&#xD;
  [1]: https://www.wolframcloud.com/obj/3ee8e0d5-9a50-4ab1-9f50-db5a5f804d17</description>
    <dc:creator>David Keith</dc:creator>
    <dc:date>2025-07-10T18:06:30Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/2456071">
    <title>Cannot generate paclet documentation due to crash Mathematica 13.0</title>
    <link>https://community.wolfram.com/groups/-/m/t/2456071</link>
    <description>With the new paclet functions and documentation tools in Mathematica 13.0 and the problems with workbench, I finally came around to refactoring my paclet ([qmritools][1]) and attempted to do the full build via Mathematica. However, I did not succeed. &#xD;
&#xD;
Some things have been discussed previously ([here][2] and [here][3]) and I am aware that the PacletTools are still experimental but i still wanted to share my experiences. Maybe someone has a solution or a workaround or a fix.&#xD;
&#xD;
My paclet contains the main context QMRTools which loads all the sub packages.&#xD;
&#xD;
    In[9]:= &amp;lt;&amp;lt; QMRITools`&#xD;
    SetDirectory[NotebookDirectory[]];&#xD;
    FileBaseName /@ FileNames[&amp;#034;*.wl&amp;#034;, &amp;#034;QMRITools\\kernel&amp;#034;]&#xD;
    QMRITools`$Contexts&#xD;
    &#xD;
    Out[11]= {&amp;#034;CardiacTools&amp;#034;, &amp;#034;CoilTools&amp;#034;, &amp;#034;DenoiseTools&amp;#034;, &amp;#034;DixonTools&amp;#034;, \&#xD;
    &amp;#034;ElastixTools&amp;#034;, &amp;#034;GeneralTools&amp;#034;, &amp;#034;GradientTools&amp;#034;, &amp;#034;ImportTools&amp;#034;, \&#xD;
    &amp;#034;IVIMTools&amp;#034;, &amp;#034;JcouplingTools&amp;#034;, &amp;#034;MaskingTools&amp;#034;, &amp;#034;NiftiTools&amp;#034;, \&#xD;
    &amp;#034;PhysiologyTools&amp;#034;, &amp;#034;PlottingTools&amp;#034;, &amp;#034;ProcessingTools&amp;#034;, &amp;#034;QMRITools&amp;#034;, \&#xD;
    &amp;#034;ReconstructionTools&amp;#034;, &amp;#034;RelaxometryTools&amp;#034;, &amp;#034;SimulationTools&amp;#034;, \&#xD;
    &amp;#034;SpectroTools&amp;#034;, &amp;#034;TaggingTools&amp;#034;, &amp;#034;TensorTools&amp;#034;, &amp;#034;TractographyTools&amp;#034;, \&#xD;
    &amp;#034;VisteTools&amp;#034;}&#xD;
    &#xD;
    Out[12]= {&amp;#034;QMRITools`GeneralTools`&amp;#034;, &amp;#034;QMRITools`MaskingTools`&amp;#034;, \&#xD;
    &amp;#034;QMRITools`NiftiTools`&amp;#034;, &amp;#034;QMRITools`ElastixTools`&amp;#034;, \&#xD;
    &amp;#034;QMRITools`PlottingTools`&amp;#034;, &amp;#034;QMRITools`DixonTools`&amp;#034;, \&#xD;
    &amp;#034;QMRITools`IVIMTools`&amp;#034;, &amp;#034;QMRITools`DenoiseTools`&amp;#034;, \&#xD;
    &amp;#034;QMRITools`CardiacTools`&amp;#034;, &amp;#034;QMRITools`RelaxometryTools`&amp;#034;, \&#xD;
    &amp;#034;QMRITools`GradientTools`&amp;#034;, &amp;#034;QMRITools`TensorTools`&amp;#034;, \&#xD;
    &amp;#034;QMRITools`JcouplingTools`&amp;#034;, &amp;#034;QMRITools`SpectroTools`&amp;#034;, \&#xD;
    &amp;#034;QMRITools`ReconstructionTools`&amp;#034;, &amp;#034;QMRITools`TractographyTools`&amp;#034;, \&#xD;
    &amp;#034;QMRITools`VisteTools`&amp;#034;, &amp;#034;QMRITools`ProcessingTools`&amp;#034;, \&#xD;
    &amp;#034;QMRITools`SimulationTools`&amp;#034;, &amp;#034;QMRITools`PhysiologyTools`&amp;#034;, \&#xD;
    &amp;#034;QMRITools`CoilTools`&amp;#034;, &amp;#034;QMRITools`TaggingTools`&amp;#034;, \&#xD;
    &amp;#034;QMRITools`ImportTools`&amp;#034;}&#xD;
&#xD;
In total it has over 600 functions (and options) wich all have `::usage` defined. &#xD;
&#xD;
    In[13]:= functions = &#xD;
      Sort@Flatten[Names[# &amp;lt;&amp;gt; &amp;#034;*&amp;#034;] &amp;amp; /@ QMRITools`$Contexts];&#xD;
    Length[functions]&#xD;
    &#xD;
    Out[14]= 647&#xD;
&#xD;
So to build the paclet the first step is to make all the fucntion and guide pages for which i used the new DocumentaionTools palette.&#xD;
&#xD;
Notes on Documentation tools &amp;#034;Generate function pages&amp;#034;:&#xD;
&#xD;
* usage text does not end in &amp;#034;.&amp;#034; causes error messages during generation of the function pages.&#xD;
&#xD;
**solution**: check usage texts for closing periods.&#xD;
&#xD;
    (*Check usage for end in &amp;#034;.&amp;#034;*)&#xD;
    DeleteCases[&#xD;
     If[StringTake[Information[#][&amp;#034;Usage&amp;#034;], -1] =!= &amp;#034;.&amp;#034;, #] &amp;amp; /@ &#xD;
      functions, Null]&#xD;
&#xD;
* My paclet has over 600 usage texts however it consistantly crashes between 450 and 620 notebooks. The crash is such that mathematica completely crashes, frontend and kernel. &#xD;
&#xD;
**solution**: only load half the sub contexts and generate the function pages, then load the other half of the sub contexts and generate those function pages.&#xD;
&#xD;
* If I add a single function for which I want to generate a function page I don&amp;#039;t want to generate all 650 of them in the &amp;#034;Generate function pages&amp;#034; of the documentation palette it is possible to only generate selected pages. However this only allows for the function in the context `QMRITools&amp;#039;*` to be selected and not all the functions in the `QMRITools&amp;#039;*&amp;#039;*`. Also this menu automatically fills in the function found in the context. I can imaging this fails with 600+ function and options. In workbench there was the possibility to only select the missing functions.&#xD;
&#xD;
**partial solution**: it is easy to find which function pages I am missing with the following code. However it wont allow me to fill in these functions in the menu since they are not in the top level context.&#xD;
&#xD;
    In[15]:= dir = &#xD;
      &amp;#034;QMRITools\\Documentation\\English\\ReferencePages\\Symbols&amp;#034;;&#xD;
    missing = &#xD;
     If[! FileExistsQ[FileNameJoin[{dir, #}] &amp;lt;&amp;gt; &amp;#034;.nb&amp;#034;], #, Nothing] &amp;amp; /@ &#xD;
      functions&#xD;
    Sort[{#, Intersection[missing, Names[# &amp;lt;&amp;gt; &amp;#034;*&amp;#034;]]} &amp;amp; /@ &#xD;
      QMRITools`$Contexts]&#xD;
    &#xD;
    Out[16]= {&amp;#034;ADCCalc&amp;#034;}&#xD;
    &#xD;
    Out[17]= {{&amp;#034;QMRITools`CardiacTools`&amp;#034;, {}}, {&amp;#034;QMRITools`CoilTools`&amp;#034;, \&#xD;
    {}}, {&amp;#034;QMRITools`DenoiseTools`&amp;#034;, {}}, {&amp;#034;QMRITools`DixonTools`&amp;#034;, {}}, \&#xD;
    {&amp;#034;QMRITools`ElastixTools`&amp;#034;, {}}, {&amp;#034;QMRITools`GeneralTools`&amp;#034;, {}}, \&#xD;
    {&amp;#034;QMRITools`GradientTools`&amp;#034;, {}}, {&amp;#034;QMRITools`ImportTools`&amp;#034;, {}}, \&#xD;
    {&amp;#034;QMRITools`IVIMTools`&amp;#034;, {}}, {&amp;#034;QMRITools`JcouplingTools`&amp;#034;, {}}, \&#xD;
    {&amp;#034;QMRITools`MaskingTools`&amp;#034;, {}}, {&amp;#034;QMRITools`NiftiTools`&amp;#034;, {}}, \&#xD;
    {&amp;#034;QMRITools`PhysiologyTools`&amp;#034;, {}}, {&amp;#034;QMRITools`PlottingTools`&amp;#034;, {}}, \&#xD;
    {&amp;#034;QMRITools`ProcessingTools`&amp;#034;, {}}, \&#xD;
    {&amp;#034;QMRITools`ReconstructionTools`&amp;#034;, {}}, \&#xD;
    {&amp;#034;QMRITools`RelaxometryTools`&amp;#034;, {}}, {&amp;#034;QMRITools`SimulationTools`&amp;#034;, \&#xD;
    {}}, {&amp;#034;QMRITools`SpectroTools`&amp;#034;, {}}, {&amp;#034;QMRITools`TaggingTools`&amp;#034;, \&#xD;
    {}}, {&amp;#034;QMRITools`TensorTools`&amp;#034;, {&amp;#034;ADCCalc&amp;#034;}}, \&#xD;
    {&amp;#034;QMRITools`TractographyTools`&amp;#034;, {}}, {&amp;#034;QMRITools`VisteTools`&amp;#034;, {}}}&#xD;
&#xD;
![enter image description here][4]&#xD;
![enter image description here][5]&#xD;
&#xD;
With some workarounds I eventually managed to generate all the function pages such that I can build my paclet using the `PacletTools`. However here things get messy and I am not able to build my packlet. &#xD;
&#xD;
PacletTools:&#xD;
&#xD;
* PacletDocumentationBuild[] also consistently crashes between 400 and 500 function pages build. &#xD;
&#xD;
* PacletDocumentationBuild[ , , &amp;#034;HTML&amp;#034;]  also consistently crashes Mathematica between 400 and 500 function pages build.&#xD;
&#xD;
* PacletBuild needs to always rebuild the full documentation. If I have done full documentation build already and only change some function definitions or Asset but no function or guide pages I still have to rebuild the entire documentation.&#xD;
&#xD;
**solution**: &amp;#034;manually&amp;#034; copy the changed notebooks or Asset to the build directory and use CreatePacletArchive to pack the Build directory to a packet file. The code below copies all *.wl files and the paclet Extentions to the build folder. This way i can only call `PacletDocumentationBuild` when I think it is needed.&#xD;
&#xD;
    Options[ApplicationBuild] = {RebuildDoc -&amp;gt; False, &#xD;
       RebuildHTMLDoc -&amp;gt; False, MakeArchives -&amp;gt; True};&#xD;
    ApplicationBuild[location_?StringQ, opts : OptionsPattern[]] := &#xD;
     ApplicationBuild[LoadApplicationFolder[location], opts]&#xD;
    ApplicationBuild[pac_, OptionsPattern[]] := &#xD;
     Block[{location, name, filesApp, filesAppTar, buildDir},&#xD;
      location = pac[&amp;#034;Location&amp;#034;];&#xD;
      name = pac[&amp;#034;Name&amp;#034;];&#xD;
      buildDir = FileNameJoin[{location, &amp;#034;build&amp;#034;, name}];&#xD;
      &#xD;
      Print[&amp;#034;Building &amp;#034; &amp;lt;&amp;gt; name &amp;lt;&amp;gt; &amp;#034; in location &amp;#034; &amp;lt;&amp;gt; location];&#xD;
      &#xD;
      Print[&amp;#034;   - Building application&amp;#034;];&#xD;
      filesApp = Prepend[&#xD;
        Flatten[&#xD;
         Select[Normal[&#xD;
            PacletExtensionFiles[pac]], #[[1, 1]] =!= &amp;#034;Documentation&amp;#034; &amp;amp;][[&#xD;
          All, 2]]],&#xD;
        FileNameJoin[{location, &amp;#034;PacletInfo.wl&amp;#034;}]&#xD;
        ];&#xD;
      filesAppTar = StringReplace[#, location -&amp;gt; buildDir] &amp;amp; /@ filesApp;&#xD;
      &#xD;
      MapThread[(&#xD;
         Quiet@CreateDirectory[DirectoryName[#2]];&#xD;
         CopyFile[#1, #2, OverwriteTarget -&amp;gt; True]&#xD;
         ) &amp;amp;, {filesApp, filesAppTar}];&#xD;
      &#xD;
      If[OptionValue[RebuildDoc],&#xD;
       Print[&amp;#034;   - Rebuilding documentation&amp;#034;];&#xD;
       PacletDocumentationBuild[pac, DirectoryName[buildDir]]&#xD;
       ,&#xD;
       Print[&amp;#034;   - Not building documentation&amp;#034;];&#xD;
       ];&#xD;
      &#xD;
      If[OptionValue[RebuildHTMLDoc],&#xD;
       Print[&amp;#034;   - Rebuilding html documentation&amp;#034;];&#xD;
       PacletDocumentationBuild[pac, buildDir &amp;lt;&amp;gt; &amp;#034;-html&amp;#034;, &amp;#034;HTML&amp;#034;]&#xD;
       ,&#xD;
       Print[&amp;#034;   - Not building html documentation&amp;#034;];&#xD;
       ];&#xD;
      &#xD;
      If[OptionValue[MakeArchives],&#xD;
       Print[&amp;#034;   - Making paclet and archive&amp;#034;];&#xD;
       CreatePacletArchive[buildDir];&#xD;
       CreateArchive[buildDir, &#xD;
        FileNameJoin[&#xD;
         Append[Drop[FileNameSplit[buildDir], -1], &#xD;
          name &amp;lt;&amp;gt; &amp;#034;-&amp;#034; &amp;lt;&amp;gt; pac[&amp;#034;Version&amp;#034;] &amp;lt;&amp;gt; &amp;#034;.zip&amp;#034;]], &#xD;
        OverwriteTarget -&amp;gt; True];&#xD;
       ,&#xD;
       Print[&amp;#034;   - Not making paclet and archive&amp;#034;];&#xD;
       ]]&#xD;
&#xD;
So in the end I can manage everything to work all the way I want. However, I cannot finish the documentation (and HTML) builds since the Mathematica FrontEnd crashes after processing ~400 files.&#xD;
&#xD;
![enter image description here][6]&#xD;
&#xD;
  [1]: https://community.wolfram.com/groups/-/m/t/1661539&#xD;
  [2]: https://community.wolfram.com/groups/-/m/t/2436487&#xD;
  [3]: https://community.wolfram.com/groups/-/m/t/2427576&#xD;
  [4]: https://community.wolfram.com//c/portal/getImageAttachment?filename=selected.png&amp;amp;userId=1332602&#xD;
  [5]: https://community.wolfram.com//c/portal/getImageAttachment?filename=selected-notallowed.png&amp;amp;userId=1332602&#xD;
  [6]: https://community.wolfram.com//c/portal/getImageAttachment?filename=crash.png&amp;amp;userId=1332602&#xD;
  [7]: https://community.wolfram.com//c/portal/getImageAttachment?filename=debug.png&amp;amp;userId=1332602</description>
    <dc:creator>Martijn Froeling</dc:creator>
    <dc:date>2022-01-26T11:50:33Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/1669257">
    <title>Find gcc compiler using Mathematica V12?</title>
    <link>https://community.wolfram.com/groups/-/m/t/1669257</link>
    <description>I installed gcc but Mathematica (12) cannot seem to find it.&#xD;
&#xD;
I installed gcc two ways: (i) via MinGW and (ii) CodeBlocks.  A windows command line check confirms the compilers are installed.&#xD;
&#xD;
I updated my Windows Environments.  GetEnvironment[] now shows Path -&amp;gt; ..... C:\\ Program Files (x86)\\ CodeBlocks \\ MinGW \\ bin;C:\\ MinGW \\ \ ....&#xD;
&#xD;
Still Mathematica does not find it.  Executing&#xD;
&#xD;
    Needs[&amp;#034;CCompilerDriver`&amp;#034;]&#xD;
    CCompilers[]&#xD;
    CCompilers[Full]&#xD;
&#xD;
yields&#xD;
&#xD;
    {}&#xD;
    {{&amp;#034;Name&amp;#034; -&amp;gt; &amp;#034;Intel Compiler&amp;#034;, &#xD;
      &amp;#034;Compiler&amp;#034; -&amp;gt; CCompilerDriver`IntelCompiler`IntelCompiler, &#xD;
      &amp;#034;CompilerInstallation&amp;#034; -&amp;gt; None, &#xD;
      &amp;#034;CompilerName&amp;#034; -&amp;gt; Automatic}, {&amp;#034;Name&amp;#034; -&amp;gt; &amp;#034;Generic C Compiler&amp;#034;, &#xD;
      &amp;#034;Compiler&amp;#034; -&amp;gt; CCompilerDriver`GenericCCompiler`GenericCCompiler, &#xD;
      &amp;#034;CompilerInstallation&amp;#034; -&amp;gt; None, &amp;#034;CompilerName&amp;#034; -&amp;gt; Automatic}}&#xD;
&#xD;
Attempting to Compile using CompilationTarget -&amp;gt; &amp;#034;C&amp;#034; produces the errors&#xD;
&#xD;
    - CreateLibrary::nocomp: A C compiler cannot be found on your system. Please consult the documentation to learn how to set up suitable compilers.&#xD;
    - Compile::nogen: A library could not be generated from the compiled function.&#xD;
&#xD;
I consulted the documentation, but don&amp;#039;t get anywhere. &#xD;
&#xD;
PS: tried compiling using the new FunctionCompile but this produces much slower code than Compile without CompilationTarget -&amp;gt; &amp;#034;C&amp;#034;&#xD;
&#xD;
Thanks,&#xD;
Eric</description>
    <dc:creator>Eric Michielssen</dc:creator>
    <dc:date>2019-04-25T17:18:09Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/2429752">
    <title>Notation of Wolfram quantum computation framework</title>
    <link>https://community.wolfram.com/groups/-/m/t/2429752</link>
    <description>*MODERATOR NOTE: this discussion was split from:* https://community.wolfram.com/groups/-/m/t/2416125&#xD;
&#xD;
-----&#xD;
&#xD;
The problem is I had the Quantum Package by José Luis Gómez-Muñoz and Francisco Delgado at http://homepage.cem.itesm.mx/lgomez/quantum installed and the &#xD;
&#xD;
    PacletUninstall/@PacletFind[&amp;#034;Quantum*&amp;#034;];&#xD;
&#xD;
And it was attempting to uninstall the quantum package. To be honest, I am disappointed with Wolfram QuantumFramework as it looks similar to qiskit/Q#. If you want to compare, download the Quantum package by Gómez-Muñoz &amp;amp; Delgado (it runs under Mathematica 13). Here are some notebooks (and pdf&amp;#039;s of the notebooks if you do not want to download the Quantum Package) and check out the application examples eg Quantum Teleportation. &#xD;
&#xD;
http://homepage.cem.itesm.mx/lgomez/quantum/menucomputing.html&#xD;
&#xD;
I thought the Wolfram QuantumFramework would be more similar to the Quantum Package, but I was disappointed to see its more like Qiskit .</description>
    <dc:creator>Doug Beveridge</dc:creator>
    <dc:date>2021-12-21T17:51:52Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/909511">
    <title>Run pre-Mathematica 11 Notebooks with packages in Mathematica 11?</title>
    <link>https://community.wolfram.com/groups/-/m/t/909511</link>
    <description>How do I run pre-Mathematica 11 Notebooks in Mathematica 11?&#xD;
&#xD;
Hi I just upgraded.  I have Mathematica notebooks made I like to use in a previous version.&#xD;
&#xD;
The first I tried uses Sphere[].  But it&amp;#039;s broken and there&amp;#039;s no &amp;#034;import&amp;#034;.  Instead of renaming some NEW function that doesn&amp;#039;t do the same thing, Mathematica clobbers Sphere with a new definition.&#xD;
&#xD;
I found there is a trail of &amp;#034;legacy .m&amp;#034; files one can download one at a time (GUGH!) such as &amp;#034;WorldNames.m&amp;#034;.  However Sphere is &amp;#034;built-in&amp;#034; and I&amp;#039;m unsure if any &amp;#034;legacy.m&amp;#034; will prevent me from re-writing all my packages.&#xD;
&#xD;
I refuse to see why 11 has to clobber my notebooks.  And I&amp;#039;m wondering right now if new employees Wolfram at expect that my notebooks are SACRIFICIAL, and that only their new release easiness matters ?  Put another way, if i can&amp;#039;t make mm10 run in 11, will mm11 notebooks run in 12?  why am i urged to upgrade instead of keeping one of every version if they have taken a policy of creating version incompatibility?&#xD;
&#xD;
What is the point of making notebooks if their functionality cannot be shared with others and are clobbered in any given mathematica release?   Their&amp;#039;s always work and are sold mine are always broken and i&amp;#039;m up the creek?  Who&amp;#039;s paying again?&#xD;
&#xD;
I&amp;#039;m a huge Mathematica fan despite this issue but it&amp;#039;s an issue I will Raise</description>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2016-08-19T19:04:39Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/816033">
    <title>LibraryLink back- and forwards compatibility broken in 10.4!</title>
    <link>https://community.wolfram.com/groups/-/m/t/816033</link>
    <description>LibraryLink backwards *and forwards* compatibility seems to have been broken in version 10.4.0.   Was this intentional or is it a bug?&#xD;
&#xD;
I am seeing the problems on OS X, and I *think* they don&amp;#039;t exist on Windows (per reports of others):&#xD;
&#xD;
 * If I compile my library with 10.3, it crashes in 10.4.  &#xD;
 * If I compile it with 10.4, it doesn&amp;#039;t load in any of the previous versions (10.010.3).&#xD;
&#xD;
10.010.3 were both backwards and forwards compatible with each other.&#xD;
&#xD;
Is this a bug or is it expected (intentional)? &#xD;
&#xD;
If it is intentional, that is very bad news because it makes it prohibitively complicated to create add-ons that use LibraryLink.  I would have to compile my library *separately for each Mathematica version* on each operating system (not to mention adding code for selecting the right library to load for each version).  It is already a big burden to compile on each operating system.  If I also have to compile for each version, then I will be forced to simply give up.  Only a company can devote so much resource to support a Mathematica add-on, and everyone else (i.e. people using a university site license) will be cut off.&#xD;
&#xD;
If it is a bug, that is a very good argument for bringing back the prerelease programme.  If it is a bug, can we expect a 10.4.1 to fix this?&#xD;
&#xD;
I have a published package ([IGraphM](http://community.wolfram.com/groups/-/m/t/560469)) that is directly affected by this problem.</description>
    <dc:creator>Szabolcs Horvát</dc:creator>
    <dc:date>2016-03-03T10:43:12Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/2730946">
    <title>CUDAlink does not support nVIDIA CUDA Toolkit</title>
    <link>https://community.wolfram.com/groups/-/m/t/2730946</link>
    <description>Hi,  &#xD;
Currently both Mathematica 13.1 and 13.2 only support CUDA Toolkit 11.8 from nVIDIA.  &#xD;
When will CUDAlink support CUDA Toolkit 12.0 from nVIDIA?  &#xD;
![Mathematica 13.2 can not work with CUDA Toolkit 12.0][1]&#xD;
&#xD;
&#xD;
Kind regards,  &#xD;
Bert&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=Screenshotfrom2022-12-1420-17-10.png&amp;amp;userId=340012</description>
    <dc:creator>Bert Aerts</dc:creator>
    <dc:date>2022-12-14T19:19:45Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/1425074">
    <title>Access to Roman Maeder&amp;#039;s Package for Computational Science with Mathematica</title>
    <link>https://community.wolfram.com/groups/-/m/t/1425074</link>
    <description>Dear community members,&#xD;
I just started reading Roman Maeder&amp;#039;s book &amp;#034;Computer Science with Mathematica&amp;#034; and I&amp;#039;d like to do the computations along but unfortunately the page to download the CSM package is no longer available: [http://www.mathconsult.ch/en/showroom/pubs/CSM][1]&#xD;
&#xD;
Does anybody know an alternative way to have access to the Mathematica package?&#xD;
&#xD;
Many thanks in advance.&#xD;
&#xD;
&#xD;
&#xD;
  [1]: http://www.mathconsult.ch/en/showroom/pubs/CSM</description>
    <dc:creator>Ruben Garcia Berasategui</dc:creator>
    <dc:date>2018-08-27T02:35:34Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/2480327">
    <title>Import a .wl file into .nb format to help understand and study it</title>
    <link>https://community.wolfram.com/groups/-/m/t/2480327</link>
    <description>In Mathematica, a package is often stored in .wl file format, which has a very different writing style and execute behavior from those of the notebook (.nb) file format.&#xD;
&#xD;
IMO, the .nb file is more straightforward to learn, study, and develop. So, I want to know if I can import a .wl file into .nb format to help understand and study it.&#xD;
&#xD;
Regards,&#xD;
HZ</description>
    <dc:creator>Hongyi Zhao</dc:creator>
    <dc:date>2022-02-25T14:38:25Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/403833">
    <title>How do I set up multiple .m files in a package?</title>
    <link>https://community.wolfram.com/groups/-/m/t/403833</link>
    <description>I have read through the documentation and watched the videos. I even poked around to find older material.&#xD;
&#xD;
I think I understand how to set up a package in Workbench.&#xD;
&#xD;
However, all the examples I have seen have a single .m file for the code.&#xD;
&#xD;
I want to make a package/application that has multiple source files.&#xD;
&#xD;
How do I do this?&#xD;
&#xD;
Does each .m file have to have its own BeginPackage[]/EndPackage[] context, or can there be just one .m file that sets the context and the other source files are included as optional arguments to the only BeginPackage[] function call?&#xD;
&#xD;
In the past, packages have been set up with a &amp;#039;master&amp;#039; package that was called (Get[] or Needs[]) that would load all the sub-packages -- each of those could the loaded individually. How would I go about setting this up?&#xD;
&#xD;
Thanks.</description>
    <dc:creator>George Woodrow III</dc:creator>
    <dc:date>2014-12-08T13:59:33Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/1400212">
    <title>Solve equation of motion with Dirac-fermions?</title>
    <link>https://community.wolfram.com/groups/-/m/t/1400212</link>
    <description>Dear Wolfram team:&#xD;
&#xD;
I am a beginner of Mathematica.&#xD;
&#xD;
My Problem is that I want solve a System with n equation of Motion in first order. In this equation of motion are creation and annihilation operators of Dirac-fermions. **I don&amp;#039;t know and don&amp;#039;t find a it, how I can describes the creation and annihilation operators of Dirac-fermions in Mathematica**. The equation of motion have the form:&#xD;
&#xD;
$$\dot{c}_i^\dagger [t]=f*c_i^\dagger[t]+g[t]*c_{i+1}[t]-g[t]*c_{i+1}^\dagger[t]+h[t]*c_{i-1}[t]-h[t]*c_{i+1}^\dagger[t]\\&#xD;
\dot{c}_i [t]=f*c_i[t]+g[t]*c_{i+1}^\dagger[t]-g[t]*c_{i+1}[t]-h[t]*c_{i-1}^\dagger[t]+h[t]*c_{i+1}[t],$$&#xD;
&#xD;
where $c_i^\dagger,c_i $ are creation and annihilation operators and f,g,h are functions.&#xD;
&#xD;
Then I want use DSolve or NDSolve to solve the equation of motion. &#xD;
&#xD;
Thanks, for your help.</description>
    <dc:creator>C. H.</dc:creator>
    <dc:date>2018-08-09T10:05:59Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/1303742">
    <title>Is the atlas 2 add-on no longer supported by anyone?</title>
    <link>https://community.wolfram.com/groups/-/m/t/1303742</link>
    <description>Is `atlas 2` add-on to *Mathematica* supported by anybody now? Links to it at wolfram.com have gone dead, and the website of the publisher, digi-area.com, also has vanished.</description>
    <dc:creator>Murray Eisenberg</dc:creator>
    <dc:date>2018-03-17T20:12:04Z</dc:date>
  </item>
</rdf:RDF>

